Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 21, 2020 02:52
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/252d610693769b6ec8c78da5ec4a5350 to your computer and use it in GitHub Desktop.
Save r-ryantm/252d610693769b6ec8c78da5ec4a5350 to your computer and use it in GitHub Desktop.
/nix/store/z41fgs6z57ddaglkd5mgh58l5la1pgcr-python3.7-google-api-python-client-1.12.8
├── lib
│   └── python3.7
│   └── site-packages
│   ├── apiclient
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── googleapiclient
│   │   ├── _auth.py
│   │   ├── channel.py
│   │   ├── discovery_cache
│   │   │   ├── appengine_memcache.py
│   │   │   ├── base.py
│   │   │   ├── file_cache.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── appengine_memcache.cpython-37.pyc
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── file_cache.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── discovery.py
│   │   ├── errors.py
│   │   ├── _helpers.py
│   │   ├── http.py
│   │   ├── __init__.py
│   │   ├── mimeparse.py
│   │   ├── model.py
│   │   ├── __pycache__
│   │   │   ├── _auth.cpython-37.pyc
│   │   │   ├── channel.cpython-37.pyc
│   │   │   ├── discovery.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── _helpers.cpython-37.pyc
│   │   │   ├── http.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mimeparse.cpython-37.pyc
│   │   │   ├── model.cpython-37.pyc
│   │   │   ├── sample_tools.cpython-37.pyc
│   │   │   └── schema.cpython-37.pyc
│   │   ├── sample_tools.py
│   │   └── schema.py
│   └── google_api_python_client-1.12.8.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment