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

Use pooch instead of packaging STURM input files #3

Open
khaeru opened this issue Jun 4, 2023 · 0 comments
Open

Use pooch instead of packaging STURM input files #3

khaeru opened this issue Jun 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@khaeru
Copy link
Member

khaeru commented Jun 4, 2023

The Python source distribution (.tar.gz) created with python -m build is about 14 MB. Most of this is the STURM .RData input files; with these removed the archive is only about 3.6 MB.

This is exactly one intended application of the pooch package; see “Manage a package's sample data” in its documentation.

To do:

  • Add a module that uses Pooch to download the STURM input data files.
  • Show in the documentation how to use these.
  • Exclude the files from the source distribution.
@khaeru khaeru added the enhancement New feature or request label Jun 4, 2023
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

No branches or pull requests

1 participant