-
Notifications
You must be signed in to change notification settings - Fork 0
Add Python type stubs for straleio SDK #3
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
The straleio Python SDK works but doesn't ship with py.typed marker or inline type annotations for all public methods. Adding proper type hints improves the developer experience in VS Code and PyCharm.
What to do:
- Add
py.typedmarker file topackages/sdk-python/straleio/ - Add type annotations to the main
Straleclass methods (do(),suggest(), etc.) - Verify with
mypy --stricton the package
Good first issue — no logic changes, just type annotations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers