File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- WebSocket for Python (ws4py)
2
- ============================
1
+ # WebSocket for Python (ws4py)
3
2
4
3
[ ![ Gitter] ( https://badges.gitter.im/Lawouach/WebSocket-for-Python.svg )] ( https://gitter.im/Lawouach/WebSocket-for-Python?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
5
4
[ ![ Build Status] ( https://travis-ci.org/Lawouach/WebSocket-for-Python.svg?branch=master )] ( https://travis-ci.org/Lawouach/WebSocket-for-Python )
5
+ [ ![ PyPI] ( https://img.shields.io/pypi/v/ws4py.svg )] ( https://pypi.org/project/ws4py/ )
6
6
7
7
Python library providing an implementation of the WebSocket protocol defined in [ RFC 6455] ( http://tools.ietf.org/html/rfc6455 ) .
8
8
9
- ** Important:** This project [ looks for a new lovely caring maintainer] ( http://www.defuze.org/archives/409-ws4py-is-eager-for-a-new-maintainer.html ) .
10
-
11
9
Read the [ documentation] ( https://ws4py.readthedocs.org/en/latest/ ) for more information.
12
10
13
11
You can also join the [ ws4py mailing-list] ( http://groups.google.com/group/ws4py ) to discuss the library.
12
+
13
+ ## Installation
14
+
15
+ ```
16
+ pip install ws4py
17
+ ```
You can’t perform that action at this time.
0 commit comments