Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 29, 2019 00:27
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/6fdaa6867af81761ea48094b338126f2 to your computer and use it in GitHub Desktop.
Save ryantm/6fdaa6867af81761ea48094b338126f2 to your computer and use it in GitHub Desktop.
/nix/store/90wr7xyd8w0xz2wkycwqwaxxghw5rbpf-python3.7-websockify-0.9.0
├── bin
│   └── websockify
├── lib
│   └── python3.7
│   └── site-packages
│   ├── websockify
│   │   ├── auth_plugins.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── auth_plugins.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── sysloghandler.cpython-37.pyc
│   │   │   ├── token_plugins.cpython-37.pyc
│   │   │   ├── websocket.cpython-37.pyc
│   │   │   ├── websocketproxy.cpython-37.pyc
│   │   │   ├── websocketserver.cpython-37.pyc
│   │   │   └── websockifyserver.cpython-37.pyc
│   │   ├── sysloghandler.py
│   │   ├── token_plugins.py
│   │   ├── websocketproxy.py
│   │   ├── websocket.py
│   │   ├── websocketserver.py
│   │   └── websockifyserver.py
│   └── websockify-0.9.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment