Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 12, 2019 17:35
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/5510a89f2e1ca4c3f8a44d96d005ab1d to your computer and use it in GitHub Desktop.
Save ryantm/5510a89f2e1ca4c3f8a44d96d005ab1d to your computer and use it in GitHub Desktop.
/nix/store/8jinsc80azmfxkv4hksv5f4938qzcm0q-python3.7-plyvel-1.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── plyvel
│   │   ├── __init__.py
│   │   ├── _plyvel.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   └── _version.py
│   └── plyvel-1.1.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 12 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment