Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 14, 2020 08:55
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/4cfea0c91d6662844568beaec9b76bd5 to your computer and use it in GitHub Desktop.
Save r-ryantm/4cfea0c91d6662844568beaec9b76bd5 to your computer and use it in GitHub Desktop.
/nix/store/jszpj8c5052xgd1sbn6x5zxxgm3c3swy-python3.7-aiounifi-26
├── lib
│   └── python3.7
│   └── site-packages
│   ├── aiounifi
│   │   ├── api.py
│   │   ├── clients.py
│   │   ├── controller.py
│   │   ├── devices.py
│   │   ├── dpi.py
│   │   ├── errors.py
│   │   ├── events.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── clients.cpython-37.pyc
│   │   │   ├── controller.cpython-37.pyc
│   │   │   ├── devices.cpython-37.pyc
│   │   │   ├── dpi.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── events.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── websocket.cpython-37.pyc
│   │   │   └── wlan.cpython-37.pyc
│   │   ├── websocket.py
│   │   └── wlan.py
│   └── aiounifi-26.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment