{ "info": { "author": "Armin Ronacher, Don Brown", "author_email": "mrdon@twdata.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Flask\n-----\n\nFlask is a microframework for Python based on Werkzeug, Jinja 2 and good\nintentions. And before you ask: It's BSD licensed!\n\nFlask is Fun\n````````````\n\n.. code:: python\n\n from flask import Flask\n app = Flask(__name__)\n\n @app.route(\"/\")\n def hello():\n return \"Hello World!\"\n\n if __name__ == \"__main__\":\n app.run()\n\nAnd Easy to Setup\n`````````````````\n\n.. code:: bash\n\n $ pip install Flask\n $ python hello.py\n * Running on http://localhost:5000/\n\nLinks\n`````\n\n* `website `_\n* `documentation `_\n* `development version\n `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/mrdon/flask/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "Flask-Async", "package_url": "https://pypi.org/project/Flask-Async/", "platform": "any", "project_url": "https://pypi.org/project/Flask-Async/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/mrdon/flask/" }, "release_url": "https://pypi.org/project/Flask-Async/0.11-dev-20140215/", "requires_dist": null, "requires_python": null, "summary": "A fork of Flask to support asyncio", "version": "0.11-dev-20140215" }, "last_serial": 1000913, "releases": { "0.11-dev-20140215": [ { "comment_text": "built for Darwin-11.4.2", "digests": { "md5": "2e6b67309499c43101152d3d5c45cf2a", "sha256": "276a5f9ee2f27a5407a38c4a8c73058338a0795c029ea0b57cf04a87c54b2bf8" }, "downloads": -1, "filename": "Flask-Async-0.11-dev-20140215.macosx-10.7-x86_64.tar.gz", "has_sig": false, "md5_digest": "2e6b67309499c43101152d3d5c45cf2a", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 574563, "upload_time": "2014-02-15T22:16:55", "url": "https://files.pythonhosted.org/packages/10/a6/70a4534c196d380697ca9c6c65c33fdfe1fac2c0e93b2559783d9d22cdc1/Flask-Async-0.11-dev-20140215.macosx-10.7-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "8c79e24e44b575cd236df97f9e972ecf", "sha256": "e10eccdd6af7ecd5cb6c63d1eef5dc38bb794243a36d5af5f4245e303751c688" }, "downloads": -1, "filename": "Flask-Async-0.11-dev-20140215.tar.gz", "has_sig": false, "md5_digest": "8c79e24e44b575cd236df97f9e972ecf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 686620, "upload_time": "2014-02-15T19:00:28", "url": "https://files.pythonhosted.org/packages/b8/ff/e640d2b561b8115817d2d3ae81d77406c6b4eaa1e82a8a296628f7f41285/Flask-Async-0.11-dev-20140215.tar.gz" } ] }, "urls": [ { "comment_text": "built for Darwin-11.4.2", "digests": { "md5": "2e6b67309499c43101152d3d5c45cf2a", "sha256": "276a5f9ee2f27a5407a38c4a8c73058338a0795c029ea0b57cf04a87c54b2bf8" }, "downloads": -1, "filename": "Flask-Async-0.11-dev-20140215.macosx-10.7-x86_64.tar.gz", "has_sig": false, "md5_digest": "2e6b67309499c43101152d3d5c45cf2a", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 574563, "upload_time": "2014-02-15T22:16:55", "url": "https://files.pythonhosted.org/packages/10/a6/70a4534c196d380697ca9c6c65c33fdfe1fac2c0e93b2559783d9d22cdc1/Flask-Async-0.11-dev-20140215.macosx-10.7-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "8c79e24e44b575cd236df97f9e972ecf", "sha256": "e10eccdd6af7ecd5cb6c63d1eef5dc38bb794243a36d5af5f4245e303751c688" }, "downloads": -1, "filename": "Flask-Async-0.11-dev-20140215.tar.gz", "has_sig": false, "md5_digest": "8c79e24e44b575cd236df97f9e972ecf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 686620, "upload_time": "2014-02-15T19:00:28", "url": "https://files.pythonhosted.org/packages/b8/ff/e640d2b561b8115817d2d3ae81d77406c6b4eaa1e82a8a296628f7f41285/Flask-Async-0.11-dev-20140215.tar.gz" } ] }