Skip to content

Flattened, Sublime-ready websocket client dependency

License

Notifications You must be signed in to change notification settings

packagecontrol/sublime-websocket-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.