File: control

package info (click to toggle)
python-orderedattrdict 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: python: 319; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 875 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
26
27
Source: python-orderedattrdict
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
Standards-Version: 4.6.2
Homepage: https://github.com/sanand0/orderedattrdict
Vcs-Git: https://salsa.debian.org/debian/python-orderedattrdict.git
Vcs-Browser: https://salsa.debian.org/debian/python-orderedattrdict

Package: python3-orderedattrdict
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python OrderedDict with attribute-style access (Python3)
 An ordered dictionary with attribute-style access.
 .
 AttrDict behaves exactly like collections.OrderedDict, but also allows
 keys to be accessed as attributes.
 .
 It also allows for loading JSON and YAML while preserving the order of
 keys
 .
 This is the Python3 package.