Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 29, 2019 10:42
Show Gist options
  • Save ryantm/e2b4e08e970dea8d61177a5fa11d088f to your computer and use it in GitHub Desktop.
Save ryantm/e2b4e08e970dea8d61177a5fa11d088f to your computer and use it in GitHub Desktop.
/nix/store/sh441xik0wam61682yc7y522hjr5xvw2-watson-1.8.0
├── bin
│   └── watson
├── lib
│   └── python3.7
│   └── site-packages
│   ├── td_watson-1.8.0.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── watson
│   ├── cli.py
│   ├── config.py
│   ├── frames.py
│   ├── fullmoon.py
│   ├── __init__.py
│   ├── __main__.py
│   ├── __pycache__
│   │   ├── cli.cpython-37.pyc
│   │   ├── config.cpython-37.pyc
│   │   ├── frames.cpython-37.pyc
│   │   ├── fullmoon.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── __main__.cpython-37.pyc
│   │   ├── utils.cpython-37.pyc
│   │   ├── version.cpython-37.pyc
│   │   └── watson.cpython-37.pyc
│   ├── utils.py
│   ├── version.py
│   └── watson.py
└── nix-support
└── propagated-build-inputs
8 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment