commit | 4a177cf54cd46b2f1200014efe800fc16bf9314f | [log] [tgz] |
---|---|---|
author | Keita Suzuki <[email protected]> | Mon May 27 04:08:49 2024 |
committer | GitHub <[email protected]> | Mon May 27 04:08:49 2024 |
tree | a00b9939602fc4a96d84f83ef1917a20309d6745 | |
parent | 139224e0d71db84fe1922601cb92ec8c8f3885ba [diff] |
Exclude python 3.7 from macOS testing (#46) (#47) * Add dependencies to publish.yml * Exclude python 3.7 from macOS testing (#46)
The pywebsocket3 project aims to provide a WebSocket standalone server.
pywebsocket is intended for testing or experimental purposes.
Run this to read the general document:
pydoc pywebsocket3
Please see Wiki for more details.
To install this package to the system, run this:
python setup.py build sudo python setup.py install
To install this package as a normal user, run this instead:
python setup.py build python setup.py install --user
To use pywebsocket as standalone server, run this to read the document:
pydoc pywebsocket3.standalone
This is not an officially supported Google product