docstrings2pep727
Move documentation from docstrings to PEP 727 type annotations.
rad:z4YP4GCCHeUakLxeNeE43cZ8DHCf9
Visibility
public
Delegates
did:key:z6Mku1RLcUo1JDhkoS1oWjx14DaWeR7BJzqrhFtiCa6sVVyR
Default branch
main → 1e7b78afb054c88740604e48ed9737ae29ee23dd (Thu Jan 18 19:58:02 2024)
Threshold
1
README.md
# docstrings2pep727 [](https://github.com/pawamoy/docstrings2pep727/actions?query=workflow%3Aci) [](https://pawamoy.github.io/docstrings2pep727/) [](https://pypi.org/project/docstrings2pep727/) [](https://gitpod.io/#https://github.com/pawamoy/docstrings2pep727) [](https://app.gitter.im/#/room/#docstrings2pep727:gitter.im) Move documentation from docstrings to PEP 727 type annotations. ## Installation With `pip`: ```bash pip install docstrings2pep727 ``` With [`pipx`](https://github.com/pipxproject/pipx): ```bash python3.8 -m pip install --user pipx pipx install docstrings2pep727 ```