]> Repositories - Adafruit_Blinka-hackapet.git/commit
Add typing information to micropython typing-micropython
authorJeff Epler <jepler@gmail.com>
Tue, 6 Sep 2022 15:45:23 +0000 (10:45 -0500)
committerJeff Epler <jepler@gmail.com>
Tue, 6 Sep 2022 15:52:30 +0000 (10:52 -0500)
commitc468ab77793c856024a966cf5230d4da019bd7a6
tree3abf88e1f012d3e474e59ac48d11f95a784c87ae
parentad1ec71a68caa20e59fd41227df5c995e6c546a4
Add typing information to micropython

This requires converting it into a package so that it can have a
"py.typed" file.

After this, a package using micropython.const can be type checked
setup.py
src/micropython/__init__.py [moved from src/micropython.py with 73% similarity]
src/micropython/py.typed [new file with mode: 0644]