LICENSE
README.md
pyproject.toml
src/formax/__init__.py
src/formax/base.py
src/formax/decorators.py
src/formax/exceptions.py
src/formax/fields.py
src/formax/formatters.py
src/formax/make_init.py
src/formax/optimised_funcs.py
src/formax/py.typed
src/formax/typing.py
src/formax/utils.py
src/formax_py.egg-info/PKG-INFO
src/formax_py.egg-info/SOURCES.txt
src/formax_py.egg-info/dependency_links.txt
src/formax_py.egg-info/requires.txt
src/formax_py.egg-info/top_level.txt
tests/test_base.py
tests/test_class_signature_detection.py
tests/test_field_type_resolver.py
tests/test_formatter.py
tests/test_forward_ref.py
tests/test_make_init.py
tests/test_schema_validation.py
tests/test_typing.py
tests/test_validators_and_preformatters.py