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

-g GLOB, --glob=GLOB #25

Merged
merged 5 commits into from
May 8, 2024
Merged

-g GLOB, --glob=GLOB #25

merged 5 commits into from
May 8, 2024

Conversation

casperdcl
Copy link
Contributor

@casperdcl casperdcl commented Apr 10, 2024

Testing

pip install "git+https://github.com/TomographicImaging/zenodo_get@glob"
python -m zenodo_get -r 4822516 -o ./test -g 'walnut*'       # CLI test
from zenodo_get import zenodo_get          # API test
zenodo_get('-r 4822516 -o ./test -g walnut*'.split())

/CC @hrobarts for TomographicImaging/CIL#1752

@dvolgyes dvolgyes merged commit 839ac5f into dvolgyes:master May 8, 2024
3 checks passed
@dvolgyes
Copy link
Owner

dvolgyes commented May 8, 2024

Hi,
Thanks for the PR, and sorry for the slow response, life was a bit complicated.
I hope it fixed your needs, but let me know how it works.
I made a new pypi release, it should be fine.
(Actually, 2 releases, incorporating another fix. But yours are in 1.6.0+)

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.

Add option to search for files with pattern before download
3 participants