A framework for report generation in Django
Project description
Django Flexible Reports
A framework for report generation in Django
Supported Versions
| Python 3.10 | Python 3.11 | Python 3.12 | Python 3.13 | |
|---|---|---|---|---|
| Django 4.2 | ✔ | ✔ | ✔ | ✔ |
| Django 5.0 | ✔ | ✔ | ✔ | ✔ |
| Django 5.1 | ✔ | ✔ | ✔ | ✔ |
Documentation
The full documentation is at https://django-flexible-reports.readthedocs.io.
Quickstart
Install Django Flexible Reports:
pip install django-flexible-reports
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'flexible_reports.apps.FlexibleReportsConfig',
...
)
Add Django Flexible Reports's URL patterns:
from flexible_reports import urls as flexible_reports_urls
urlpatterns = [
...
url(r'^', include(flexible_reports_urls)),
...
]
Features
- TODO
Running Tests
uv sync --all-extras
uv run pytest
License
MIT
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 django_flexible_reports-0.2.12.tar.gz.
File metadata
- Download URL: django_flexible_reports-0.2.12.tar.gz
- Upload date:
- Size: 24.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e9901f42f744c7337d12116c118a318fb30498c055c4d435e6f70fe99605d32
|
|
| MD5 |
2c001b13559f5539e869e05c8e2a676a
|
|
| BLAKE2b-256 |
ee031b60bacdfa3b63a0051eea721df04492cdab911798b45413592e68d4887a
|
File details
Details for the file django_flexible_reports-0.2.12-py3-none-any.whl.
File metadata
- Download URL: django_flexible_reports-0.2.12-py3-none-any.whl
- Upload date:
- Size: 38.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daf7217ea4b2a9e619ef510561fe6e7c0e66766f4d381759c5a669619ea9c013
|
|
| MD5 |
02ed9eea8bf446488173c1d43d5b147f
|
|
| BLAKE2b-256 |
e8244d43ca8419f62496705de05cdd7f27904ab3cb87918b65352b3ca32fb013
|