LICENSE
README.md
setup.cfg
setup.py
app/__init__.py
app/main.py
app/helpers/__init__.py
app/helpers/files.py
app/helpers/files_as_modules.py
app/helpers/schemas.py
app/helpers/schemas_dict.py
app/modules/__init__.py
app/modules/module.py
app/modules/module_blahblah.py
app/modules/module_typed.py
app/types/__init__.py
app/types/_type.py
app/types/any.py
app/types/constants.py
app/types/custom.py
app/types/dict.py
app/types/list.py
app/types/scalar.py
app/types/schema.py
ast_generate/__init__.py
ast_generate/annotated_assign.py
ast_generate/dict_metaclass.py
ast_generate/dict_typeclass.py
ast_generate/dict_value_type.py
ast_generate/fake_overload.py
ast_generate/list_typeclass.py
d42_typing.egg-info/PKG-INFO
d42_typing.egg-info/SOURCES.txt
d42_typing.egg-info/dependency_links.txt
d42_typing.egg-info/entry_points.txt
d42_typing.egg-info/requires.txt
d42_typing.egg-info/top_level.txt
tests/custom_schema_with_type/__init__.py
tests/custom_schema_with_type/_text_schema.py
tests/custom_schema_with_type/test_pyi_text_schema.py
tests/custom_schema_with_type/test_pyi_text_schema_in_dict.py
tests/d42/__init__.py
tests/d42/test_all_mode.py
tests/d42/test_pyi_scalar.py
tests/d42/test_pyi_scalar_uuid4.py
tests/d42/any/__init__.py
tests/d42/any/test_pyi_any.py
tests/d42/any/test_pyi_any_any_not_same_type.py
tests/d42/any/test_pyi_any_not_same_type.py
tests/d42/any/test_pyi_any_same_type.py
tests/d42/any/test_pyi_any_schema_custom.py
tests/d42/dicts/__init__.py
tests/d42/dicts/test_pyi_dict.py
tests/d42/dicts/test_pyi_dict_annotated.py
tests/d42/dicts/test_pyi_dict_any_key.py
tests/d42/dicts/test_pyi_dict_any_key_same_type.py
tests/d42/dicts/test_pyi_dict_any_key_schema.py
tests/d42/dicts/test_pyi_dict_empty.py
tests/d42/dicts/test_pyi_dict_list.py
tests/d42/dicts/test_pyi_dict_nested.py
tests/d42/dicts/test_pyi_dict_nested_imported.py
tests/d42/dicts/test_pyi_dict_nested_with_empty_dict.py
tests/d42/dicts/test_pyi_dict_nested_with_not_identifier_key.py
tests/d42/dicts/test_pyi_dict_no_keys.py
tests/d42/dicts/test_pyi_dict_with_breakets.py
tests/d42/dicts/test_pyi_dict_with_key_keyword.py
tests/d42/dicts/test_pyi_dict_with_key_not_identifier.py
tests/d42/dicts/test_pyi_dict_with_none.py
tests/d42/list/__init__.py
tests/d42/list/test_pyi_list.py
tests/d42/list/test_pyi_list_fixed.py
tests/d42/list/test_pyi_list_of_int.py
tests/d42/list/test_pyi_list_of_str.py
tests/ext_types/__init__.py
tests/ext_types/test_pyi_dict_with_numeric.py
tests/ext_types/test_pyi_jj.py
tests/ext_types/test_pyi_numeric.py
tests/ext_types/test_pyi_str_uuid.py
tests/not_schemas/__init__.py
tests/not_schemas/test_pyi_list_of_schemas.py