A tool to create flask boilerplate code
Project description
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 init
to initialize migration files -
Run
flask db migrate
to 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
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
flask-app-1.0.1.tar.gz
(6.8 kB
view details)
Built Distribution
flask_app-1.0.1-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file flask-app-1.0.1.tar.gz
.
File metadata
- Download URL: flask-app-1.0.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cacbb6cb83674623de0ebdd4331dd576534c19121fe75c581005dfa0734ed6c3 |
|
MD5 | dad68b81f1a16bfa422b4d7e1147e887 |
|
BLAKE2b-256 | 7a81644f5d80d4e9e98a8dfc78026ec93b28dd190b3e72e71c11e8dbdb969baf |
File details
Details for the file flask_app-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: flask_app-1.0.1-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 228b21c3f8a60b178404cecbdd56714cbe60f36d0bcaed738d97d7b60620acca |
|
MD5 | 80ea4a980a374576ae4193ca5761fd6e |
|
BLAKE2b-256 | 01d796556a6435f210f144a97d6e11b64a56791820060b6766f1efd67ce333b0 |