Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 20, 2019 12:11
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/451d967a7a2e30bdd7524d20829431aa to your computer and use it in GitHub Desktop.
Save ryantm/451d967a7a2e30bdd7524d20829431aa to your computer and use it in GitHub Desktop.
/nix/store/ky4syyz4wmw82d6pijz8jrs9xrjhw09l-python3.7-python-periphery-1.1.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── periphery
│   │   ├── gpio.py
│   │   ├── i2c.py
│   │   ├── __init__.py
│   │   ├── led.py
│   │   ├── mmio.py
│   │   ├── pwm.py
│   │   ├── __pycache__
│   │   │   ├── gpio.cpython-37.pyc
│   │   │   ├── i2c.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── led.cpython-37.pyc
│   │   │   ├── mmio.cpython-37.pyc
│   │   │   ├── pwm.cpython-37.pyc
│   │   │   ├── serial.cpython-37.pyc
│   │   │   └── spi.cpython-37.pyc
│   │   ├── serial.py
│   │   └── spi.py
│   └── python_periphery-1.1.2.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