Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 29, 2019 08:07
Show Gist options
  • Save ryantm/f3c4740149cab6cf8aec8ec2665bb23f to your computer and use it in GitHub Desktop.
Save ryantm/f3c4740149cab6cf8aec8ec2665bb23f to your computer and use it in GitHub Desktop.
/nix/store/2vkwyxjssrbmh3syjfa5qxzskwrz93fi-python3.8-python-periphery-2.0.0
├── lib
│   └── python3.8
│   └── site-packages
│   ├── periphery
│   │   ├── gpio.py
│   │   ├── i2c.py
│   │   ├── __init__.py
│   │   ├── led.py
│   │   ├── mmio.py
│   │   ├── pwm.py
│   │   ├── __pycache__
│   │   │   ├── gpio.cpython-38.pyc
│   │   │   ├── i2c.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── led.cpython-38.pyc
│   │   │   ├── mmio.cpython-38.pyc
│   │   │   ├── pwm.cpython-38.pyc
│   │   │   ├── serial.cpython-38.pyc
│   │   │   └── spi.cpython-38.pyc
│   │   ├── serial.py
│   │   └── spi.py
│   └── python_periphery-2.0.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── 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