Metadata-Version: 2.1
Name: google-resumable-media
Version: 2.8.2
Summary: Utilities for Google Media Downloads and Resumable Uploads
Home-page: https://github.com/googleapis/google-resumable-media-python
Author: Google Cloud Platform
Author-email: googleapis-publisher@google.com
License: Apache 2.0
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet
Requires-Python: >= 3.9
License-File: LICENSE
Requires-Dist: google-crc32c <2.0.0,>=1.0.0
Provides-Extra: aiohttp
Requires-Dist: aiohttp <4.0.0,>=3.6.2 ; extra == 'aiohttp'
Requires-Dist: google-auth <2.0.0,>=1.22.0 ; extra == 'aiohttp'
Provides-Extra: requests
Requires-Dist: requests <3.0.0,>=2.18.0 ; extra == 'requests'

``google-resumable-media``
==========================


Utilities for Google Media Downloads and Resumable Uploads


See the `docs`_ for examples and usage.

.. _docs: https://googleapis.dev/python/google-resumable-media/latest/index.html

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.9

Unsupported Python Versions
---------------------------

Python <= 3.8


License
-------

Apache 2.0 - See `the LICENSE`_ for more information.

.. _the LICENSE: https://github.com/googleapis/google-resumable-media-python/blob/main/LICENSE
