annotated-doc
PyPIv0.0.5Document parameters, class attributes, return types, and variables inline, with Annotated.
Not recommended for new projects
No — annotated-doc should not be adopted for new projects. No license declared — you have no explicit right to use this code.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 43 days ago. 4 releases in the last 2 years.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 5.2 KB installed.
- BSupply chain: grade B, Good.
This package lists no maintainer.
- FLicense: grade F, Failing.
No license declared — you have no explicit right to use this code.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding annotated-doc to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Python
- python >=3.9
Quick start
A usage example from the annotated-doc README.
from typing import Annotated
from annotated_doc import Doc
def hi(name: Annotated[str, Doc("Who to say hi to")]) -> None:
print(f"Hi, {name}!")Used by
Popular packages that depend on annotated-doc.
Relationship graph
Dependencies (left) and dependents (right) of annotated-doc.
Frequently installed together
Data validation using Python type hints
The little ASGI library that shines.
Backported and Experimental Type Hints for Python 3.9+
Runtime typing introspection tools
Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
Cross-platform colored terminal text.
Release history
4 releases in the last two years, typically about 260 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.0.5latest | 1 month ago | 5.2 KB | — |
| 0.0.4 | 10 months ago | 5.2 KB | — |
| 0.0.3 | 10 months ago | 5.4 KB | — |
| 0.0.2 | 10 months ago | 4.0 KB | — |
| 0.0.1 | 2 years ago | 2.7 KB | — |
Overview
annotated-doc is an PyPI package that document parameters, class attributes, return types, and variables inline, with Annotated. It has 2 known dependents in the graph. The latest version is 0.0.5.
Who should use it
Teams working in the PyPI ecosystem who need document parameters, class attributes, return types, and variables inline, with Annotated and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.
Pros
- Zero runtime dependencies — minimal footprint.
Cons
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Frequently asked questions
Should I use annotated-doc?
No — annotated-doc should not be adopted for new projects. No license declared — you have no explicit right to use this code.
How do I install annotated-doc?
Run `pip install annotated-doc` to add annotated-doc to your PyPI project.
What license is annotated-doc released under?
No license was detected in annotated-doc's metadata; review the repository before use.
How popular is annotated-doc?
PyPI does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on annotated-doc.
Is annotated-doc still maintained?
The most recent release of annotated-doc (v0.0.5) was published 1 month ago.