Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move command-line tools to cli #46

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Conversation

AlexandreMary
Copy link
Contributor

Commandline tools are moved to epygram.cli and installed following standards, as project scripts in pyproject.toml

Note that the .py extension of commands disappears, and some commands are renamed.

Also, a new epygram master command is also added: e.g. epygram cartoplot <file> -f <field> is equivalent to epy_cartoplot <file> -f <field>.

For the needs of the reorganization of the what_the_grib tool, the griberies sub-module is also reorganized.

Closes #42

WORK IN PROGRESS

@AlexandreMary AlexandreMary added the enhancement New feature or request label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use entry points
1 participant