packagecontrol / sublime-websocket-client

Flattened, Sublime-ready websocket client dependency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Flattened, Sublime-ready websocket client dependency

License:GNU Lesser General Public License v2.1


Languages

Language:Python 100.0%