Skip to main content

A framework for report generation in Django

Project description

Django Flexible Reports

PyPI Tests Coverage

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


Download files

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

Source Distribution

django_flexible_reports-0.2.12.tar.gz (24.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_flexible_reports-0.2.12-py3-none-any.whl (38.9 kB view details)

Uploaded Python 3

File details

Details for the file django_flexible_reports-0.2.12.tar.gz.

File metadata

File hashes

Hashes for django_flexible_reports-0.2.12.tar.gz
Algorithm Hash digest
SHA256 6e9901f42f744c7337d12116c118a318fb30498c055c4d435e6f70fe99605d32
MD5 2c001b13559f5539e869e05c8e2a676a
BLAKE2b-256 ee031b60bacdfa3b63a0051eea721df04492cdab911798b45413592e68d4887a

See more details on using hashes here.

File details

Details for the file django_flexible_reports-0.2.12-py3-none-any.whl.

File metadata

File hashes

Hashes for django_flexible_reports-0.2.12-py3-none-any.whl
Algorithm Hash digest
SHA256 daf7217ea4b2a9e619ef510561fe6e7c0e66766f4d381759c5a669619ea9c013
MD5 02ed9eea8bf446488173c1d43d5b147f
BLAKE2b-256 e8244d43ca8419f62496705de05cdd7f27904ab3cb87918b65352b3ca32fb013

See more details on using hashes here.

Supported by

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