Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/7a942865092b4cc0d2e0ce2b0b56b09e to your computer and use it in GitHub Desktop.
Save r-ryantm/7a942865092b4cc0d2e0ce2b0b56b09e to your computer and use it in GitHub Desktop.
/nix/store/ppwijmc9913431gvcg9141ib6ba02srx-python3.7-google-resumable-media-1.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google
│   │   ├── _async_resumable_media
│   │   │   ├── _download.py
│   │   │   ├── _helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _download.cpython-37.pyc
│   │   │   │   ├── _helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _upload.cpython-37.pyc
│   │   │   ├── requests
│   │   │   │   ├── download.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── download.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _request_helpers.cpython-37.pyc
│   │   │   │   │   └── upload.cpython-37.pyc
│   │   │   │   ├── _request_helpers.py
│   │   │   │   └── upload.py
│   │   │   └── _upload.py
│   │   └── resumable_media
│   │   ├── common.py
│   │   ├── _download.py
│   │   ├── _helpers.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── _download.cpython-37.pyc
│   │   │   ├── _helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _upload.cpython-37.pyc
│   │   ├── requests
│   │   │   ├── download.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── download.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _request_helpers.cpython-37.pyc
│   │   │   │   └── upload.cpython-37.pyc
│   │   │   ├── _request_helpers.py
│   │   │   └── upload.py
│   │   └── _upload.py
│   ├── google_resumable_media-1.1.0.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_resumable_media-1.1.0-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
14 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment