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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: python-django-imagekit
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-bs4,
python3-django-appconf,
python3-django-nose,
python3-mock,
python3-pilkit,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.5.0
Homepage: https://github.com/matthewwithanm/django-imagekit/
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-django-imagekit
Vcs-Git: https://salsa.debian.org/python-team/modules/python-django-imagekit.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python-django-imagekit-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Automated image processing for Django (Documentation)
ImageKit is a Django app for processing images. Need a thumbnail? A
black-and-white version of a user-uploaded image? ImageKit will make them for
you. If you need to programmatically generate one image from another, you need
ImageKit.
.
ImageKit comes with a bunch of image processors for common tasks like resizing
and cropping, but you can also create your own.
.
This package contains the documentation.
Package: python3-django-imagekit
Architecture: all
Depends:
python3-django,
${misc:Depends},
${python3:Depends},
Suggests:
python-django-imagekit-doc,
Description: Automated image processing for Django (Python3 version)
ImageKit is a Django app for processing images. Need a thumbnail? A
black-and-white version of a user-uploaded image? ImageKit will make them for
you. If you need to programmatically generate one image from another, you need
ImageKit.
.
ImageKit comes with a bunch of image processors for common tasks like resizing
and cropping, but you can also create your own.
.
This package contains the Python 3 version of the library.
|