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.3.0.tar.gz (26.6 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.3.0-py3-none-any.whl (41.3 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.3.0.tar.gz
Algorithm Hash digest
SHA256 16b2c5d5c484884b7600e6a956a6155223defab327357d484989de811129708f
MD5 c578297fbaddb951f1b98da2b82feeaa
BLAKE2b-256 c16dd2bbb43531b3e61846fb2a1a016dc053b6ad91b2e765288d2ec45d7f3ee0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 38f6fb83104ae336fc16859857423c3fe782076d139f46ce071d9238dad3877c
MD5 9a85f1c9affee012ab96ce48c32a192c
BLAKE2b-256 a6e8eb677154ed4cd5fb809045f79265b99ad9e70afbdd83a2f0eae42bd76aa8

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