You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add annotations and py.typed to conform with PEP561. Add type checkin…
…g to tox (#40)
* Add type stubs and py.typed. Add type checking to tox
* use black on pyi
* Fix type packagings
Signed-off-by: Wilfred Wong <keiclone@users.noreply.github.com>
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Co-authored-by: Bernat Gabor <bgabor8@bloomberg.net>
Add support for Mapping and MutableMapping (#30)
This would enable custom made types that extend
collections.abc.Mapping and collections.abc.MutableMapping
Signed-off-by: Erik-Cristian Seulean <eseulean@bloomberg.net>