chadrik / typewriter

Insert PEP 484 type annotations into your source code
Apache License 2.0
7 stars 2 forks source link

Not installable via pip #7

Open PhilippSelenium opened 2 years ago

PhilippSelenium commented 2 years ago

pip install typewriter does not work

ERROR: Could not find a version that satisfies the requirement typewriter (from versions: none)
ERROR: No matching distribution found for typewriter

Python 3.8.10 pip 21.3.1

Note: Install via git works:

pip install git+https://github.com/chadrik/typewriter.git