Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 29, 2020 22:13
Show Gist options
  • Save r-ryantm/9ca490214f345ac70d6204f0bda676b9 to your computer and use it in GitHub Desktop.
Save r-ryantm/9ca490214f345ac70d6204f0bda676b9 to your computer and use it in GitHub Desktop.
/nix/store/alndnnkvgkgz7jmg7qryzr3fjfiz9lpb-python2.7-smmap-3.0.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── smmap
│   │   ├── buf.py
│   │   ├── buf.pyc
│   │   ├── exc.py
│   │   ├── exc.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── mman.py
│   │   ├── mman.pyc
│   │   ├── test
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lib.py
│   │   │   ├── lib.pyc
│   │   │   ├── test_buf.py
│   │   │   ├── test_buf.pyc
│   │   │   ├── test_mman.py
│   │   │   ├── test_mman.pyc
│   │   │   ├── test_tutorial.py
│   │   │   ├── test_tutorial.pyc
│   │   │   ├── test_util.py
│   │   │   └── test_util.pyc
│   │   ├── util.py
│   │   └── util.pyc
│   └── smmap-3.0.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment