BergelsonLab / BergelsonLab/blabpy

make git cloning progress bar prettier

Open
#31 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.