Build Flask App is an excellent open source command-line tool for beginners, which allows you to setup and run modern flask web servers efficiently by running a single command.
Project description
Build Flask App ·
Set up a modern flask web server by running one command.
Installing / Getting started
pip install build-flask-app
Usage
build-flask-app
Running The Application
Use set instead of export while working on windows.
cd YOUR_APP_NAME
export FLASK_APP=YOUR_APP_NAME
export FLASK_ENV=development
flask run
Running The Application As Package
Use set instead of export while working on windows.
cd YOUR_APP_NAME
export FLASK_APP=YOUR_APP_NAME
export FLASK_ENV=development
pip install -e .
flask run
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
build-flask-app-0.0.7.tar.gz
(7.4 kB
view details)
File details
Details for the file build-flask-app-0.0.7.tar.gz
.
File metadata
- Download URL: build-flask-app-0.0.7.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bcdb88a6d03ad385473285a82a775323854a4f2186587a5f2cabee056da103a |
|
MD5 | 0c321580be02829794b02cd7d73a67e6 |
|
BLAKE2b-256 | 6203c339af3b94ad10087bf702271a500088ad9de773e6c0c943db137979ec0c |