A Flask auto importer that allows your Flask apps to grow big.
Project description
Flask-BigApp
🚨PROJECT HAS MOVED TO Flask-Imp🚨
https://github.com/CheeseCake87/flask-imp
Do you have an idea for a flask extension and want to use the name Flask-BigApp?
Contact me and we can discuss it.
(The name is up for grabs on the condition that your Flask extension is transferred to the Pallets-Ecosystem)
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 o\project-folder
Create a virtual environment and activate it.
Linux / MacOS
python3 -m venv venv
source venv/bin/activate
Windows
python -m venv venv
.env\Scriptsctivate
Install Flask-BigApp
pip install flask-bigapp
Create a new project.
flask-bigapp 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-BigApp.git
Create a virtual environment and activate it.
Linux / MacOS
python3 -m venv venv
source venv/bin/activate
Windows
python -m venv venv
.env\Scriptsctivate
Install the requirements.
pip install -r requirements.txt
pip install -r requirements_dev.txt
Install the local version of Flask-BigApp.
pip install -e .
Run the Flask app.
Flask run
Run the tests.
pytest
Info
The Flask app is located in the app folder. The tests are located in the tests folder.
The tests are linked to the tests blueprint located at 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flask_bigapp-2.4.0.tar.gz.
File metadata
- Download URL: flask_bigapp-2.4.0.tar.gz
- Upload date:
- Size: 104.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a355536415ccc8db30e9799593d908b398e9c62a03cab3772b2116ed19bfd129
|
|
| MD5 |
46adf4b37c9c4489aaf8d3edb8d29657
|
|
| BLAKE2b-256 |
c00986e19d8a252fb75915945a7170d1aa0721c05e853c6543b65401993e7753
|
File details
Details for the file Flask_BigApp-2.4.0-py3-none-any.whl.
File metadata
- Download URL: Flask_BigApp-2.4.0-py3-none-any.whl
- Upload date:
- Size: 107.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2be2f61bc3c93393fe69c75caefde4b8a81097dc72d465b9703fed23bd0896a
|
|
| MD5 |
ba73a6d72aab775fe6521aea40007b2f
|
|
| BLAKE2b-256 |
1bcba0eed318818e5abcf9befdb8ead9384eb17609378af812b8bf6c6c741627
|