Metadata-Version: |
2.1 |
Name: |
annotate |
Version: |
1.1.2 |
Summary: |
Decorator to set a function's __annotations__ like Py3. |
Author: |
Adam Karpierz |
Author-Email: |
adam[at]karpierz.net |
Maintainer: |
Adam Karpierz |
Maintainer-Email: |
adam[at]karpierz.net |
Project-Url: |
Homepage, https://pypi.org/project/annotate/ |
Project-Url: |
Documentation, https://annotate2.readthedocs.io/ |
Project-Url: |
Download, https://pypi.org/project/annotate/ |
Project-Url: |
Source, https://github.com/karpierz/annotate |
Project-Url: |
Issues, https://github.com/karpierz/annotate/issues |
License: |
zlib/libpng License ; https://opensource.org/license/zlib |
Keywords: |
annotate,typing,decorator |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: zlib/libpng License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Natural Language :: Polish |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
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 :: 3 :: Only |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Platform: |
any |
Requires-Python: |
<4.0.0,>=3.9.0 |
Requires-Dist: |
setuptools (>=75.3.0) |
Requires-Dist: |
pkg-about (>=1.2.2) |
Requires-Dist: |
Sphinx (>=7.4.7); extra == "doc" |
Requires-Dist: |
sphinx-toolbox (>=3.8.1); extra == "doc" |
Requires-Dist: |
sphinx-tabs (>=3.4.5); extra == "doc" |
Requires-Dist: |
sphinx-copybutton (>=0.5.2); extra == "doc" |
Requires-Dist: |
sphinxcontrib-spelling (>=8.0.0); extra == "doc" |
Requires-Dist: |
sphinx-lint (>=1.0.0); extra == "doc" |
Requires-Dist: |
restructuredtext-lint (>=1.4.0); extra == "doc" |
Requires-Dist: |
nbsphinx (>=0.9.5); extra == "doc" |
Requires-Dist: |
deepdiff (>=8.0.1); extra == "test" |
Requires-Dist: |
rich (>=13.9.4); extra == "test" |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst; charset=UTF-8 |
License-File: |
LICENSE |