</>PackageGraphPackageGraph

annotated-doc

PyPIv0.0.5

Document 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.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

5.2 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

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.

fastapityperannotated-doc
annotated-doc dependencies dependents

Frequently installed together

Release history

4 releases in the last two years, typically about 260 days apart.

Recent versions of annotated-doc
VersionPublishedSizeLicense
0.0.5latest1 month ago5.2 KB
0.0.410 months ago5.2 KB
0.0.310 months ago5.4 KB
0.0.210 months ago4.0 KB
0.0.12 years ago2.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.