Source: django-tables Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Brian May , Build-Depends: debhelper-compat (=13), dh-sequence-python3, dh-sequence-sphinxdoc, python3-all, python3-setuptools, Build-Depends-Indep: python-django-doc , python3-django , python3-django-filters , python3-doc , python3-fudge , python3-lxml , python3-myst-parser , python3-psycopg2 , python3-recommonmark , python3-sphinx , python3-sphinx-rtd-theme , python3-sphinxcontrib.jquery , python3-sphinxcontrib.spelling , python3-tablib , python3-tz , Standards-Version: 4.6.2 Homepage: https://github.com/jieter/django-tables2 Vcs-Git: https://salsa.debian.org/python-team/packages/django-tables.git Vcs-Browser: https://salsa.debian.org/python-team/packages/django-tables Rules-Requires-Root: no Package: python-django-tables2-doc Section: doc Architecture: all Suggests: python-django-doc, python3-doc, Depends: libjs-bootstrap, libjs-jquery, ${misc:Depends}, ${sphinxdoc:Depends}, Multi-Arch: foreign Description: Table/data-grid framework for Django (Documentation) django-tables2 simplifies the task of turning sets of data into HTML tables. It has native support for pagination and sorting. It does for HTML tables what ``django.forms`` does for HTML forms. . This package contains the documentation. Package: python3-django-tables2 Architecture: all Depends: python3-django (>= 3:4.2~), ${misc:Depends}, ${python3:Depends}, Suggests: python-django-tables2-doc, Description: Table/data-grid framework for Django (Python 3) django-tables2 simplifies the task of turning sets of data into HTML tables. It has native support for pagination and sorting. It does for HTML tables what ``django.forms`` does for HTML forms. . This package provides the Python 3 module.