{ "info": { "author": "James Hawkins", "author_email": "jameshawkins.sf@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Flask", "Intended Audience :: Developers", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "Spill\n=====\n\nA utility for generating Flask scaffolding and boilerplate. Very early\nstage. The aim is to be simple: no YAML or configuration files, just\npass along a few arguments.\n\n::\n\n spill foo -b api main -m user group --db-type sqlite --db-orm sqlalchemy\n\ncreates:\n\n::\n\n ./foo/\n |-- .gitignore\n |-- config.py\n |-- manage.py\n |-- README.md\n |-- requirements.py\n |-- /app\n |-- __init__.py\n |-- models.py\n |-- /api\n |-- __init__.py\n |-- errors.py\n |-- forms.py\n |-- views.py\n |-- /main\n |-- __init__.py\n |-- errors.py\n |-- forms.py\n |-- views.py\n |-- /templates\n\nUsage\n-----\n\n::\n\n usage: spill [-h] [-b BLUEPRINTS [BLUEPRINTS ...]] [-m MODELS [MODELS ...]]\n [--db-type [{sqlite,mysql,mongodb}]]\n [--db-orm [{sqlalchemy,mongoengine}]] [--no-forms]\n [--no-templates]\n [project]\n\n Creates scaffolding and boilerplate for a Flask application.\n\n positional arguments:\n project Name of Flask project to spill. If no project\n specified, will assume CWD is the project directory.\n\n optional arguments:\n -h, --help show this help message and exit\n -b BLUEPRINTS [BLUEPRINTS ...], --blueprints BLUEPRINTS [BLUEPRINTS ...]\n A list of blueprints to create (Defaults: 'main' and\n 'api')\n -m MODELS [MODELS ...], --models MODELS [MODELS ...]\n A list of model objects\n --db-type [{sqlite,mysql,mongodb}]\n The type of database you will use\n --db-orm [{sqlalchemy,mongoengine}]\n The ORM you will use\n --no-forms No Flask-WTF forms\n --no-templates No Jinja2 templates\n\nCurrently built with/for Python 2.7.\n\nInstallation\n============\n\n::\n\n pip install spill", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hawk-sf/spill", "keywords": "Flask web development", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "spill", "package_url": "https://pypi.org/project/spill/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/spill/", "project_urls": { "Homepage": "https://github.com/hawk-sf/spill" }, "release_url": "https://pypi.org/project/spill/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A utility for generating Flask scaffolding and boilerplate.", "version": "0.0.1" }, "last_serial": 1991865, "releases": { "0.0.1": [], "0.0.1a0": [ { "comment_text": "", "digests": { "md5": "5d3e36ff044e8d8defaf6865a50bbd53", "sha256": "3e1b9c262aebc8b3655a68658f6a7155044bb7bd1b851c73a24cfb0f00f9cbd5" }, "downloads": -1, "filename": "spill-0.0.1a0.tar.gz", "has_sig": false, "md5_digest": "5d3e36ff044e8d8defaf6865a50bbd53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5349, "upload_time": "2016-03-06T08:45:39", "url": "https://files.pythonhosted.org/packages/02/b1/406c62276bef19ae5aab6b6244f0bfcfe5c497483c0b1703ee14a3d571a3/spill-0.0.1a0.tar.gz" } ] }, "urls": [] }