openclimatefix / openclimatefix/nwp-consumer
README uses `nwp-consumer` but installed console script is `nwp-consumer-cli`
Open
@siddharth7113 is already working on this.
Since Sep 23, 2025.
documentation
- Dominant language
- Python
- Stars
- 17
- Forks
- 10
- Avg merge
- 1h 46m
- Merged PRs (30d)
- 1
Description
Summary
After installing nwp-consumer from PyPI, the README’s examples using nwp-consumer … fail with “command not found”. The package installs a console script named nwp-consumer-cli, not nwp-consumer.
Steps to Reproduce
pip install nwp-consumer- Run
nwp-consumer --help
What actually works
$ nwp-consumer-cli --help
usage: nwp-consumer-cli [-h] {consume,archive,info} ...
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.
Assessment
This issue has not been assessed yet.