seung-lab / cloud-files

Threaded Python and CLI client library for AWS S3, Google Cloud Storage (GCS), in-memory, and the local filesystem.
BSD 3-Clause "New" or "Revised" License
38 stars 8 forks source link

fix: preserve order for get_json #36

Closed william-silversmith closed 3 years ago

william-silversmith commented 3 years ago

feat: allow passing progress as a tqdm instance

refactor: use comute_url for more tests

If using get_json you lose the path information per file so you can't sort them if you need to, so the sorting needs to happen automatically.