dataclasses VS DottedDict

Compare dataclasses vs DottedDict and see what are their differences.

DottedDict

Python library that provides a method of accessing lists and dicts with a dotted path notation. (by carlosescri)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
dataclasses DottedDict
3 -
581 172
- -
2.6 0.0
about 2 years ago about 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.

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.

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