Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 09:54
Show Gist options
  • Save ryantm/b81ed7fccf725fd87a124dd280e8337c to your computer and use it in GitHub Desktop.
Save ryantm/b81ed7fccf725fd87a124dd280e8337c to your computer and use it in GitHub Desktop.
/nix/store/jsjcq1xi0fwwsvkhwh5glzpfa7cxnm4g-python3.6-lmdb-0.94
├── lib
│   └── python3.6
│   └── site-packages
│   ├── lmdb
│   │   ├── cffi.py
│   │   ├── _config.py
│   │   ├── cpython.cpython-36m-x86_64-linux-gnu.so
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── cffi.cpython-36.pyc
│   │   │   ├── _config.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── __main__.cpython-36.pyc
│   │   │   └── tool.cpython-36.pyc
│   │   └── tool.py
│   └── lmdb-0.94.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment