LICENSE
README.md
setup.py
tests/test_generic_collection_type.py
tests/test_meta.py
typish/__init__.py
typish/_meta.py
typish/_state.py
typish/_types.py
typish.egg-info/PKG-INFO
typish.egg-info/SOURCES.txt
typish.egg-info/dependency_links.txt
typish.egg-info/not-zip-safe
typish.egg-info/requires.txt
typish.egg-info/top_level.txt
typish/classes/__init__.py
typish/classes/_cls_dict.py
typish/classes/_cls_function.py
typish/classes/_literal.py
typish/classes/_something.py
typish/classes/_subscriptable_type.py
typish/classes/_union_type.py
typish/decorators/__init__.py
typish/decorators/_hintable.py
typish/functions/__init__.py
typish/functions/_common_ancestor.py
typish/functions/_get_alias.py
typish/functions/_get_args.py
typish/functions/_get_mro.py
typish/functions/_get_origin.py
typish/functions/_get_simple_name.py
typish/functions/_get_type.py
typish/functions/_get_type_hints_of_callable.py
typish/functions/_instance_of.py
typish/functions/_is_from_typing.py
typish/functions/_is_optional_type.py
typish/functions/_is_type_annotation.py
typish/functions/_subclass_of.py