Skip to content

Directory as source, manifest format, and file output #9

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

seanjseymour
Copy link

Added the ability to specify a directory as a source (with additional options to control file pattern matching and recursiveness).
Also added the ability to output the data to a file.
New prefetch format added based on a manifest I was trying to create.
My use case for these changes was that I have several thousand files that I want to create a manifest file for dynamic downloads. So I wanted to run this script once, not thousands of times.

Added the ability to specify a directory as a source (with additional options to control file pattern matching and recursiveness).
Also added the ability to output the data to a file.
New prefetch format added based on a manifest I was trying to create.
My use case for these changes was that I have several thousand files that I want to create a manifest file for dynamic downloads.
Directory as source, manifest format, and file output
@briangreenery
Copy link
Contributor

@dexdexdex @kvnchen @karlhe @kevindashgit @valbellix Do you think one of you guys can review this (or find someone to review it?)

@kevindashgit
Copy link

Did we want to add any test coverage around this new functionality before accepting this PR?

(oh and I have poked platform about this impending PR)

@BrianCanFixIT
Copy link

I love it, please merge.

@jyturley
Copy link
Member

This looks good so far, but I think it needs test coverage in test-cases.py

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.

5 participants