An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Flask-Imp 🧚

![tests](https://github.com/CheeseCake87/flask-imp/actions/workflows/tests.yml/badge.svg)
[![PyPI version](https://img.shields.io/pypi/v/flask-imp)](https://pypi.org/project/flask-imp/)
[![License](https://img.shields.io/github/license/CheeseCake87/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
```