enable type annotations as a third party dependency
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
As a user of Sina, I wish to install Sina as a dependency within my python project and utilize type-annotations for portions of my code base that interface with Sina.
To enable this, Sina should be PEP 561 compatible, likely through the addition of a `py.typed` file and the associated` setup.py` configuration. More info here: https://mypy.readthedocs.io/en/stable/installed_packages.html?highlight=py.typed#creating-pep-561-compatible-packages
Contributor guide
No contributing guide indexed for this repository
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 by reading setup.py and the PEP 561 package guidance linked in the issue. Check where Sina's Python package files are included, then add the requested py.typed marker and setup configuration. Done means a downstream Python project can install Sina and use type annotations for code interfacing with it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100