mirror of
https://github.com/vinta/awesome-python.git
synced 2024-12-18 08:10:15 +00:00
add traitlets
This commit is contained in:
parent
3d9af26937
commit
548d0c42a7
|
@ -196,6 +196,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [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.
|
* [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.
|
* [dotteddict](https://github.com/carlosescri/DottedDict) - A library that provides a method of accessing lists and dicts with a dotted path notation.
|
||||||
|
* [Traitlets](https://github.com/ipython/traitlets) - A library that enables enforcement of strong typing of attributes, dynamic calculation of default values, and automatic validation when values change.
|
||||||
|
|
||||||
## CMS
|
## CMS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user