Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 09:32
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/9f660ef78efad19f9a754d3255cc75d5 to your computer and use it in GitHub Desktop.
Save r-ryantm/9f660ef78efad19f9a754d3255cc75d5 to your computer and use it in GitHub Desktop.
/nix/store/2h0phdikgyfr6r885c3zypr1l4lj0k4l-python3.7-bellows-0.20.3
├── bin
│   └── bellows
├── lib
│   └── python3.7
│   └── site-packages
│   ├── bellows
│   │   ├── cli
│   │   │   ├── application.py
│   │   │   ├── backup.py
│   │   │   ├── dump.py
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   ├── ncp.py
│   │   │   ├── network.py
│   │   │   ├── opts.py
│   │   │   ├── __pycache__
│   │   │   │   ├── application.cpython-37.pyc
│   │   │   │   ├── backup.cpython-37.pyc
│   │   │   │   ├── dump.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── main.cpython-37.pyc
│   │   │   │   ├── ncp.cpython-37.pyc
│   │   │   │   ├── network.cpython-37.pyc
│   │   │   │   ├── opts.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   └── util.py
│   │   ├── config
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── exception.py
│   │   ├── ezsp
│   │   │   ├── __init__.py
│   │   │   ├── protocol.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── protocol.cpython-37.pyc
│   │   │   ├── v4
│   │   │   │   ├── commands.py
│   │   │   │   ├── config.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── commands.cpython-37.pyc
│   │   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── types
│   │   │   │   ├── __init__.py
│   │   │   │   ├── named.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── named.cpython-37.pyc
│   │   │   │   │   └── struct.cpython-37.pyc
│   │   │   │   └── struct.py
│   │   │   ├── v5
│   │   │   │   ├── commands.py
│   │   │   │   ├── config.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── commands.cpython-37.pyc
│   │   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── types
│   │   │   │   ├── __init__.py
│   │   │   │   ├── named.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── named.cpython-37.pyc
│   │   │   │   │   └── struct.cpython-37.pyc
│   │   │   │   └── struct.py
│   │   │   ├── v6
│   │   │   │   ├── commands.py
│   │   │   │   ├── config.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── commands.cpython-37.pyc
│   │   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── types
│   │   │   │   ├── __init__.py
│   │   │   │   ├── named.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── named.cpython-37.pyc
│   │   │   │   │   └── struct.cpython-37.pyc
│   │   │   │   └── struct.py
│   │   │   ├── v7
│   │   │   │   ├── commands.py
│   │   │   │   ├── config.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── commands.cpython-37.pyc
│   │   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── types
│   │   │   │   ├── __init__.py
│   │   │   │   ├── named.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── named.cpython-37.pyc
│   │   │   │   │   └── struct.cpython-37.pyc
│   │   │   │   └── struct.py
│   │   │   └── v8
│   │   │   ├── commands.py
│   │   │   ├── config.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── commands.cpython-37.pyc
│   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── types
│   │   │   ├── __init__.py
│   │   │   ├── named.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── named.cpython-37.pyc
│   │   │   │   └── struct.cpython-37.pyc
│   │   │   └── struct.py
│   │   ├── __init__.py
│   │   ├── multicast.py
│   │   ├── __pycache__
│   │   │   ├── exception.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── multicast.cpython-37.pyc
│   │   │   ├── thread.cpython-37.pyc
│   │   │   ├── typing.cpython-37.pyc
│   │   │   └── uart.cpython-37.pyc
│   │   ├── thread.py
│   │   ├── types
│   │   │   ├── basic.py
│   │   │   ├── __init__.py
│   │   │   ├── named.py
│   │   │   ├── __pycache__
│   │   │   │   ├── basic.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── named.cpython-37.pyc
│   │   │   │   └── struct.cpython-37.pyc
│   │   │   └── struct.py
│   │   ├── typing.py
│   │   ├── uart.py
│   │   └── zigbee
│   │   ├── application.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── application.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   └── util.py
│   └── bellows-0.20.3.dist-info
│   ├── dependency_links.txt
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
38 directories, 120 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment