docs: remove dataclasses and DottedDict from Data Structures

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-03-19 00:58:09 +08:00
parent 5036fe8201
commit 7a0abca2e5
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -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