1Metadata-Version: 2.1
2Name: google-resumable-media
3Version: 2.1.0
4Summary: Utilities for Google Media Downloads and Resumable Uploads
5Home-page: https://github.com/googleapis/google-resumable-media-python
6Author: Google Cloud Platform
7Author-email: googleapis-publisher@google.com
8License: Apache 2.0
9Platform: Posix; MacOS X; Windows
10Classifier: Development Status :: 5 - Production/Stable
11Classifier: Intended Audience :: Developers
12Classifier: License :: OSI Approved :: Apache Software License
13Classifier: Operating System :: OS Independent
14Classifier: Programming Language :: Python :: 3
15Classifier: Programming Language :: Python :: 3.6
16Classifier: Programming Language :: Python :: 3.7
17Classifier: Programming Language :: Python :: 3.8
18Classifier: Programming Language :: Python :: 3.9
19Classifier: Programming Language :: Python :: 3.10
20Classifier: Topic :: Internet
21Requires-Python: >= 3.6
22Provides-Extra: requests
23Provides-Extra: aiohttp
24License-File: LICENSE
25
26``google-resumable-media``
27==========================
28
29
30Utilities for Google Media Downloads and Resumable Uploads
31
32
33See the `docs`_ for examples and usage.
34
35.. _docs: https://googleapis.dev/python/google-resumable-media/latest/index.html
36
37Experimental `asyncio` Support
38------------------------------
39While still in development and subject to change, this library has `asyncio`
40support at `google._async_resumable_media`.
41
42Supported Python Versions
43-------------------------
44Python >= 3.6
45
46Unsupported Python Versions
47---------------------------
48
49Python == 2.7, Python == 3.5.
50
51The last version of this library compatible with Python 2.7 and 3.5 is
52`google-resumable-media==1.3.3`.
53
54License
55-------
56
57Apache 2.0 - See `the LICENSE`_ for more information.
58
59.. _the LICENSE: https://github.com/googleapis/google-resumable-media-python/blob/main/LICENSE
60
61
62