File: control

package info (click to toggle)
python-orderedattrdict 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: python: 316; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 848 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
Source: python-orderedattrdict
Maintainer: Sebastien Delafond <seb@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9)
Standards-Version: 4.4.1
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.