Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 18:18
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/edd989032e360160258847ac2c9d5ce8 to your computer and use it in GitHub Desktop.
Save ryantm/edd989032e360160258847ac2c9d5ce8 to your computer and use it in GitHub Desktop.
/nix/store/4p9lp9hpssywrwg9jppm261zmyv8yl68-python3.7-pylibmc-1.6.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pylibmc
│   │   ├── autoconf.py
│   │   ├── client.py
│   │   ├── consts.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── pools.py
│   │   ├── __pycache__
│   │   │   ├── autoconf.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── consts.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── pools.cpython-37.pyc
│   │   │   └── test.cpython-37.pyc
│   │   └── test.py
│   ├── pylibmc-1.6.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── _pylibmc.cpython-37m-x86_64-linux-gnu.so
└── nix-support
└── propagated-build-inputs
7 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment