Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 25, 2018 00:59
Show Gist options
  • Save ryantm/a7256b06a50f9f20b47901cd51ab3bcd to your computer and use it in GitHub Desktop.
Save ryantm/a7256b06a50f9f20b47901cd51ab3bcd to your computer and use it in GitHub Desktop.
/nix/store/26sip4vq7sd4ggl8ygi1f124vdv51c1f-python3.7-intervaltree-3.0.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── intervaltree
│   │   ├── __init__.py
│   │   ├── interval.py
│   │   ├── intervaltree.py
│   │   ├── node.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   ├── interval.cpython-37.pyc
│   │   ├── intervaltree.cpython-37.pyc
│   │   └── node.cpython-37.pyc
│   └── intervaltree-3.0.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment