Skip to main content

A Flask auto importer that allows your Flask apps to grow big.

Project description

Flask-BigApp

Tests

What is Flask-BigApp?

Flask-BigApp'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.

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-BigApp

pip install flask-bigapp

Create a new project.

flask-bigapp init

Project details


Release history Release notifications | RSS feed

This version

2.3.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-BigApp-2.3.5.tar.gz (103.7 kB view hashes)

Uploaded Source

Built Distribution

Flask_BigApp-2.3.5-py3-none-any.whl (107.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page