A Flask auto importer that allows your Flask apps to grow big.
Project description
Flask-Imp
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.
Documentation
https://cheesecake87.github.io/Flask-Imp/
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.7.6.tar.gz
(63.6 kB
view hashes)
Built Distribution
Flask_Imp-2.7.6-py3-none-any.whl
(74.4 kB
view hashes)
Close
Hashes for Flask_Imp-2.7.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34e01cf65f3ac50c87bcf71df1e50d75f4777c5a8921af9e91fa82d4e3792810 |
|
MD5 | ceffadf2c05bf0ad092682e9d90bf61c |
|
BLAKE2b-256 | ceade4bdaece60b8f6d9d4db1cb98db43ee2be04281fa32e72cfb49d1bbf54d3 |