An open API service indexing awesome lists of open source software.

https://github.com/ava-silver/doc2ann

Convert Docstring argument/return types to python3 annotations
https://github.com/ava-silver/doc2ann

docstrings python python3 type-annotations

Last synced: 4 months ago
JSON representation

Convert Docstring argument/return types to python3 annotations

Awesome Lists containing this project

README

          

# doc2ann

Inspired by [com2ann](https://github.com/ilevkivskyi/com2ann), I wanted to create a similar tool for converting docstring comments.

## Usage:

Installation:
```bash
$ pip install doc2ann
```
Running

```bash
$ doc2ann your_file.py
```