Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 20, 2020 04:29
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/d63411b48dd0983a81e30bcadf2e3e2e to your computer and use it in GitHub Desktop.
Save r-ryantm/d63411b48dd0983a81e30bcadf2e3e2e to your computer and use it in GitHub Desktop.
/nix/store/q4l5pw0dv99qvixzg54v4dcdavrq4f7a-python3.7-bleak-0.9.1
├── bin
│   └── bleak-lescan
├── lib
│   └── python3.7
│   └── site-packages
│   ├── bleak
│   │   ├── backends
│   │   │   ├── bluezdbus
│   │   │   │   ├── characteristic.py
│   │   │   │   ├── client.py
│   │   │   │   ├── defs.py
│   │   │   │   ├── descriptor.py
│   │   │   │   ├── discovery.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── characteristic.cpython-37.pyc
│   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   ├── defs.cpython-37.pyc
│   │   │   │   │   ├── descriptor.cpython-37.pyc
│   │   │   │   │   ├── discovery.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── scanner.cpython-37.pyc
│   │   │   │   │   ├── service.cpython-37.pyc
│   │   │   │   │   ├── signals.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── scanner.py
│   │   │   │   ├── service.py
│   │   │   │   ├── signals.py
│   │   │   │   └── utils.py
│   │   │   ├── characteristic.py
│   │   │   ├── client.py
│   │   │   ├── corebluetooth
│   │   │   │   ├── CentralManagerDelegate.py
│   │   │   │   ├── characteristic.py
│   │   │   │   ├── client.py
│   │   │   │   ├── descriptor.py
│   │   │   │   ├── device.py
│   │   │   │   ├── discovery.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── PeripheralDelegate.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── CentralManagerDelegate.cpython-37.pyc
│   │   │   │   │   ├── characteristic.cpython-37.pyc
│   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   ├── descriptor.cpython-37.pyc
│   │   │   │   │   ├── device.cpython-37.pyc
│   │   │   │   │   ├── discovery.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── PeripheralDelegate.cpython-37.pyc
│   │   │   │   │   ├── scanner.cpython-37.pyc
│   │   │   │   │   ├── service.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── scanner.py
│   │   │   │   ├── service.py
│   │   │   │   └── utils.py
│   │   │   ├── descriptor.py
│   │   │   ├── device.py
│   │   │   ├── dotnet
│   │   │   │   ├── BleakUWPBridge.dll
│   │   │   │   ├── characteristic.py
│   │   │   │   ├── client.py
│   │   │   │   ├── descriptor.py
│   │   │   │   ├── discovery.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── characteristic.cpython-37.pyc
│   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   ├── descriptor.cpython-37.pyc
│   │   │   │   │   ├── discovery.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── scanner.cpython-37.pyc
│   │   │   │   │   ├── service.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── scanner.py
│   │   │   │   ├── service.py
│   │   │   │   └── utils.py
│   │   │   ├── __init__.py
│   │   │   ├── _manufacturers.py
│   │   │   ├── __pycache__
│   │   │   │   ├── characteristic.cpython-37.pyc
│   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   ├── descriptor.cpython-37.pyc
│   │   │   │   ├── device.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _manufacturers.cpython-37.pyc
│   │   │   │   ├── scanner.cpython-37.pyc
│   │   │   │   └── service.cpython-37.pyc
│   │   │   ├── scanner.py
│   │   │   └── service.py
│   │   ├── exc.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── exc.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── uuids.cpython-37.pyc
│   │   │   └── __version__.cpython-37.pyc
│   │   ├── utils.py
│   │   ├── uuids.py
│   │   └── __version__.py
│   └── bleak-0.9.1.dist-info
│   ├── AUTHORS.rst
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
16 directories, 97 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment