Replies: 1 comment 5 replies
-
@tomchristie sorry to call by name, but is there any chance you could provide some pointers here? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
First of all, thanks for the great work on this package.
Now to the question.
In the documentation, you give an example of tracking the download of a file with
tqdm
. Is it possible to reverse this and track the upload? The reason I want this is I want to migrate fromrequests
andrequests-toolbelt
which together offer this:(code from
requests-toolbelt
docs)If this is not currently possible, I would be happy to work on adding this, however, I would love some guidelines on where the code should be added since I have never worked on "lower level" networking code.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions