Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 820 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 820 Bytes

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.