Metadata-Version: 2.1
Name: attrs
Version: 23.2.0
Summary: Classes Without Boilerplate
Author-email: Hynek Schlawack <hs@ox.cx>
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: importlib-metadata; python_version < "3.8"
Provides-Extra: cov
Requires-Dist: attrs[tests]; extra == "cov"
Requires-Dist: coverage[toml]>=5.3; extra == "cov"
Provides-Extra: dev
Requires-Dist: attrs[tests]; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-notfound-page; extra == "docs"
Requires-Dist: sphinxcontrib-towncrier; extra == "docs"
Requires-Dist: towncrier; extra == "docs"
Requires-Dist: zope-interface; extra == "docs"
Provides-Extra: tests
Requires-Dist: attrs[tests-no-zope]; extra == "tests"
Requires-Dist: zope-interface; extra == "tests"
Provides-Extra: tests-mypy
Requires-Dist: mypy>=1.6; (platform_python_implementation == "CPython" and python_version >= "3.8") and extra == "tests-mypy"
Requires-Dist: pytest-mypy-plugins; (platform_python_implementation == "CPython" and python_version >= "3.8") and extra == "tests-mypy"
Provides-Extra: tests-no-zope
Requires-Dist: attrs[tests-mypy]; extra == "tests-no-zope"
Requires-Dist: cloudpickle; platform_python_implementation == "CPython" and extra == "tests-no-zope"
Requires-Dist: hypothesis; extra == "tests-no-zope"
Requires-Dist: pympler; extra == "tests-no-zope"
Requires-Dist: pytest-xdist[psutil]; extra == "tests-no-zope"
Requires-Dist: pytest>=4.3.0; extra == "tests-no-zope"
