Metadata-Version: |
2.2 |
Name: |
attr-utils |
Version: |
1.1.0 |
Summary: |
Utilities to augment attrs. |
Author-Email: |
Dominic Davis-Foster <dominic[at]davis-foster.co.uk> |
Home-Page: |
https://github.com/domdfcoding/attr_utils |
Project-Url: |
Issue Tracker, https://github.com/domdfcoding/attr_utils/issues |
Project-Url: |
Source Code, https://github.com/domdfcoding/attr_utils |
Project-Url: |
Documentation, https://attr-utils.readthedocs.io/en/latest |
License: |
MIT |
Keywords: |
attrs,documentation,serde,sphinx |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Platform: |
Windows |
Platform: |
macOS |
Platform: |
Linux |
Requires-Python: |
>=3.7 |
Requires-Dist: |
attrs (>=21.2.0) |
Requires-Dist: |
domdf-python-tools (>=3.6.1) |
Requires-Dist: |
toolz (>=0.11.1) |
Requires-Dist: |
typing-extensions (>=4.0.0) |
Requires-Dist: |
typing-inspect (>=0.6.0); python_version == "3.6" |
Requires-Dist: |
prettyprinter (==0.18.0); extra == "pprint" |
Requires-Dist: |
sphinx (<7,>=3.2.0); extra == "sphinx" |
Requires-Dist: |
sphinx-toolbox (>=3.3.0); extra == "sphinx" |
Requires-Dist: |
prettyprinter (==0.18.0); extra == "all" |
Requires-Dist: |
sphinx (<7,>=3.2.0); extra == "all" |
Requires-Dist: |
sphinx-toolbox (>=3.3.0); extra == "all" |
Provides-Extra: |
pprint |
Provides-Extra: |
sphinx |
Provides-Extra: |
all |
Description-Content-Type: |
text/x-rst |