Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 30, 2020 07:37
Show Gist options
  • Save r-ryantm/57257ae441516b37f63800b3a508102c to your computer and use it in GitHub Desktop.
Save r-ryantm/57257ae441516b37f63800b3a508102c to your computer and use it in GitHub Desktop.
/nix/store/5a185q50lk1z9naa7askblkvkhrpax7w-python3.7-zstandard-0.15.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── zstandard
│   │   ├── backend_c.cpython-37m-x86_64-linux-gnu.so
│   │   ├── backend_cffi.py
│   │   ├── _cffi.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __init__.py
│   │   ├── __init__.pyi
│   │   ├── __pycache__
│   │   │   ├── backend_cffi.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   └── py.typed
│   └── zstandard-0.15.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment