mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-23 17:40:32 +08:00
docs: remove dataclasses and DottedDict from Data Structures
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
- [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.
|
- [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.
|
- [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
|
## CMS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user