File: control

package info (click to toggle)
twodict 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: python: 512; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 972 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 Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Félix Sipma <felix+debian@gueux.org>
Priority: optional
Section: python
Build-Depends: debhelper-compat (= 10),
 dh-python,
 python3-all,
 python3-setuptools
Standards-Version: 4.1.3
Homepage: https://github.com/MrS0m30n3/twodict
Vcs-Git: https://salsa.debian.org/python-team/modules/twodict.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/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.