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-5.3.4.tar.gz
(69.3 kB
view hashes)
Built Distribution
flask_imp-5.3.4-py3-none-any.whl
(67.9 kB
view hashes)
Close
Hashes for flask_imp-5.3.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aab7132ad4f95c68f893f2f27d61745a3511ae61d3f9292b8b75fdbf44e3f1a0 |
|
MD5 | be1b4b0cadd21d62fea98d7c7624e6c0 |
|
BLAKE2b-256 | 7bd85a0485515f0029d0e4ff7080573e5cfd394f6fc2c8031934cd29a6154d39 |