magicattr 0.1.6
0
A getattr and setattr that works on nested objects, lists, dicts, and any combination thereof withou
Contents
A getattr and setattr that works on nested objects, lists, dicts, and any combination thereof without resorting to eval
Stars: 16, Watchers: 16, Forks: 6, Open Issues: 2The frmdstryr/magicattr
repo was created 6 years ago and the last code push was 2 years ago. The project is not very popular with only 16 github stars!
How to Install magicattr
You can install magicattr using pip
pip install magicattr
or add it to a project with poetry
poetry add magicattr
Package Details
- Author
- frmdstryr
- License
- MIT
- Homepage
- https://github.com/frmdstryr/magicattr
- PyPi:
- https://pypi.org/project/magicattr/
- GitHub Repo:
- https://github.com/frmdstryr/magicattr
Related Packages
Errors
A list of common magicattr errors.
Code Examples
Here are some magicattr
code examples and snippets.
GitHub Issues
The magicattr package has 2 open issues on GitHub
- Changed _lookup_subscript_value input to keep its type
- Breakage with Python 3.9