• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

google/H25-Oct-2021-7,6785,846

google_resumable_media.egg-info/H03-May-2022-6245

tests/H25-Oct-2021-5,5494,128

LICENSEH A D25-Oct-202111.1 KiB203169

MANIFEST.inH A D25-Oct-2021111 54

PKG-INFOH A D25-Oct-20211.8 KiB6245

README.rstH A D25-Oct-2021852 3521

setup.cfgH A D25-Oct-2021104 117

setup.pyH A D25-Oct-20212.1 KiB6846

README.rst

1``google-resumable-media``
2==========================
3
4
5Utilities for Google Media Downloads and Resumable Uploads
6
7
8See the `docs`_ for examples and usage.
9
10.. _docs: https://googleapis.dev/python/google-resumable-media/latest/index.html
11
12Experimental `asyncio` Support
13------------------------------
14While still in development and subject to change, this library has `asyncio`
15support at `google._async_resumable_media`.
16
17Supported Python Versions
18-------------------------
19Python >= 3.6
20
21Unsupported Python Versions
22---------------------------
23
24Python == 2.7, Python == 3.5.
25
26The last version of this library compatible with Python 2.7 and 3.5 is
27`google-resumable-media==1.3.3`.
28
29License
30-------
31
32Apache 2.0 - See `the LICENSE`_ for more information.
33
34.. _the LICENSE: https://github.com/googleapis/google-resumable-media-python/blob/main/LICENSE
35