.gitignore
.pre-commit-config.yaml
.travis.yml
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
attrs_strict/__init__.py
attrs_strict/_error.py
attrs_strict/_type_validation.py
attrs_strict/_version.py
attrs_strict.egg-info/PKG-INFO
attrs_strict.egg-info/SOURCES.txt
attrs_strict.egg-info/dependency_links.txt
attrs_strict.egg-info/requires.txt
attrs_strict.egg-info/top_level.txt
doc/api.rst
doc/conf.py
doc/index.rst
tests/__init__.py
tests/test_base_types.py
tests/test_container.py
tests/test_dict.py
tests/test_list.py
tests/test_module.py
tests/test_tuple.py
tests/test_union.py