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

Implement: pip package, providing CLI tool #4

Merged
merged 8 commits into from
Mar 4, 2024
Merged

Implement: pip package, providing CLI tool #4

merged 8 commits into from
Mar 4, 2024

Conversation

apasto
Copy link
Owner

@apasto apasto commented Mar 4, 2024

From the concept-stage script to a package, with the necessary refactoring, and the configuration for setuptools.

Summary:

  • old linreg-grids.py -> modules in decorrelategrids package
  • refactor to separate the regression functions, the "cli wrapper" (argparse etc.), and the actual cli tool
  • setup.py with metadata, including entry point to install the cli tool
  • get rid of deps environment.yml (moved to setup), except for pip

See also: entry in roadmap #2

@apasto apasto merged commit c41f8ba into main Mar 4, 2024
@apasto apasto mentioned this pull request Mar 4, 2024
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant