Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 09:46
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/b39d1558a447e0afe5a8f5a0fa7977de to your computer and use it in GitHub Desktop.
Save ryantm/b39d1558a447e0afe5a8f5a0fa7977de to your computer and use it in GitHub Desktop.
/nix/store/f14df5ipd96pq7pzaaxzlf9dbd7zyr69-python3.7-google-auth-oauthlib-0.4.0
├── bin
│   └── google-oauthlib-tool
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google_auth_oauthlib
│   │   ├── flow.py
│   │   ├── helpers.py
│   │   ├── __init__.py
│   │   ├── interactive.py
│   │   ├── __pycache__
│   │   │   ├── flow.cpython-37.pyc
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── interactive.cpython-37.pyc
│   │   └── tool
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   └── __main__.cpython-37.pyc
│   └── google_auth_oauthlib-0.4.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment