Home

Awesome

<div align="center"> <img src="https://i.imgur.com/5IFkzIf.png" width="128px"> <h1>typesplainer</h1> A Python typehint explainer!

Available as a cli, as a website, as a vscode extension, as a vim extension

PyPI Website Visual Studio Marketplace Version Vim

</div>

Usage

First, install the package with pip install typesplainer

Then like any other tool such a black, isort. run typesplainer on your desired files or directory. It will automatically find all types and then explain them for you. e.g.

python -m typesplainer my_file.py
python -m typesplainer my_directory

Features

Contribute

Contributions are appreciated. See the TODO.md file or open issues