Skip to content

Commit

Permalink
Adding a loading indicator for upload/download operations (#140)
Browse files Browse the repository at this point in the history
* only adding zarrRootPath field to datasets that use Zarr

* adding progress indicator to upload/download methods in client

* adding yaspin dep in env.yml file

* updating indicator to use a context manager

* yielding function from contextmanager for updating success message

* writing custom context manager for loading indicator & moving to context file
  • Loading branch information
Andrewq11 authored Jul 19, 2024
1 parent 48c431b commit 1278da0
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 185 deletions.
1 change: 1 addition & 0 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- pydantic >=2
- pydantic-settings >=2
- fsspec
- yaspin

# Hub client
- authlib
Expand Down
Loading

0 comments on commit 1278da0

Please sign in to comment.