https://github.com/cheesecake87/flask-imp
A Flask auto importer that allows your Flask apps to grow big.
https://github.com/cheesecake87/flask-imp
flask python sqlalchemy
Last synced: 4 days ago
JSON representation
A Flask auto importer that allows your Flask apps to grow big.
- Host: GitHub
- URL: https://github.com/cheesecake87/flask-imp
- Owner: CheeseCake87
- License: mit
- Created: 2022-04-03T06:38:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-25T17:10:16.000Z (about 2 months ago)
- Last Synced: 2026-06-05T02:06:10.432Z (14 days ago)
- Topics: flask, python, sqlalchemy
- Language: Python
- Homepage: https://flask-imp.readthedocs.io/en/latest/
- Size: 3.27 MB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.txt
- Security: docs/Security/flask_imp_security-checkpoint.md
Awesome Lists containing this project
README
# Flask-Imp 🧚

[](https://pypi.org/project/flask-imp/)
[](https://raw.githubusercontent.com/CheeseCake87/flask-imp/master/LICENSE)
## 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://flask-imp.readthedocs.io/en/latest/](https://flask-imp.readthedocs.io/en/latest/)
### Install Flask-Imp
```bash
pip install flask-imp
```
### Generate a Flask app
```bash
flask-imp init
```