.pre-commit-config.yaml
CHANGELOG.md
CITATION.cff
LICENSE
MANIFEST.in
README.md
conftest.py
pyproject.toml
readthedocs.yml
setup.py
tox.ini
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/dependabot.yml
.github/sponsors/FilePreviews.svg
.github/sponsors/Sentry.svg
.github/sponsors/Tidelift.svg
.github/sponsors/Variomedia.svg
.github/workflows/build-docset.yml
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/pypi-package.yml
changelog.d/towncrier_template.md.jinja
docs/Makefile
docs/api.rst
docs/changelog.md
docs/comparison.md
docs/conf.py
docs/examples.md
docs/extending.md
docs/glossary.md
docs/hashing.md
docs/how-does-it-work.md
docs/index.md
docs/init.md
docs/license.md
docs/names.md
docs/overview.md
docs/types.md
docs/why.md
docs/_static/attrs_logo.png
docs/_static/attrs_logo.svg
docs/_static/attrs_logo_white.png
docs/_static/attrs_logo_white.svg
docs/_static/docset-icon.png
docs/_static/docset-icon@2x.png
src/attr/__init__.py
src/attr/__init__.pyi
src/attr/_cmp.py
src/attr/_cmp.pyi
src/attr/_compat.py
src/attr/_config.py
src/attr/_funcs.py
src/attr/_make.py
src/attr/_next_gen.py
src/attr/_typing_compat.pyi
src/attr/_version_info.py
src/attr/_version_info.pyi
src/attr/converters.py
src/attr/converters.pyi
src/attr/exceptions.py
src/attr/exceptions.pyi
src/attr/filters.py
src/attr/filters.pyi
src/attr/py.typed
src/attr/setters.py
src/attr/setters.pyi
src/attr/validators.py
src/attr/validators.pyi
src/attrs/__init__.py
src/attrs/__init__.pyi
src/attrs/converters.py
src/attrs/exceptions.py
src/attrs/filters.py
src/attrs/py.typed
src/attrs/setters.py
src/attrs/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/attr_import_star.py
tests/dataclass_transform_example.py
tests/strategies.py
tests/test_3rd_party.py
tests/test_abc.py
tests/test_annotations.py
tests/test_cmp.py
tests/test_compat.py
tests/test_config.py
tests/test_converters.py
tests/test_dunders.py
tests/test_filters.py
tests/test_funcs.py
tests/test_functional.py
tests/test_hooks.py
tests/test_import.py
tests/test_init_subclass.py
tests/test_make.py
tests/test_mypy.yml
tests/test_next_gen.py
tests/test_pattern_matching.py
tests/test_pyright.py
tests/test_setattr.py
tests/test_slots.py
tests/test_utils.py
tests/test_validators.py
tests/test_version_info.py
tests/typing_example.py
tests/utils.py