Give a little flare to your Flask application with componet-style Jinja Tags
Project description
Flask Flare 🎨
Give a little flare to your Flask application.
Flask-Flare provides component-style Jinja tags.
Installation
pip install flask-flare
Setup
In your init.py file of your application
from flask_flare import Flare
flare = Flare()
def create_app(config_name) -> Flask: # or something like this
"""Create a Flask application instance."""
app = Flask(__name__)
# initialize extensions
flare.init_app(app)
# ... more code
return app
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
flask_flare-0.1.1.tar.gz
(5.9 kB
view details)
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_flare-0.1.1.tar.gz.
File metadata
- Download URL: flask_flare-0.1.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Darwin/20.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55fd9922015722c9dfd8e3a08c7660f9ecf3174cdd4ada45f20cfdbe716d5d87
|
|
| MD5 |
564d591287a528a301277ef5bacf97e7
|
|
| BLAKE2b-256 |
fff9f941abec1619c3bfb12321f2096b2bf4ed0914858cb4e412bdce5fd6d119
|
File details
Details for the file flask_flare-0.1.1-py3-none-any.whl.
File metadata
- Download URL: flask_flare-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Darwin/20.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54f2448bf5e8164d1b09e43f0f1f5b0ef6f25a1879fa968c56534952e881a380
|
|
| MD5 |
8f9c7bc3ad5255eb9fa43881f97c6227
|
|
| BLAKE2b-256 |
0a76cb34832eb84b2d35090daa2df3307b917c8ecf8d037a6694ee1512881d2b
|