python-orderedattrdict 1.5-1 source package in Ubuntu

Changelog

python-orderedattrdict (1.5-1) unstable; urgency=low

  * First upload (Closes: #894430)

 -- Sebastien Delafond <email address hidden>  Fri, 30 Mar 2018 10:06:31 +0200

Upload details

Uploaded by:
Sebastien Delafond
Uploaded to:
Sid
Original maintainer:
Sebastien Delafond
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-orderedattrdict_1.5-1.dsc 1.6 KiB c586b21dafc49b957b8bbf7beca6b34a4ce446fa2e4f57c402e85ac4090ee8b7
python-orderedattrdict_1.5.orig.tar.xz 6.6 KiB 3b5ffa4e80103fa32f8215409f79acc1da5cb26de5fe30c2af7cba10fe71beb1
python-orderedattrdict_1.5-1.debian.tar.xz 1.8 KiB 2702030f394f2decd4d0b5077cd51ec7a93d69e40ff7ca0d105c047eb591cf9e

No changes file available.

Binary packages built by this source

python3-orderedattrdict: 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.