Metadata-Version: |
2.3 |
Name: |
attrs |
Version: |
24.2.0 |
Summary: |
Classes Without Boilerplate |
Author-Email: |
Hynek Schlawack <hs[at]ox.cx> |
Project-Url: |
Documentation, https://www.attrs.org/ |
Project-Url: |
Changelog, https://www.attrs.org/en/stable/changelog.html |
Project-Url: |
GitHub, https://github.com/python-attrs/attrs |
Project-Url: |
Funding, https://github.com/sponsors/hynek |
Project-Url: |
Tidelift, https://tidelift.com/subscription/pkg/pypi-attrs?utm_source=pypi-attrs&utm_medium=pypi |
Keywords: |
attribute,boilerplate,class |
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 :: 3.13 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7 |
Requires-Dist: |
importlib-metadata; python_version < "3.8" |
Requires-Dist: |
cloudpickle; platform_python_implementation == "CPython" and extra == "benchmark" |
Requires-Dist: |
hypothesis; extra == "benchmark" |
Requires-Dist: |
mypy (>=1.11.1); (platform_python_implementation == "CPython" and python_version >= "3.9") and extra == "benchmark" |
Requires-Dist: |
pympler; extra == "benchmark" |
Requires-Dist: |
pytest-codspeed; extra == "benchmark" |
Requires-Dist: |
pytest-mypy-plugins; (platform_python_implementation == "CPython" and python_version >= "3.9" and python_version < "3.13") and extra == "benchmark" |
Requires-Dist: |
pytest-xdist[psutil]; extra == "benchmark" |
Requires-Dist: |
pytest (>=4.3.0); extra == "benchmark" |
Requires-Dist: |
cloudpickle; platform_python_implementation == "CPython" and extra == "cov" |
Requires-Dist: |
coverage[toml] (>=5.3); extra == "cov" |
Requires-Dist: |
hypothesis; extra == "cov" |
Requires-Dist: |
mypy (>=1.11.1); (platform_python_implementation == "CPython" and python_version >= "3.9") and extra == "cov" |
Requires-Dist: |
pympler; extra == "cov" |
Requires-Dist: |
pytest-mypy-plugins; (platform_python_implementation == "CPython" and python_version >= "3.9" and python_version < "3.13") and extra == "cov" |
Requires-Dist: |
pytest-xdist[psutil]; extra == "cov" |
Requires-Dist: |
pytest (>=4.3.0); extra == "cov" |
Requires-Dist: |
cloudpickle; platform_python_implementation == "CPython" and extra == "dev" |
Requires-Dist: |
hypothesis; extra == "dev" |
Requires-Dist: |
mypy (>=1.11.1); (platform_python_implementation == "CPython" and python_version >= "3.9") and extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
pympler; extra == "dev" |
Requires-Dist: |
pytest-mypy-plugins; (platform_python_implementation == "CPython" and python_version >= "3.9" and python_version < "3.13") and extra == "dev" |
Requires-Dist: |
pytest-xdist[psutil]; extra == "dev" |
Requires-Dist: |
pytest (>=4.3.0); extra == "dev" |
Requires-Dist: |
cogapp; 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 (<24.7); extra == "docs" |
Requires-Dist: |
cloudpickle; platform_python_implementation == "CPython" and extra == "tests" |
Requires-Dist: |
hypothesis; extra == "tests" |
Requires-Dist: |
mypy (>=1.11.1); (platform_python_implementation == "CPython" and python_version >= "3.9") and extra == "tests" |
Requires-Dist: |
pympler; extra == "tests" |
Requires-Dist: |
pytest-mypy-plugins; (platform_python_implementation == "CPython" and python_version >= "3.9" and python_version < "3.13") and extra == "tests" |
Requires-Dist: |
pytest-xdist[psutil]; extra == "tests" |
Requires-Dist: |
pytest (>=4.3.0); extra == "tests" |
Requires-Dist: |
mypy (>=1.11.1); (platform_python_implementation == "CPython" and python_version >= "3.9") and extra == "tests-mypy" |
Requires-Dist: |
pytest-mypy-plugins; (platform_python_implementation == "CPython" and python_version >= "3.9" and python_version < "3.13") and extra == "tests-mypy" |
Provides-Extra: |
benchmark |
Provides-Extra: |
cov |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
tests |
Provides-Extra: |
tests-mypy |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT |
License-File: |
LICENSE |