Opinionated flask app scaffolding tool.
Project description
Steelflask
Opinionated flask app scaffolding tool. It will create a flask app structure targeted for rapid development and seamless deployment.
Setup and Installation
- Create a folder where you want your application to reside.
- Create a virtual environment in that folder.
- activate the virtual environment.
- run
pip install steelflaskto installsteelflaskto your project. - run
steelflask initto generate flask app structure. steelflaskusessetuptools_scmfor automatic versioning of the project, which require the project to be maintained as a git repo.- run
git init - run
pip install -r requirements_dev.txtto install dev dependencies. - run
pip install -e .- it will install the project in with all required dependencies. - You may need to deactivate the
venvand activate again. - run
pytest -vvsto run test cases.
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
steelflask-0.1.0.tar.gz
(8.8 kB
view details)
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 steelflask-0.1.0.tar.gz.
File metadata
- Download URL: steelflask-0.1.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0714b13d54da82ce91199c5c51c8ace7a3685290d3ed864cf59298b3f32066fe
|
|
| MD5 |
8bbc0faca225dba3e4e3af2a9584b844
|
|
| BLAKE2b-256 |
25a0b2c50ef32151856f7eb7f174b11733a9286aabe8f479101ea20fadf4f272
|
File details
Details for the file steelflask-0.1.0-py3-none-any.whl.
File metadata
- Download URL: steelflask-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f350f8c3eba76b1478abd4d6fdeeeeb8c31e0989cca22e3a6dd8a12b532e6d3
|
|
| MD5 |
fcd4441e9b5af0300e3b5fce197f5a87
|
|
| BLAKE2b-256 |
107c577f2da2b438c154bce08b493848cce5e69e720c723f54f0c4339eb952b8
|