Skip to content

Instantly share code, notes, and snippets.

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 r-ryantm/edda71d9cf17d500a4f7c1c4217c2a42 to your computer and use it in GitHub Desktop.
Save r-ryantm/edda71d9cf17d500a4f7c1c4217c2a42 to your computer and use it in GitHub Desktop.
/nix/store/xdka1004i4kh4bdrs7rkdaj90mq5rvgq-python2.7-pyudev-0.22.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── pyudev
│   │   ├── _compat.py
│   │   ├── _compat.pyc
│   │   ├── core.py
│   │   ├── core.pyc
│   │   ├── _ctypeslib
│   │   │   ├── _errorcheckers.py
│   │   │   ├── _errorcheckers.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── libc.py
│   │   │   ├── libc.pyc
│   │   │   ├── libudev.py
│   │   │   ├── libudev.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── device
│   │   │   ├── _device.py
│   │   │   ├── _device.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── discover.py
│   │   ├── discover.pyc
│   │   ├── _errors.py
│   │   ├── _errors.pyc
│   │   ├── glib.py
│   │   ├── glib.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── monitor.py
│   │   ├── monitor.pyc
│   │   ├── _os
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── pipe.py
│   │   │   ├── pipe.pyc
│   │   │   ├── poll.py
│   │   │   └── poll.pyc
│   │   ├── pyqt4.py
│   │   ├── pyqt4.pyc
│   │   ├── pyqt5.py
│   │   ├── pyqt5.pyc
│   │   ├── pyside.py
│   │   ├── pyside.pyc
│   │   ├── _qt_base.py
│   │   ├── _qt_base.pyc
│   │   ├── _util.py
│   │   ├── _util.pyc
│   │   ├── version.py
│   │   ├── version.pyc
│   │   ├── wx.py
│   │   └── wx.pyc
│   └── pyudev-0.22.0.dist-info
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 55 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment