Flask App
A python package to create flask boiler plate code
Installing this app
- Run
pip install flask-app
Usage
-
Set up a virtual environment
-
Create a new flask boilerplate, run
flask-app [name_of_app] [-d destination directory] -
Update the .env file with the respective variables
-
Source the .env file with
source .env -
Run
flask db initto initialize migration files -
Run
flask db migrateto create migrations
Author
- Kimbugwe Simon Peter
CHANGES
- fix directory
v1.0
-
- merge cwd fix
- fix cwd error
- Default copy folder to current directory
- format with black
- refactor cwd
0.0.8
- update readme file"
0.0.6
- add existing directory check
- fix destination path
0.0.5
- enable class callable for views
0.0.4
- remove init file in create package
- remove pdb
- change foolder structure
- setup versionining
v0.0.1
- enable travis deployment
- fix failing requirements file
- add packaging files
- add sample test
- add developement environment
- initial commit
Release files for flask-app 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| flask-app-1.0.1.tar.gz | 6.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| flask_app-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.3 kB
Release files / flask-app-1.0.1.tar.gz
| Download URL | flask-app-1.0.1.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cacbb6cb83674623de0ebdd4331dd576534c19121fe75c581005dfa0734ed6c3
|
|
BLAKE2b-256 checksum How to use checksums |
7a81644f5d80d4e9e98a8dfc78026ec93b28dd190b3e72e71c11e8dbdb969baf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.6.7
|
Release files / flask_app-1.0.1-py3-none-any.whl
| Download URL | flask_app-1.0.1-py3-none-any.whl |
|---|---|
| Size | 11.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
228b21c3f8a60b178404cecbdd56714cbe60f36d0bcaed738d97d7b60620acca
|
|
BLAKE2b-256 checksum How to use checksums |
01d796556a6435f210f144a97d6e11b64a56791820060b6766f1efd67ce333b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.6.7
|