LICENSE
README.md
pyproject.toml
src/paramattrs/__init__.py
src/paramattrs/converter.py
src/paramattrs/parameter.py
src/paramattrs/types.py
src/paramattrs/validator.py
src/paramattrs.egg-info/PKG-INFO
src/paramattrs.egg-info/SOURCES.txt
src/paramattrs.egg-info/dependency_links.txt
src/paramattrs.egg-info/requires.txt
src/paramattrs.egg-info/top_level.txt
tests/test_docstring_metadata.py
tests/test_metadata.py
tests/test_parameter.py
tests/test_parameter_edgecases.py
tests/test_validator.py