[Python] Add `py.typed` marked file to enable type checking
Open
Beginner friendly
- Dominant language
- Rust
- Stars
- 503
- Forks
- 61
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 90
Description
The Python package is missing a [`py.typed` marker file](https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information). This hampers type checking and leads to CI pipeline faults (e.g., Mypy warning).
Contributor guide
Research direction
Start by locating the Python package's packaging configuration and how package data is included. Add the py.typed marker described in the issue, then run the relevant MyPy or CI checks to confirm the type-checking warning is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 74/100