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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file startflask-0.10.tar.gz.
File metadata
- Download URL: startflask-0.10.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9701d7b8f5fcf823a2a51eff58b902291c624621a2149b7c52d34911bdf3bcc7
|
|
| MD5 |
f46845b6a6baa2e49790faae8fc953ab
|
|
| BLAKE2b-256 |
a8a33a45444e1d63c3c5c4549bad347d512478d749bfb887e3798691e9ba6470
|
File details
Details for the file startflask-0.10-py3-none-any.whl.
File metadata
- Download URL: startflask-0.10-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3759ee4bb40ea945c31fe3d2cbbca26d74f3e26141f2dbb0db50f68e39962df
|
|
| MD5 |
b6963a36e07ace43ff753092ff3cbf5c
|
|
| BLAKE2b-256 |
c7022bc80923f62d6950b7c49f1687cfb27f7df1b98ab41a51644acd61a2d462
|