Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 7, 2019 08:26
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/9b14c0474f6414731c564a175871ac0d to your computer and use it in GitHub Desktop.
Save ryantm/9b14c0474f6414731c564a175871ac0d to your computer and use it in GitHub Desktop.
/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4
├── bin
│   └── goobook
├── lib
│   └── python3.7
│   └── site-packages
│   ├── goobook
│   │   ├── application.py
│   │   ├── client_secret.json
│   │   ├── config.py
│   │   ├── goobook.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── application.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── goobook.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── storage.cpython-37.pyc
│   │   └── storage.py
│   └── goobook-3.4.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment