.coveragerc .readthedocs.yml AUTHORS.rst CHANGELOG.rst LICENSE MANIFEST.in README.rst conftest.py pyproject.toml setup.cfg setup.py tox.ini .github/CODE_OF_CONDUCT.rst .github/CONTRIBUTING.rst changelog.d/towncrier_template.rst docs/Makefile docs/api.rst docs/backward-compatibility.rst docs/changelog.rst docs/conf.py docs/contributing.rst docs/docutils.conf docs/examples.rst docs/extending.rst docs/how-does-it-work.rst docs/index.rst docs/license.rst docs/overview.rst docs/why.rst docs/_static/attrs_logo.png docs/_static/attrs_logo.svg src/attr/__init__.py src/attr/_compat.py src/attr/_config.py src/attr/_funcs.py src/attr/_make.py src/attr/converters.py src/attr/exceptions.py src/attr/filters.py src/attr/validators.py src/attrs.egg-info/PKG-INFO src/attrs.egg-info/SOURCES.txt src/attrs.egg-info/dependency_links.txt src/attrs.egg-info/not-zip-safe src/attrs.egg-info/requires.txt src/attrs.egg-info/top_level.txt tests/__init__.py tests/test_annotations.py tests/test_config.py tests/test_converters.py tests/test_dark_magic.py tests/test_dunders.py tests/test_filters.py tests/test_funcs.py tests/test_init_subclass.py tests/test_make.py tests/test_slots.py tests/test_validators.py tests/utils.py