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
Working on this project.
Setup.
Create a new project folder and navigate to it in the terminal, then clone this repository.
git clone https://github.com/CheeseCake87/Flask-Imp.git
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 the requirements.
pip install -r requirements.txt
pip install -r requirements_dev.txt
Install the local version of Flask-Imp.
pip install -e .
Run the included Flask app.
Flask run --debug
Run the tests.
pytest
Run the tests under multiple Python versions using docker.
python3 test_docker
Info
The Flask app is located in the app
folder.
The test Flask app is located in the test_app
folder.
The tests are located in the tests
folder.
The tests are linked to the tests blueprint located at test_app/blueprints/tests
.
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
Built Distribution
Hashes for flask_imp-2.7.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a01a9abf5dbc584e0fb1ecff2280977533bf6c25862073761fb0c45a0dd76bb0 |
|
MD5 | 34ab741fbc2a07df0adeaade72c7a91d |
|
BLAKE2b-256 | a92b62406d76989685a872fdb585c7dfdae1950ac80ab0f6d4f1ffd99e431176 |