Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 03:56
Show Gist options
  • Save ryantm/bfc01b0feddc11e145e6774feda912f9 to your computer and use it in GitHub Desktop.
Save ryantm/bfc01b0feddc11e145e6774feda912f9 to your computer and use it in GitHub Desktop.
/nix/store/jvslbxban7ls9khbv5swaifpc781ylmr-python3.6-warlock-1.3.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── warlock
│   │   ├── core.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── model.py
│   │   └── __pycache__
│   │   ├── core.cpython-36.pyc
│   │   ├── exceptions.cpython-36.pyc
│   │   ├── __init__.cpython-36.pyc
│   │   └── model.cpython-36.pyc
│   └── warlock-1.3.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment