Give a little flare to your Flask application with componet-style Jinja Tags
Project description
Flare 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.0.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.0.tar.gz.
File metadata
- Download URL: flask_flare-0.1.0.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 |
3febad7941a65947c078c1d45ab1676bbd9942420638e3c123a66447448d1e7e
|
|
| MD5 |
a5e8460752d305625ee7059a5347f058
|
|
| BLAKE2b-256 |
171e3ad12be439ec87852044c8603b55c357e64e75a3eedf46277360fd81166a
|
File details
Details for the file flask_flare-0.1.0-py3-none-any.whl.
File metadata
- Download URL: flask_flare-0.1.0-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 |
2d3b9d0680f8bca253ea99838d9ab1b4a41dde399ed8eca2fa4807cc14d7c45e
|
|
| MD5 |
81e035bdaf460988ddc7dd3ac6f824c6
|
|
| BLAKE2b-256 |
727ac58272bf5d7487aa08ae03f64c20fae89b5baa53a0a08837f7d6bd986847
|