/sublime-websocket-client

Flattened, Sublime-ready websocket client dependency

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

sublime-websocket-client

Flattened, Sublime-ready websocket client dependency

Based on the websocket-client python project. See it on Github, or on PyPI.

this repo pypi
latest tag pypi

Usage

Add the following to your dependencies.json in the directory of your package.

{
  "*": {
      "*": [
      	"python-six",
        "websocket-client",
      ]
  }
}

License

The contents of this repository are licensed under the GNU Lesser General Public License. A copy of such is available in LICENSE.