From 548d0c42a74e96e72bd4494192f342b6aeb02dff Mon Sep 17 00:00:00 2001 From: Brennen Raimer <5969754+norweeg@users.noreply.github.com> Date: Sun, 2 Apr 2023 11:03:41 -0400 Subject: [PATCH] add traitlets --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 778fc8b2..4e36d9df 100644 --- a/README.md +++ b/README.md @@ -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. * [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