Commit 4631b69c authored by Brennen Raimer's avatar Brennen Raimer
Browse files

add traitlets

1 merge request!1722add traitlets
Pipeline #980 failed with stages
Showing with 1 addition and 0 deletions
+1 -0
......@@ -202,6 +202,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [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.
* [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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment