.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
conftest.py
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/check.yml
doc/api.rst
doc/conf.py
doc/index.rst
src/attrs_strict/__init__.py
src/attrs_strict/__init__.pyi
src/attrs_strict/_commons.py
src/attrs_strict/_commons.pyi
src/attrs_strict/_error.py
src/attrs_strict/_error.pyi
src/attrs_strict/_type_validation.py
src/attrs_strict/_type_validation.pyi
src/attrs_strict/_version.py
src/attrs_strict/_version.pyi
src/attrs_strict/py.typed
src/attrs_strict.egg-info/PKG-INFO
src/attrs_strict.egg-info/SOURCES.txt
src/attrs_strict.egg-info/dependency_links.txt
src/attrs_strict.egg-info/requires.txt
src/attrs_strict.egg-info/top_level.txt
tests/__init__.py
tests/test_auto_attribs__py3.py
tests/test_base_types.py
tests/test_callable.py
tests/test_container.py
tests/test_dict.py
tests/test_list.py
tests/test_module.py
tests/test_newtype.py
tests/test_tuple.py
tests/test_union.py