HelloFlask
Python library to automate boostrapping a Flask project.
Features:
- Sets up a virtual environment
- Installs Flask and python-dotenv by default in the virtual environment
- Installs third party libraries needed by the user asynchronously
- Creates a flask app with boilerplate files
Requirements:
Python +3.6
Installation:
pip install helloflask
Usage
Run the command that suits you:
- For Linux/Max users: helloflask project_name or python3 -m helloflask project_name
- For windows users: python -m helloflask project_name
You'll be then asked to type in the names of needed libraries:
Example: `pytz flask-restful flask-sqlalchemy`
After the packages are installed, instructions on how to use use the app will be displayed.
Release files for HelloFlask 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| HelloFlask-1.2.0.tar.gz | 7.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| HelloFlask-1.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.6 kB
Release files / HelloFlask-1.2.0.tar.gz
| Download URL | HelloFlask-1.2.0.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
36dedca72928aafebde90cd850a2701a3ca8a645415dc78badc65b25c788e6cb
|
|
BLAKE2b-256 checksum How to use checksums |
689413ed871a43ede49e997c6571414e8d655b9be777b062b77d6258f867c74b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2
|
Release files / HelloFlask-1.2.0-py3-none-any.whl
| Download URL | HelloFlask-1.2.0-py3-none-any.whl |
|---|---|
| Size | 10.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b60df62868e13b8afa3985a8e3f2e47ac5ffd32e17734c9b5b24d06ea66905ee
|
|
BLAKE2b-256 checksum How to use checksums |
01ef629f78b73a1b030940b407067ab7afe512df53bfdf5a8fc8fa8be4cb0683
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2
|