openclimatefix / openclimatefix/nwp-consumer

README uses `nwp-consumer` but installed console script is `nwp-consumer-cli`

Open
#294 0 comments 0 reactions 1 assignee View on GitHub

@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
  1. pip install nwp-consumer
  2. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.