Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 03:34
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 ryantm/d20ce7fb2c4013d78fb388316252a1e8 to your computer and use it in GitHub Desktop.
Save ryantm/d20ce7fb2c4013d78fb388316252a1e8 to your computer and use it in GitHub Desktop.
/nix/store/arkfgz8fc7826ipq8jz2k61g8430y31s-python3.8-google-resumable-media-0.5.0
├── lib
│   └── python3.8
│   └── site-packages
│   ├── google
│   │   └── resumable_media
│   │   ├── common.py
│   │   ├── _download.py
│   │   ├── _helpers.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── common.cpython-38.pyc
│   │   │   ├── _download.cpython-38.pyc
│   │   │   ├── _helpers.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── _upload.cpython-38.pyc
│   │   ├── requests
│   │   │   ├── download.py
│   │   │   ├── _helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── download.cpython-38.pyc
│   │   │   │   ├── _helpers.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── upload.cpython-38.pyc
│   │   │   └── upload.py
│   │   └── _upload.py
│   ├── google_resumable_media-0.5.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_resumable_media-0.5.0-py3.8-nspkg.pth
└── nix-support
└── propagated-build-inputs
10 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment