LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
tests/test_Map.py
tests/test_Set.py
tests/test_anyof.py
tests/test_array.py
tests/test_array_thread_safety.py
tests/test_block_unknown_consts.py
tests/test_boolean.py
tests/test_classreference.py
tests/test_common.py
tests/test_constant_field.py
tests/test_create_pyi.py
tests/test_dataclass_style.py
tests/test_decimal.py
tests/test_deque.py
tests/test_deque_thread_safety.py
tests/test_deserialization.py
tests/test_deserialization_configuration.py
tests/test_deserialization_versions.py
tests/test_enum.py
tests/test_errors.py
tests/test_example1_person.py
tests/test_exception_field.py
tests/test_extfields.py
tests/test_fast_serialization_1.py
tests/test_fast_serialization_2.py
tests/test_fast_serialization_3.py
tests/test_fast_serialization_4.py
tests/test_fast_serialization_multiwrapper.py
tests/test_field.py
tests/test_find_diff.py
tests/test_function.py
tests/test_generator.py
tests/test_higher_order.py
tests/test_immutable.py
tests/test_independent_field_declaration.py
tests/test_inheritance.py
tests/test_integer.py
tests/test_jsonschema_draft4_style_reuse.py
tests/test_keysof.py
tests/test_map_thread_safety.py
tests/test_multifield_wrapper_thread_safety.py
tests/test_notfield.py
tests/test_numbers.py
tests/test_pep585_integration.py
tests/test_pickle.py
tests/test_serialization.py
tests/test_serialization_mappers.py
tests/test_set_thread_safety.py
tests/test_simplified_representation.py
tests/test_sized.py
tests/test_string.py
tests/test_structure.py
tests/test_structure_allfieldsrequired.py
tests/test_structure_extend.py
tests/test_structure_omit.py
tests/test_structure_or.py
tests/test_structure_partial.py
tests/test_structure_pick.py
tests/test_subclass_field.py
tests/test_timefield.py
tests/test_trusted_deserialization.py
tests/test_trusted_instantiation.py
tests/test_tuple.py
tests/test_tuple_thread_safety.py
tests/test_typed_field_creator.py
tests/test_undefined.py
tests/test_utility.py
tests/test_utility_magic_methods.py
typedpy/__init__.py
typedpy/commons.py
typedpy/errors.py
typedpy/testing.py
typedpy/utility.py
typedpy.egg-info/PKG-INFO
typedpy.egg-info/SOURCES.txt
typedpy.egg-info/dependency_links.txt
typedpy.egg-info/entry_points.txt
typedpy.egg-info/top_level.txt
typedpy/extfields/__init__.py
typedpy/extfields/extfields.py
typedpy/fields/__init__.py
typedpy/fields/anything.py
typedpy/fields/array.py
typedpy/fields/boolean.py
typedpy/fields/collections_impl.py
typedpy/fields/decimal_number.py
typedpy/fields/deque_field.py
typedpy/fields/enum.py
typedpy/fields/exception_field.py
typedpy/fields/fields.py
typedpy/fields/floats.py
typedpy/fields/function_call.py
typedpy/fields/integers.py
typedpy/fields/map_field.py
typedpy/fields/multified_wrappers.py
typedpy/fields/numbers.py
typedpy/fields/serializable_field.py
typedpy/fields/set_field.py
typedpy/fields/sized.py
typedpy/fields/strings.py
typedpy/fields/structure_reference.py
typedpy/fields/subclass.py
typedpy/fields/tuple_field.py
typedpy/json_schema/__init__.py
typedpy/json_schema/json_schema_mapping.py
typedpy/scripts/__init__.py
typedpy/scripts/create_stub.py
typedpy/scripts/create_stubs.py
typedpy/serialization/__init__.py
typedpy/serialization/fast_serialization.py
typedpy/serialization/mappers.py
typedpy/serialization/serialization.py
typedpy/serialization/serialization_wrappers.py
typedpy/serialization/versioned_mapping.py
typedpy/structures/__init__.py
typedpy/structures/abstract_structure.py
typedpy/structures/consts.py
typedpy/structures/defaults.py
typedpy/structures/keysof.py
typedpy/structures/structures.py
typedpy/structures/structures_reuse.py
typedpy/structures/type_mapping.py
typedpy/stubs/__init__.py
typedpy/stubs/function_info_getter.py
typedpy/stubs/methods_info_getter.py
typedpy/stubs/type_helpers.py
typedpy/stubs/type_info_getter.py
typedpy/stubs/types_ast.py
typedpy/stubs/utils.py