Metadata-Version: |
2.1 |
Name: |
attrs |
Version: |
20.3.0 |
Summary: |
Classes Without Boilerplate |
Author: |
Hynek Schlawack |
Author-Email: |
hs[at]ox.cx |
Maintainer: |
Hynek Schlawack |
Maintainer-Email: |
hs[at]ox.cx |
Home-Page: |
https://www.attrs.org/ |
Project-Url: |
Documentation, https://www.attrs.org/ |
Project-Url: |
Bug Tracker, https://github.com/python-attrs/attrs/issues |
Project-Url: |
Source Code, 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 |
License: |
MIT |
Keywords: |
class,attribute,boilerplate |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Natural Language :: English |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.5 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* |
Requires-Dist: |
coverage[toml] (>=5.0.2); extra == "dev" |
Requires-Dist: |
hypothesis; extra == "dev" |
Requires-Dist: |
pympler; extra == "dev" |
Requires-Dist: |
pytest (>=4.3.0); extra == "dev" |
Requires-Dist: |
six; extra == "dev" |
Requires-Dist: |
zope.interface; extra == "dev" |
Requires-Dist: |
furo; extra == "dev" |
Requires-Dist: |
sphinx; extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
furo; extra == "docs" |
Requires-Dist: |
sphinx; extra == "docs" |
Requires-Dist: |
zope.interface; extra == "docs" |
Requires-Dist: |
coverage[toml] (>=5.0.2); extra == "tests" |
Requires-Dist: |
hypothesis; extra == "tests" |
Requires-Dist: |
pympler; extra == "tests" |
Requires-Dist: |
pytest (>=4.3.0); extra == "tests" |
Requires-Dist: |
six; extra == "tests" |
Requires-Dist: |
zope.interface; extra == "tests" |
Requires-Dist: |
coverage[toml] (>=5.0.2); extra == "tests_no_zope" |
Requires-Dist: |
hypothesis; extra == "tests_no_zope" |
Requires-Dist: |
pympler; extra == "tests_no_zope" |
Requires-Dist: |
pytest (>=4.3.0); extra == "tests_no_zope" |
Requires-Dist: |
six; extra == "tests_no_zope" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
tests |
Provides-Extra: |
tests_no_zope |
Description-Content-Type: |
text/x-rst |