Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 12:56
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/d6eeee5742864c0bea91cbc61ad43050 to your computer and use it in GitHub Desktop.
Save ryantm/d6eeee5742864c0bea91cbc61ad43050 to your computer and use it in GitHub Desktop.
/nix/store/dhqbbkg1i9q35ac49xh1z6y56plqbpcv-python3.7-lmdb-0.97
├── lib
│   └── python3.7
│   └── site-packages
│   ├── lmdb
│   │   ├── cffi.py
│   │   ├── _config.py
│   │   ├── cpython.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── cffi.cpython-37.pyc
│   │   │   ├── _config.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   └── tool.cpython-37.pyc
│   │   └── tool.py
│   └── lmdb-0.97.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