@@ -12,6 +12,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
12
12
- [ Audio] ( #audio )
13
13
- [ Authentication] ( #authentication )
14
14
- [ Build Tools] ( #build-tools )
15
+ - [ Built-in Classes Enhancement] ( #built-in-classes-enhancement )
15
16
- [ Caching] ( #caching )
16
17
- [ ChatOps Tools] ( #chatops-tools )
17
18
- [ CMS] ( #cms )
@@ -193,6 +194,15 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
193
194
* [ PyBuilder] ( https://github.com/pybuilder/pybuilder ) - A continuous build tool written in pure Python.
194
195
* [ SCons] ( http://www.scons.org/ ) - A software construction tool.
195
196
197
+ ## Built-in Classes Enhancement
198
+
199
+ * Libraries for enhancing Python built-in classes.*
200
+
201
+ * [ attrs] ( https://github.com/python-attrs/attrs ) - Replacement for ` __init__ ` , ` __eq__ ` , ` __repr__ ` , etc. boilerplate in class definitions.
202
+ * [ bidict] ( https://github.com/jab/bidict ) - Efficient, Pythonic bidirectional map data structures and related functionality..
203
+ * [ Box] ( https://github.com/cdgriffith/Box ) - Python dictionaries with advanced dot notation access.
204
+ * [ dotted] ( https://github.com/carlosescri/DottedDict ) - A library that provides a method of accessing lists and dicts with a dotted path notation.
205
+
196
206
## CMS
197
207
198
208
* Content Management Systems.*
@@ -786,7 +796,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
786
796
787
797
* Useful libraries or tools that don't fit in the categories above.*
788
798
789
- * [ attrs] ( https://github.com/python-attrs/attrs ) - Replacement for ` __init__ ` , ` __eq__ ` , ` __repr__ ` , etc. boilerplate in class definitions.
790
799
* [ blinker] ( https://github.com/jek/blinker ) - A fast Python in-process signal/event dispatching system.
791
800
* [ itsdangerous] ( https://github.com/pallets/itsdangerous ) - Various helpers to pass trusted data to untrusted environments.
792
801
* [ pluginbase] ( https://github.com/mitsuhiko/pluginbase ) - A simple but flexible plugin system for Python.
0 commit comments