BergelsonLab / BergelsonLab/blabpy
make git cloning progress bar prettier
Open
good first issue
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The code I used for the progress bar(s) was copied and then adapted from https://stackoverflow.com/a/71285627. I want to make the progress bar look like the ones on SO but I want to stick to `tqdm`.
The current code is in `blabpy.git_utils.TqdmRemoteProgress`. Sample use:
```
repo = git.Repo.clone_from(url=, progress=TqdmRemoteProgress(),
depth=1)
```
Contributor guide
Assessment
This issue has not been assessed yet.