{ "info": { "author": "Vijay ", "author_email": "struts2spring@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "## Flask CLI\nThis is cli (commond line interface) for Flask application based project.\n\n## Table of Contents\n\n## fl new\nThe flask cli makes it easy to create flask application . \n\n### Generating and starting an Flask project via a development server\n```bash\nfl new PROJECT_NAME\ncd PROJECT_NAME\nfl start\n```\nNavigate to http://localhost:5000/ . \n\n\n\n# flask start\nYou can configure the default HTTP host and port used by the development server with two command-line options :\n\n```bash\nfl start --host 0.0.0.0 --port 5001\n```\n\n \n### Updating Flask CLI\n\n\n## License\n\nMIT\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/struts2spring/flask_cli", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cli_flask", "package_url": "https://pypi.org/project/cli_flask/", "platform": "any", "project_url": "https://pypi.org/project/cli_flask/", "project_urls": { "Homepage": "https://github.com/struts2spring/flask_cli" }, "release_url": "https://pypi.org/project/cli_flask/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Flask cli (command line interface) for Flask application based project", "version": "0.0.1" }, "last_serial": 3365754, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "042ad8f3ba6dd444350a2edc5b1cd4e1", "sha256": "addfea4890c80922c72323f6dd749771dfe5c66491bbe1cca9d8b314517520fa" }, "downloads": -1, "filename": "cli_flask-0.0.1.tar.gz", "has_sig": false, "md5_digest": "042ad8f3ba6dd444350a2edc5b1cd4e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1968, "upload_time": "2017-11-26T18:08:42", "url": "https://files.pythonhosted.org/packages/f1/02/609ce1d448c01c8882cf2164c9043cdf1b6432e443d12cbdebaba4bf43d6/cli_flask-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "042ad8f3ba6dd444350a2edc5b1cd4e1", "sha256": "addfea4890c80922c72323f6dd749771dfe5c66491bbe1cca9d8b314517520fa" }, "downloads": -1, "filename": "cli_flask-0.0.1.tar.gz", "has_sig": false, "md5_digest": "042ad8f3ba6dd444350a2edc5b1cd4e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1968, "upload_time": "2017-11-26T18:08:42", "url": "https://files.pythonhosted.org/packages/f1/02/609ce1d448c01c8882cf2164c9043cdf1b6432e443d12cbdebaba4bf43d6/cli_flask-0.0.1.tar.gz" } ] }