1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: python-django-import-export
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.5.1
Homepage: https://github.com/django-import-export/django-import-export
Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
python3-django,
python3-setuptools
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-import-export.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-import-export
Package: python3-django-import-export
Architecture: all
Depends: python3-django,
${misc:Depends},
${python3:Depends}
Description: Django application and library for data import/export (Python 3)
Django application and library for importing and exporting of data in multiple
formats with included admin integration.
.
This package installs the library for Python 3.
|