LICENSE
README.md
pyproject.toml
strongpy/__init__.py
strongpy/strong.py
strongpy/type_checker.py
strongpy.egg-info/PKG-INFO
strongpy.egg-info/SOURCES.txt
strongpy.egg-info/dependency_links.txt
strongpy.egg-info/top_level.txt
strongpy/handlers/__init__.py
strongpy/handlers/handler_callable.py
strongpy/handlers/handler_dict.py
strongpy/handlers/handler_frozenset.py
strongpy/handlers/handler_list.py
strongpy/handlers/handler_literal.py
strongpy/handlers/handler_set.py
strongpy/handlers/handler_tuple.py
strongpy/handlers/handler_union.py
tests/test.py