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.11.tar.gz (24.4 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.11-py3-none-any.whl (38.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_flexible_reports-0.2.11.tar.gz
  • Upload date:
  • Size: 24.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for django_flexible_reports-0.2.11.tar.gz
Algorithm Hash digest
SHA256 bfeeb7f68b1e7a42094506ff8fa97df896b86463a00926ad1f2efee9b8ba5e27
MD5 e2ba02de040544f290098cb93d933b5c
BLAKE2b-256 b9820c983837c10348daf88b8f5498d722f9ba9cfa1be0d4e5c5118969c58a4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.2.11-py3-none-any.whl
Algorithm Hash digest
SHA256 c3283449b16c5c4565e355425080e8da02d15ea0fa10608683fd2f40a1301c6b
MD5 f6e3b1080c9bee031a9e90f7a8e45f9c
BLAKE2b-256 e0e837957e80521ab7c2d2bb08b2e61d62de71232f87a246a7d7d45501570d83

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