mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-12 14:41:43 +08:00
docs: remove dataclasses and DottedDict from Data Structures
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
5036fe8201
commit
7a0abca2e5
@ -191,8 +191,6 @@ _Libraries for enhancing Python built-in classes._
|
||||
- [attrs](https://github.com/python-attrs/attrs) - Replacement for `__init__`, `__eq__`, `__repr__`, etc. boilerplate in class definitions.
|
||||
- [bidict](https://github.com/jab/bidict) - Efficient, Pythonic bidirectional map data structures and related functionality.
|
||||
- [Box](https://github.com/cdgriffith/Box) - Python dictionaries with advanced dot notation access.
|
||||
- [dataclasses](https://docs.python.org/3/library/dataclasses.html) - (Python standard library) Data classes.
|
||||
- [DottedDict](https://github.com/carlosescri/DottedDict) - A library that provides a method of accessing lists and dicts with a dotted path notation.
|
||||
|
||||
## CMS
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user