Add type stubs. by hoefling · Pull Request #404 · msgpack/msgpack-python · GitHub
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
173 changes: 173 additions & 0 deletions msgpack/__init__.pyi
1 change: 1 addition & 0 deletions msgpack/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Marker file for PEP 561. The msgpack package adds type information via stubs to maintain compatibility with Python 2.
1 change: 1 addition & 0 deletions setup.py