dataclasses
By ericvsmith
DottedDict
Python library that provides a method of accessing lists and dicts with a dotted path notation. (by carlosescri)
dataclasses | DottedDict | |
---|---|---|
3 | - | |
585 | 187 | |
- | - | |
0.0 | 0.0 | |
4 months ago | over 1 year ago | |
Python | Python | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dataclasses
Posts with mentions or reviews of dataclasses.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-24.
-
Attrs – The One Python Library Everyone Needs
dataclasses was explicitly inspired by attrs. https://github.com/ericvsmith/dataclasses/issues/1
-
What is the expression “!r” in Python?
I have only just encountered this expression — the “!r” appended to a variable or class attribute, as in the following example from the Dataclasses backports repo for Python 3.6:
- What is the expression “!r” in Python (without quotes)? What does it mean? (See linked example in Dataclasses backports repo)
DottedDict
Posts with mentions or reviews of DottedDict.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning DottedDict yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing dataclasses and DottedDict you can also consider the following projects:
Box - Python dictionaries with advanced dot notation access
bidict - The bidirectional mapping library for Python.
pydantic - Data validation using Python type hints
traits - Observable typed attributes for Python classes