objdict 0.4.4
0
The ObjDict class has many uses including: as a tool for processing and generating json information,
Contents
The ObjDict class has many uses including: as a tool for processing and generating json information, for ad-hoc classes and mutable named tuples, or just as dictionaries that allow dot notation access.
How to Install objdict
You can install objdict using pip
pip install objdict
or add it to a project with poetry
poetry add objdict
Package Details
- Author
- Ian Ogilvy
- License
- LGPL
- Homepage
- https://bitbucket.org/objdict/objdict
- PyPi:
- https://pypi.org/project/objdict/
Classifiers
- Software Development/Libraries/Python Modules
- Utilities
Related Packages
Errors
A list of common objdict errors.
Code Examples
Here are some objdict
code examples and snippets.