Skip to content

Instantly share code, notes, and snippets.

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