Source: twodict
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Félix Sipma <felix+debian@gueux.org>
Priority: optional
Section: python
Build-Depends: debhelper (>= 10),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools
Standards-Version: 4.1.3
Homepage: https://github.com/MrS0m30n3/twodict
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/twodict.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/twodict.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Testsuite: autopkgtest-pkg-python

Package: python-twodict
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Simple two way ordered dictionary for Python 2
 TwoWayOrderedDict is a custom dictionary in which you can get the key:value
 relationship but you can also get the value:key relationship. It also
 remembers the order in which the items were inserted and supports almost all
 the features of the build-in dict.
 .
 This package installs the library for Python 2.

Package: python3-twodict
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Simple two way ordered dictionary for Python 3
 TwoWayOrderedDict is a custom dictionary in which you can get the key:value
 relationship but you can also get the value:key relationship. It also
 remembers the order in which the items were inserted and supports almost all
 the features of the build-in dict.
 .
 This package installs the library for Python 3.
