{ "info": { "author": "hyperwood", "author_email": "hyperwood.yw@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Flask-Project\n=============\n\n.. image:: http://img.shields.io/pypi/v/flask-project.svg\n :target: https://pypi.python.org/pypi/flask-project\n :alt: Latest Version\n\n.. image:: http://img.shields.io/badge/license-MIT-blue.svg\n :target: https://github.com/hyperwood/Flask-Project/blob/master/LICENSE\n :alt: The MIT License\n\nFlask web project template generator. Inspired by Flask-Boost.\n\nInstallation\n------------\n\n::\n\n pip install Flask-Project\n\nUsage\n-----\n\ncreate project\n~~~~~~~~~~~~~~\n\n::\n\n flask-project new template_name> \n\nInstall requirements\n~~~~~~~~~~~~~~~~~~~~\n\n``cd`` to project root path, run::\n\n virtualenv venv\n . venv/bin/active\n pip install -r requirements.txt\n\nprepare database\n~~~~~~~~~~~~~~~~\n\nCreate database and update ``SQLALCHEMY_DATABASE_URI`` in ``config/development.py`` as needed.\n\nThen init tables::\n\n python manage.py prepare_db\n python manage.py add_user -uhyperwood -ehyperwood.yw@gmail.com -ppassword -rAdministrator\n\nSetup Local Env.\n~~~~~~~~~~~~~~~~\nsetup python path and profile::\n\n copy scripts/env.local.template.sh env.local.sh\n\nRun app\n~~~~~~~\n\nRun test server::\n\n ./test_run.sh", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hyperwood/Flask-Project", "keywords": "flask sample template generator", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Flask-Project", "package_url": "https://pypi.org/project/Flask-Project/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Flask-Project/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/hyperwood/Flask-Project" }, "release_url": "https://pypi.org/project/Flask-Project/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Flask project template generator.", "version": "0.1.1" }, "last_serial": 1345078, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "890fac5301b5fd3b08560b590f07958d", "sha256": "6aff54b17d4bbd24fc46ba3a136f8b251ae8ee6170647d4b45424c8825b75138" }, "downloads": -1, "filename": "Flask-Project-0.1.0.tar.gz", "has_sig": false, "md5_digest": "890fac5301b5fd3b08560b590f07958d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 381695, "upload_time": "2014-12-15T20:37:52", "url": "https://files.pythonhosted.org/packages/4f/3d/ff609832c131a5119d86de964f5b09951f2b2fa67cf077beff88dc28724e/Flask-Project-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "2a994d9290ee0f60ff9339bbca802eb5", "sha256": "aef48d99c23a9dbaf41a46b57837aafbcef271f9c2170536eb6fc87c9de4ea99" }, "downloads": -1, "filename": "Flask-Project-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2a994d9290ee0f60ff9339bbca802eb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 381702, "upload_time": "2014-12-15T21:00:27", "url": "https://files.pythonhosted.org/packages/62/78/31c32466262960ebc0d39ea262810d1c78c3f3db9ecdaa84d8c69ba99ab8/Flask-Project-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2a994d9290ee0f60ff9339bbca802eb5", "sha256": "aef48d99c23a9dbaf41a46b57837aafbcef271f9c2170536eb6fc87c9de4ea99" }, "downloads": -1, "filename": "Flask-Project-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2a994d9290ee0f60ff9339bbca802eb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 381702, "upload_time": "2014-12-15T21:00:27", "url": "https://files.pythonhosted.org/packages/62/78/31c32466262960ebc0d39ea262810d1c78c3f3db9ecdaa84d8c69ba99ab8/Flask-Project-0.1.1.tar.gz" } ] }