add argument to filter package type#44
Conversation
3086c78 to
fb72928
Compare
|
Looks like there are some conflicts now that need to be resolved. Also, does this make more sense as a configuration option in the config file, or as a command line flag as you implemented? I feel like some things are better defined in the configuration file for posterity, but not sure about this one. Let me know what you think. |
|
Good point with the config files. To me, it would be preferable to have such options available as config options as well, but actually for all command line flags. Currently, there are no command line flags configurable via the config files, I would want to keep the current implementations like |
b375c1f to
128f006
Compare
|
Fixed the tests |
fd252e7 to
691d1c1
Compare
|
@philnewm, can you rebase with main and force push? I tried fixing the conflicts with the |
|
Will take care of that today |
a5dcb09 to
9b608db
Compare
|
Fixed the merge conflicts and tests |
I would like an argument to filter which types of python packages I want to mirror.
This approach uses the regex string itself as a value for the command line argument, but there might be more user-friendly ways to achieve this functionality.
The default behavior to download whl, zip and tar.gz by not providing the argument stays untouched.
Closes #41