Open
Description
Description of the problem, including code/CLI snippet
Hi,
This feature request concerns the following methods:
- https://python-gitlab.readthedocs.io/en/stable/api/gitlab.v4.html#gitlab.v4.objects.GenericPackageManager.download
- https://python-gitlab.readthedocs.io/en/stable/api/gitlab.v4.html#gitlab.v4.objects.GenericPackageManager.upload
This could be easily implemented in:
python-gitlab/gitlab/v4/objects/packages.py
Lines 108 to 112 in 499243b
Expected Behavior
We could chunk the files and use tqdm
to follow the progress of the upload or the download of heavy files.
Actual Behavior
Just need to wait, no information can be retrieved concerning the current status when uploading or downloading.
Specifications
- python-gitlab version: N/A
- Gitlab server version (or gitlab.com):N/A