{ "info": { "author": "Israel Blender", "author_email": "israelgomes.prog@gmail.com", "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 :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "\nFlask\n-----\nflask modificado\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\nSave in a hello.py:\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\nAnd run it:\n\n.. code:: bash\n\n $ pip install Flask\n $ python hello.py\n * Running on http://localhost:5000/\n\n Ready for production? `Read this first `.\n\nLinks\n`````\n\n* `website `_\n* `documentation `_\n* `development version\n `_\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://gitlab.com/israelblender/flask_modificado/repository/archive.tar.gz?ref=0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/israelblender/flask_modificado", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "flaskmodificado", "package_url": "https://pypi.org/project/flaskmodificado/", "platform": "any", "project_url": "https://pypi.org/project/flaskmodificado/", "project_urls": { "Download": "https://gitlab.com/israelblender/flask_modificado/repository/archive.tar.gz?ref=0.1", "Homepage": "https://gitlab.com/israelblender/flask_modificado" }, "release_url": "https://pypi.org/project/flaskmodificado/0.1/", "requires_dist": null, "requires_python": "", "summary": "Flask modificadoand good intentions", "version": "0.1" }, "last_serial": 3719076, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "106afe9d3e58058894a2292c4efaf553", "sha256": "7fb4555c2694ade884b08f5bded7ee6bc4d6e7ceb5496caa05056964369d3889" }, "downloads": -1, "filename": "flaskmodificado-0.1.tar.gz", "has_sig": false, "md5_digest": "106afe9d3e58058894a2292c4efaf553", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 543641, "upload_time": "2018-03-30T06:56:29", "url": "https://files.pythonhosted.org/packages/05/a5/6c5017d5a5667a617f7c14116dda7af95b975e066e0654954c89d66f3520/flaskmodificado-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "106afe9d3e58058894a2292c4efaf553", "sha256": "7fb4555c2694ade884b08f5bded7ee6bc4d6e7ceb5496caa05056964369d3889" }, "downloads": -1, "filename": "flaskmodificado-0.1.tar.gz", "has_sig": false, "md5_digest": "106afe9d3e58058894a2292c4efaf553", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 543641, "upload_time": "2018-03-30T06:56:29", "url": "https://files.pythonhosted.org/packages/05/a5/6c5017d5a5667a617f7c14116dda7af95b975e066e0654954c89d66f3520/flaskmodificado-0.1.tar.gz" } ] }