METADATA 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Metadata-Version: 2.1
  2. Name: attrs
  3. Version: 23.1.0
  4. Summary: Classes Without Boilerplate
  5. Project-URL: Documentation, https://www.attrs.org/
  6. Project-URL: Changelog, https://www.attrs.org/en/stable/changelog.html
  7. Project-URL: Bug Tracker, https://github.com/python-attrs/attrs/issues
  8. Project-URL: Source Code, https://github.com/python-attrs/attrs
  9. Project-URL: Funding, https://github.com/sponsors/hynek
  10. Project-URL: Tidelift, https://tidelift.com/subscription/pkg/pypi-attrs?utm_source=pypi-attrs&utm_medium=pypi
  11. Author-email: Hynek Schlawack <hs@ox.cx>
  12. License-Expression: MIT
  13. License-File: LICENSE
  14. Keywords: attribute,boilerplate,class
  15. Classifier: Development Status :: 5 - Production/Stable
  16. Classifier: Intended Audience :: Developers
  17. Classifier: License :: OSI Approved :: MIT License
  18. Classifier: Programming Language :: Python :: 3.7
  19. Classifier: Programming Language :: Python :: 3.8
  20. Classifier: Programming Language :: Python :: 3.9
  21. Classifier: Programming Language :: Python :: 3.10
  22. Classifier: Programming Language :: Python :: 3.11
  23. Classifier: Programming Language :: Python :: Implementation :: CPython
  24. Classifier: Programming Language :: Python :: Implementation :: PyPy
  25. Classifier: Typing :: Typed
  26. Requires-Python: >=3.7
  27. Requires-Dist: importlib-metadata; python_version < '3.8'
  28. Provides-Extra: cov
  29. Requires-Dist: attrs[tests]; extra == 'cov'
  30. Requires-Dist: coverage[toml]>=5.3; extra == 'cov'
  31. Provides-Extra: dev
  32. Requires-Dist: attrs[docs,tests]; extra == 'dev'
  33. Requires-Dist: pre-commit; extra == 'dev'
  34. Provides-Extra: docs
  35. Requires-Dist: furo; extra == 'docs'
  36. Requires-Dist: myst-parser; extra == 'docs'
  37. Requires-Dist: sphinx; extra == 'docs'
  38. Requires-Dist: sphinx-notfound-page; extra == 'docs'
  39. Requires-Dist: sphinxcontrib-towncrier; extra == 'docs'
  40. Requires-Dist: towncrier; extra == 'docs'
  41. Requires-Dist: zope-interface; extra == 'docs'
  42. Provides-Extra: tests
  43. Requires-Dist: attrs[tests-no-zope]; extra == 'tests'
  44. Requires-Dist: zope-interface; extra == 'tests'
  45. Provides-Extra: tests-no-zope
  46. Requires-Dist: cloudpickle; platform_python_implementation == 'CPython' and extra == 'tests-no-zope'
  47. Requires-Dist: hypothesis; extra == 'tests-no-zope'
  48. Requires-Dist: mypy>=1.1.1; platform_python_implementation == 'CPython' and extra == 'tests-no-zope'
  49. Requires-Dist: pympler; extra == 'tests-no-zope'
  50. Requires-Dist: pytest-mypy-plugins; platform_python_implementation == 'CPython' and python_version < '3.11' and extra == 'tests-no-zope'
  51. Requires-Dist: pytest-xdist[psutil]; extra == 'tests-no-zope'
  52. Requires-Dist: pytest>=4.3.0; extra == 'tests-no-zope'