| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-annotated-doc | Distribution: Mageia |
| Version: 0.0.5 | Vendor: Mageia.Org |
| Release: 1.mga11 | Build date: Thu Sep 3 17:07:12 2026 |
| Group: Development/Python | Build host: localhost |
| Size: 15784 | Source RPM: python-annotated-doc-0.0.5-1.mga11.src.rpm |
| Packager: papoteur <papoteur> | |
| Url: https://github.com/fastapi/annotated-doc | |
| Summary: Document parameters, class attributes, return types, and variables inline | |
A library that exposes a single object: the Doc class.
This class is used inside Annotated[...] to document a parameter, class attribute,
return type, or variable inline, right in the type annotation instead of in a
separate docstring.
Example: def hi(name: Annotated[str, Doc("Who to say hi to")]) -> None: ...
Goal: avoid duplication/inconsistency between the signature and its documentation,
allow accessing the doc at runtime (via __metadata__), and make static/AI analysis
easier.
It originated from PEP 727 (withdrawn from the standard library) and now lives as
a third-party library, used by FastAPI, Typer, SQLModel, and Asyncer.
MIT
* Thu Sep 03 2026 papoteur <papoteur> 0.0.5-1.mga11 + Revision: 2366739 - remove unrecognized option by our BS in pyproject_save_files - imported package python-annotated-doc
/usr/lib/python3.13/site-packages/annotated_doc /usr/lib/python3.13/site-packages/annotated_doc-0.0.5.dist-info /usr/lib/python3.13/site-packages/annotated_doc-0.0.5.dist-info/INSTALLER /usr/lib/python3.13/site-packages/annotated_doc-0.0.5.dist-info/METADATA /usr/lib/python3.13/site-packages/annotated_doc-0.0.5.dist-info/WHEEL /usr/lib/python3.13/site-packages/annotated_doc-0.0.5.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/annotated_doc-0.0.5.dist-info/licenses /usr/lib/python3.13/site-packages/annotated_doc-0.0.5.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/annotated_doc/__init__.py /usr/lib/python3.13/site-packages/annotated_doc/__pycache__ /usr/lib/python3.13/site-packages/annotated_doc/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/annotated_doc/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/annotated_doc/__pycache__/main.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/annotated_doc/__pycache__/main.cpython-313.pyc /usr/lib/python3.13/site-packages/annotated_doc/main.py /usr/lib/python3.13/site-packages/annotated_doc/py.typed /usr/share/doc/python3-annotated-doc /usr/share/doc/python3-annotated-doc/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Sep 4 11:40:26 2026