ni.measurements.* packages and ni.datamonikers.* packages should be x-plat
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7
- Forks
- 2
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 3
Description
Bug Report
- The README.md at the root of each of these packages lists Windows as the only supported operating system.
- The pyproject.toml only lists Windows as the supported OS
These packages should be windows + posix
Repro or Code Sample
None - see aforementioned files.
Expected Behavior
The packages should support Windows and POSIX
Possible Solution
Update the README.md, update pyproject.toml
Optional: raise an error from __init__ if the grpc channel is not given and we're not on Windows. Other OS do not have DiscoveryClient support (yet), but the exported packages should still claim POSIX/Linux support.
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
Inspect the README.md and pyproject.toml files for the ni.measurements.* and ni.datamonikers.* packages. Update their supported operating systems to Windows and POSIX, then verify that the package metadata and documentation consistently advertise the expected support; consider the optional init behavior separately.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 63/100