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.1.tar.gz (27.8 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.1-py3-none-any.whl (43.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.3.1.tar.gz
Algorithm Hash digest
SHA256 96754f61a16fbf4870ee26165edabf4a40a76a6c5c48b7678936f4c295219112
MD5 67010a0d9bf4f031f57cfc6ed12f6116
BLAKE2b-256 ac2e1f95bc282af71bd6339bd303c130be5f1ca313980f4a8c5b06923696ee24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 36d65d746469b844b7ca5d3e4dc4fcca0c616e3ad17eebdb2f3237c2ae9b0ead
MD5 90edb322dc5e565e6d88d1e1e41b9408
BLAKE2b-256 63b2d6b13ba7f8b3580f7dffc72a7be43e23cff24aa6c5b4d6719747e1eccae9

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