Source: django-tagulous
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders:
 Sophie Brun <sophie@offensive-security.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-django,
 python3-setuptools,
 python3-sphinx,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.2
Homepage: https://github.com/radiac/django-tagulous
Vcs-Browser: https://gitlab.com/kalilinux/packages/django-tagulous
Vcs-Git: https://gitlab.com/kalilinux/packages/django-tagulous.git

Package: python3-django-tagulous
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-django-tagulous-doc,
Description: tagging library for Django built on ForeignKey and ManyToManyField (Python 3)
 This package contains a tagging library for Django built on ForeignKey and
 ManyToManyField, giving you all their normal power with a sprinkling of
 tagging syntactic sugar.
    - Easy to install - simple requirements, simple syntax, lots of options
    - Based on ForeignKey and ManyToManyField, so it's easy to query
    - Autocomplete support built in, if you want it
    - Supports multiple independent tag fields on a single model
    - Can be used as a user-customisable CharField with choices
    - Supports trees of nested tags, for detailed categorisation
    - Admin support for managing tags and tagged models
 .
 This package installs the library for Python 3.

Package: python-django-tagulous-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: tagging lib for Django built on ForeignKey and ManyToManyField (common documentation)
 This package contains a tagging library for Django built on ForeignKey and
 ManyToManyField, giving you all their normal power with a sprinkling of
 tagging syntactic sugar.
    - Easy to install - simple requirements, simple syntax, lots of options
    - Based on ForeignKey and ManyToManyField, so it's easy to query
    - Autocomplete support built in, if you want it
    - Supports multiple independent tag fields on a single model
    - Can be used as a user-customisable CharField with choices
    - Supports trees of nested tags, for detailed categorisation
    - Admin support for managing tags and tagged models
 .
 This is the common documentation package.
