Traitlets is a framework that lets Python classes have attributes with type
checking, dynamically calculated default values, and 'on change' callbacks.
Keeps configuration in a varietry of formats, including json.
WWW: https://pypi.python.org/pypi/traitlets/
PR: 205507
Submitted by: Yuri Victorovich <yuri@rawbw.com>