A Flask auto importer that allows your Flask apps to grow big.
Project description
Flask-Imp
(Previously known as Flask-BigApp)
What is Flask-Imp?
Flask-Imp's main purpose is to help simplify the importing of blueprints, resources and models. It has a few extra features built in to help with securing pages and password authentication.
Getting Started
Setup.
Create a new project folder and navigate to it.
# Linux
cd /path/to/project-folder
# Windows
cd C:\path\to\project-folder
Create a virtual environment and activate it.
Linux / MacOS
python3 -m venv venv
source venv/bin/activate
Windows
python -m venv venv
.\venv\Scripts\activate
Install Flask-Imp
pip install flask-Imp
Create a new project.
flask-Imp init
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-Imp-2.5.1.tar.gz
(50.9 kB
view hashes)
Built Distribution
Flask_Imp-2.5.1-py3-none-any.whl
(54.8 kB
view hashes)
Close
Hashes for Flask_Imp-2.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c0944a3ed6eedb83921d7c2164ce842f6638dff8c0915f939c3918e9c4dfdce |
|
MD5 | 63ba19a2ac71d4e620ce13026ee05654 |
|
BLAKE2b-256 | 3f068b342d5f298cbd33fb1b44a46964a449571f0c5534d82f1a65bf1335d42c |