Skip to main content

A Flask project start-up CLI to create a modular ready projects.

Project description

flaskstarter

A Flask project start-up CLI to create a modular ready projects.

To install flaskstarter use the usual:

pip install flaskstarter

To see its help:

flaskstarter --help

To start a project:

flaskstarter -n project_name

After it you'll be prompted about some famous extensions to add to the project requirements.txt.

What the project does for you

It creates project tree, a functional virtualenv on .venv, the init and routes files with a helloworld example and a shell/batch scripts to run the project with the virtual enviroment created.

What the project does not do for you

As you may want to add some more requirements, flaskstarter wont install the requirements, so you need to run pip install -r requirements.txt before any use of the project created.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flaskstarter-0.1.3.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

flaskstarter-0.1.3-py2.py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page