Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 20:49
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/74879d2509144fdd7a21fd2769ae808b to your computer and use it in GitHub Desktop.
Save ryantm/74879d2509144fdd7a21fd2769ae808b to your computer and use it in GitHub Desktop.
/nix/store/fxc2h3cvjp5n863zxkbr2y32kg4wvkks-python3.7-zict-1.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── zict
│   │   ├── buffer.py
│   │   ├── common.py
│   │   ├── file.py
│   │   ├── func.py
│   │   ├── __init__.py
│   │   ├── lmdb.py
│   │   ├── lru.py
│   │   ├── __pycache__
│   │   │   ├── buffer.cpython-37.pyc
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── file.cpython-37.pyc
│   │   │   ├── func.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lmdb.cpython-37.pyc
│   │   │   ├── lru.cpython-37.pyc
│   │   │   ├── sieve.cpython-37.pyc
│   │   │   └── zip.cpython-37.pyc
│   │   ├── sieve.py
│   │   └── zip.py
│   └── zict-1.0.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment