-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Initialize CLI #67
Initialize CLI #67
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor suggestions inline...
Co-authored-by: carlosgjs <carlosgjs@users.noreply.github.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #67 +/- ##
=======================================
Coverage ? 66.37%
=======================================
Files ? 9
Lines ? 226
Branches ? 0
=======================================
Hits ? 150
Misses ? 76
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
@carlosgjs This is ready for another review. Thanks! |
Overview
This PR initialize the CLI for seagap to be able to run data pre-processing. This CLI uses
typer
, which is a library for building CLI applications based on click. With this PR,seagap
will be callable via the terminal by callingseagap
orpython -m seagap
.Demo