File: control

package info (click to toggle)
twodict 1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: python: 647; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 963 bytes parent folder | download
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
Source: twodict
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Félix Sipma <felix+debian@gueux.org>
Priority: optional
Section: python
Build-Depends: debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools
Standards-Version: 4.6.1
Homepage: https://github.com/MrS0m30n3/twodict
Vcs-Git: https://salsa.debian.org/python-team/packages/twodict.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/twodict
Testsuite: autopkgtest-pkg-python

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.