Back to Explore

fastapi/annotated-doc

GitHub
1 watchersOpen source

Last release: 6 months ago

annotated-doc is a small Python library that lets you attach documentation strings directly to function parameters, class attributes, return types, and variables using typing.Annotated. It is useful for keeping symbol documentation in code and enabling tools to extract consistent parameter docs for reference-style documentation, including support used by FastAPI reference documentation.

Project status

  • The repository appears to be actively maintained, with a very recent upstream push (2026-05-18) and multiple versioned updates in 2025.
  • The apparent update cadence is relatively rapid for an early project, with small increments occurring close together (0.0.2 on 2025-10-22, 0.0.3 on 2025-10-24, 0.0.4 on 2025-11-10).

AI summary generated 2 weeks ago

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • 0.0.4

    6 months ago

    Version 0.0.4 primarily changes the build and versioning setup, switching to PDM-based dynamic versioning and updating tooling versions. It also bumps some GitHub Actions artifact/upload/download versions and updates test dependencies for Python versions under 3.9.

  • 0.0.3

    7 months ago

    Release 0.0.3 focuses on documentation updates, including README content improvements, added badges, and a new reference to griffe-typingdoc. It also adds PEP-639 compliant license metadata to the package configuration.

  • 0.0.2

    7 months ago

    Release 0.0.2 is very small, consisting mainly of an initial implementation and associated repository automation. The remaining items are internal test and CI setup updates, plus configuration tweaks for GitHub workflows and templates.

    Features