diff options
Diffstat (limited to 'python3-annotated-doc/README')
| -rw-r--r-- | python3-annotated-doc/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python3-annotated-doc/README b/python3-annotated-doc/README new file mode 100644 index 0000000..c502516 --- /dev/null +++ b/python3-annotated-doc/README @@ -0,0 +1,4 @@ +annotated-doc allows documenting parameters, class attributes, return +types, and variables inline using Python's Annotated type hint. + +Homepage: https://github.com/fastapi/annotated-doc |
