From 7a0abca2e50791d29da396253d00f4d17fad3ca3 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 19 Mar 2026 00:58:09 +0800 Subject: [PATCH] docs: remove dataclasses and DottedDict from Data Structures Co-Authored-By: Claude --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8bd0055..ce0cff7 100644 --- a/README.md +++ b/README.md @@ -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