Add `py.typed` file for type hints
Open
Nobody has claimed this yet.
enhancement
question
- Dominant language
- Python
- Stars
- 1k
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
This project is beautifully (and fully) type-hinted, which is sort of wasted since neither mypy nor pyright will recognize them without a py.typed file at the package root. It can be just an empty, touch file.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the package root identified in the issue and review how the Python package is laid out. Add the empty py.typed marker file so mypy and pyright recognize the bundled type hints; done means the file is included at the package root and the package remains installable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100