Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dab3a42

Browse files
committed
add Built-in Classes Enhancement section
1 parent 03febfe commit dab3a42

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
1212
- [Audio](#audio)
1313
- [Authentication](#authentication)
1414
- [Build Tools](#build-tools)
15+
- [Built-in Classes Enhancement](#built-in-classes-enhancement)
1516
- [Caching](#caching)
1617
- [ChatOps Tools](#chatops-tools)
1718
- [CMS](#cms)
@@ -193,6 +194,15 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
193194
* [PyBuilder](https://github.com/pybuilder/pybuilder) - A continuous build tool written in pure Python.
194195
* [SCons](http://www.scons.org/) - A software construction tool.
195196

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+
196206
## CMS
197207

198208
*Content Management Systems.*
@@ -786,7 +796,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
786796

787797
*Useful libraries or tools that don't fit in the categories above.*
788798

789-
* [attrs](https://github.com/python-attrs/attrs) - Replacement for `__init__`, `__eq__`, `__repr__`, etc. boilerplate in class definitions.
790799
* [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system.
791800
* [itsdangerous](https://github.com/pallets/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
792801
* [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python.

0 commit comments

Comments
 (0)