dotty-dict 1.3.1-2 source package in Ubuntu
Changelog
dotty-dict (1.3.1-2) unstable; urgency=medium * Source-only upload to allow package to migrate to testing. -- Edward Betts <edward@4angle.com> Sat, 01 Oct 2022 17:49:26 +0100
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dotty-dict_1.3.1-2.dsc | 2.2 KiB | 726e13f16e15392e7c99924d613f51979448f7c583e8146b929f2d2d9361b6af |
dotty-dict_1.3.1.orig.tar.gz | 40.1 KiB | 3b76d595da87033e17ed88194693af6c6ef9d71e7137247bbce701d336eb559c |
dotty-dict_1.3.1-2.debian.tar.xz | 3.5 KiB | 060ed8e03e7a8b7c1f5af7d14349475eeb7b79fdbae4211b973e7a6381686f47 |
No changes file available.
Binary packages built by this source
- python3-dotty-dict: Dictionary wrapper for quick access to deeply nested keys
Features:
.
* Simple wrapper around Python dictionary and dict like objects
* Two wrappers with the same dict are considered equal
* Access to deeply nested keys with dot notation: dot['deeply.nested. key']
* Create, read, update and delete nested keys of any length
* Access dicts in lists by index dot['parents.0.first_ name']
* Support for setting value in multidimensional lists
* Support for accessing lists with slices