Skip to main content

No project description provided

Project description

Starter-Flask

Build Flask Project Faster

Starter-Flask allows you to create python flask app simply and quickly. The project is pretty straight-forward. With a single line, a basic app will be up and running.

Built with Click package.

Getting Started

First, create a virtual environment.

virtualenv venv
source venv/bin/activate
// or venv\Scripts\activate for Windows

Then, install starter-flask.

pip install starter-flask

The command starter-flask is now available. Create your project like so :

 starter-flask -p <your_project_name>

Finally, jump into your fresh new folder and run it.

 cd <your_project_name> && flask run

Features

  • Flask
  • Flask-Blueprint
  • Flask-Login
  • Flask-Migrate
  • Flask-SQLAlchemy
  • psycopg2-binary
  • gunicorn

As you can see the project is PostgreSQL oriented. Feel free to install the database's adapter of your choice.

Project Layout

The project tries to follow Application Factories best practices. It comes with project layout following factory's guideline and blueprint views.

Future Improvements

  • Possibility to add new blueprint with cli
  • Redis & Celery supports
  • Possibility to create an API oriented project
  • ... feel free to email ideas

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

startflask-0.10.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

startflask-0.10-py3-none-any.whl (9.7 kB view hashes)

Uploaded 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