Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 12:13
Show Gist options
  • Save ryantm/2e5e5a2c9847fb42a5f17f15ad0100c3 to your computer and use it in GitHub Desktop.
Save ryantm/2e5e5a2c9847fb42a5f17f15ad0100c3 to your computer and use it in GitHub Desktop.
/nix/store/h1ak0chlgvgir3vxrwwsrk39arkwch6z-python3.6-filebytes-0.9.17
├── lib
│   └── python3.6
│   └── site-packages
│   ├── filebytes
│   │   ├── binary.py
│   │   ├── ctypes_helper.py
│   │   ├── elf.py
│   │   ├── enum.py
│   │   ├── __init__.py
│   │   ├── mach_o.py
│   │   ├── oat.py
│   │   ├── pe.py
│   │   └── __pycache__
│   │   ├── binary.cpython-36.pyc
│   │   ├── ctypes_helper.cpython-36.pyc
│   │   ├── elf.cpython-36.pyc
│   │   ├── enum.cpython-36.pyc
│   │   ├── __init__.cpython-36.pyc
│   │   ├── mach_o.cpython-36.pyc
│   │   ├── oat.cpython-36.pyc
│   │   └── pe.cpython-36.pyc
│   └── filebytes-0.9.17.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── 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