typesplainer 0.2.6

Creator: bradpython12

Last updated:

Add to Cart

Description:

typesplainer 0.2.6

typesplainer
A Python typehint explainer!
Available as a cli, as a website, as a vscode extension


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

Very performant! Takes 1.7 seconds (YMMV) to explain the entire python rich library source code consisting of around 50,000 lines!
Colorized output. Output with colors is going to make sure your eyes feel refreshed.
Intelligent explanation. Takes pluralization, pronoun usage, article usage, correct grammar into account.
Best in class parser. It does not rely on some substandard AI based description generator, instead it parses the file using mypy's custom parser and shows the most accurate description

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.