Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 04:58
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/21e73239e2735209bc18093a742db8bf to your computer and use it in GitHub Desktop.
Save ryantm/21e73239e2735209bc18093a742db8bf to your computer and use it in GitHub Desktop.
/nix/store/rsf58mhybda0y9i82ixnw7l554866avn-python3.7-google-resumable-media-0.4.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google
│   │   └── 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
│   │   │   ├── _helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── download.cpython-37.pyc
│   │   │   │   ├── _helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── upload.cpython-37.pyc
│   │   │   └── upload.py
│   │   └── _upload.py
│   ├── google_resumable_media-0.4.1.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_resumable_media-0.4.1-py3.7-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