Uberdict

Latest version: v0.4.3

Safety actively analyzes 621924 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.4.2

--------------------------

* doc changes to get description formatted correctly on both github and pypi

0.4.0

--------------------------

* support python 2.7 and 3.4+, as well as pypy (pypy2 and dev 3.5 pypy)
* 100% test coverage
* making available on pypi

0.3.0

--------------------------

* added support for `dir` method to improve interactive use (exposes stored keys as well as the normal instance and class attributes that would be expected)
* updates to ensure that `__missing__` is only used from `__getitem__`, and never from methods like `get` or by inadvertently using `__getitem__` from another method
* more tests

0.2.0

--------------------------

* main class is now 'uberdict.udict' (was 'uberdict.UberDict')
* changes to how dotted keys are handled (dots have no special meaning for 'getattr', 'setattr', 'hasattr', 'delattr' but do for 'get' and '__getitem__' and friends)
* improved README docs and examples
* more tests

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.