Contents

attributedict 0.3.0

0

A dictionary object with attributes support.

A dictionary object with attributes support.

Stars: 17, Watchers: 17, Forks: 4, Open Issues: 8

The grimen/python-attributedict repo was created 5 years ago and the last code push was 4 years ago. The project is not very popular with only 17 github stars!

How to Install attributedict

You can install attributedict using pip

pip install attributedict

or add it to a project with poetry

poetry add attributedict

Package Details

Author
Jonas Grimfelt
License
MIT
Homepage
https://github.com/grimen/python-attributedict
PyPi:
https://pypi.org/project/attributedict/
GitHub Repo:
https://github.com/grimen/python-attributedict

Classifiers

  • Software Development/Libraries
No  attributedict  pypi packages just yet.

Errors

A list of common attributedict errors.

Code Examples

Here are some attributedict code examples and snippets.

Related Packages & Articles

addict 2.4.0

Addict is a dictionary whose items can be set using both attribute and item syntax.