Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Latest commit

 

History

History
42 lines (25 loc) · 1.18 KB

File metadata and controls

42 lines (25 loc) · 1.18 KB
NOTE:This github repository is archived. The repository contents and history have moved to google-cloud-python.

google-resumable-media

Utilities for Google Media Downloads and Resumable Uploads

See the docs for examples and usage.

Experimental asyncio Support

While still in development and subject to change, this library has asyncio support at google._async_resumable_media.

Supported Python Versions

Python >= 3.7

Unsupported Python Versions

Python == 2.7, Python == 3.5, Python == 3.6.

The last version of this library compatible with Python 2.7 and 3.5 is google-resumable-media==1.3.3.

The last version of this library compatible with Python 3.6 is google-resumable-media==2.3.3.

License

Apache 2.0 - See the LICENSE for more information.