python39-aadict - An auto-attribute dict (and a couple of other useful dict functions)
Website: | https://github.com/metagriffin/aadict |
---|---|
License: | GPL-3.0-or-later |
Vendor: | Alcance Libre, Inc. |
- Description:
An aadict is a python dict sub-class that allows attribute-style access to dict items, e.g. d.foo is equivalent to d['foo']. aadict also provides a few other helpful methods, such as pick and omit methods. Also, an aadict is more call chaining friendly (e.g. methods such as update return self) and is pickle’able.
Packages
python39-aadict-0.2.3-1.aldos.noarch [22 KiB] |
Changelog
by Joel Barrios (2025-04-22):
- Initial spec file. |