Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 06:57
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/523b81e94af47d1af0d30e69adfa5a88 to your computer and use it in GitHub Desktop.
Save ryantm/523b81e94af47d1af0d30e69adfa5a88 to your computer and use it in GitHub Desktop.
/nix/store/z0g8nqnvnqgjszy9z1q4inas71268fl3-python3.7-filebytes-0.9.21
├── lib
│   └── python3.7
│   └── site-packages
│   ├── filebytes
│   │   ├── binary.py
│   │   ├── ctypes_helper.py
│   │   ├── elf.py
│   │   ├── enum.py
│   │   ├── __init__.py
│   │   ├── mach_o.py
│   │   ├── oat.py
│   │   ├── pe.py
│   │   └── __pycache__
│   │   ├── binary.cpython-37.pyc
│   │   ├── ctypes_helper.cpython-37.pyc
│   │   ├── elf.cpython-37.pyc
│   │   ├── enum.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── mach_o.cpython-37.pyc
│   │   ├── oat.cpython-37.pyc
│   │   └── pe.cpython-37.pyc
│   └── filebytes-0.9.21.dist-info
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment