- Improved type hints, code style etc (
1bb1c45
)
- Use
requests_toolbelt
to also show progress bar for upload (f0880c7
) - Show spinning animation on slow tasks where progress bar isn't really possible (zip, upload) (
b6d4ac7
)
- upload: Allow sending (zipped) directories (
ea59803
)
- download: Progress bar was unresponsive, now it works again (
57283b4
)
- Re-add rich as dependency (
dc6037a
)
- Replaced rich.progress with simpler progress.Bar (
e874297
)
- httpx: Replaced httpx with requests because the import was very slow (150ms) (
b7f21c9
)
- Show download_url and delete_url for ease of use, minor refactoring (
ac28453
)
- Initial version (
3d26441
)