Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 4, 2019 11:28
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/6ad817744227d401687ee83ccc42df2c to your computer and use it in GitHub Desktop.
Save ryantm/6ad817744227d401687ee83ccc42df2c to your computer and use it in GitHub Desktop.
/nix/store/rqis1ql4x2qbqy7v5n51mwbz53f5yin7-python3.7-libusb1-1.7
├── lib
│   └── python3.7
│   └── site-packages
│   ├── libusb1-1.7.dist-info
│   │   ├── COPYING
│   │   ├── COPYING.LESSER
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── libusb1.py
│   ├── __pycache__
│   │   └── libusb1.cpython-37.pyc
│   └── usb1
│   ├── __init__.py
│   ├── libusb1.py
│   ├── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   ├── libusb1.cpython-37.pyc
│   │   └── testUSB1.cpython-37.pyc
│   └── testUSB1.py
└── nix-support
└── propagated-build-inputs
8 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment