Hi everyone :)
Description of the issue
Most of the time, I do not need all the tables from the bulk download for updates. But I also can't be bothered to use the API to look for recent changes.
Ideas of solution
Implementing a new download method partial-bulk that only downloads the data specified in Mastr.download(data=None).
Workflow checklist

Do you think that something like a partial-bulk method would be a good feature?
Hi everyone :)
Description of the issue
Most of the time, I do not need all the tables from the bulk download for updates. But I also can't be bothered to use the API to look for recent changes.
Ideas of solution
Implementing a new download method
partial-bulkthat only downloads the data specified inMastr.download(data=None).Workflow checklist
I am aware of the workflow in CONTRIBUTING.md
Command line tool of unzip_http proves that single tables from the bulk can be extracted without full download

Proof of concept with a quick and dirty implementation: only downloading tables concerning
windtakes 14 seconds. Again, I used unzip_http for implementation of the partial download.Do you think that something like a
partial-bulkmethod would be a good feature?