websockets is a library for developing WebSocket servers and clients in Python. It implements RFC 6455 with a focus on correctness and simplicity. It passes the Autobahn Testsuite.
Built on top of Python’s asynchronous I/O support introduced in PEP 3156, it provides an API based on coroutines, making it easy to write highly concurrent applications.
Installation is as simple as pip install websockets. It requires Python ≥ 3.4 or Python 3.3 with the asyncio module, which is available with pip install asyncio.
Documentation is available on Read the Docs.
Bug reports, patches and suggestions welcome! Just open an issue or send a pull request.
Release files for websockets 3.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| websockets-3.3.tar.gz | 33.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| websockets-3.3-py33.py34.py35.py36-none-any.whl | Python 3.6, Python 3.3, Python 3.5, Python 3.4 | none | any | Details |
Total release size: 72.7 kB
Release files / websockets-3.3.tar.gz
| Download URL | websockets-3.3.tar.gz |
|---|---|
| Size | 33.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
305ab7fdd86afd08c2723461c949e153f7b01233f95a108619a15e41b7a74c93
|
|
BLAKE2b-256 checksum How to use checksums |
73e9e570b5f948514db504fed6f4eb014c826bdcaa053a6bfaa1f9f4c97c3f9a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / websockets-3.3-py33.py34.py35.py36-none-any.whl
| Download URL | websockets-3.3-py33.py34.py35.py36-none-any.whl |
|---|---|
| Size | 38.8 kB |
| Tags | Python 3.3 Python 3.4 Python 3.5 Python 3.6 |
|
SHA-256 checksum How to use checksums |
1c5d186cef232011365ea58f611eeeac9417c82e46c70ef65ac019d339dc6fb0
|
|
BLAKE2b-256 checksum How to use checksums |
892de6a8aa1cf062b8c5eb1b6bca1c3131e6e1f5bd25c829521a10a022a9864a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |