websocket-client
WebSocket client for Python
File Explorer
Download Latest Version (.zip)- build.yml
- codecoverage.yml
- doctest.yml
- lint.yml
- autobahn-test-report-Feb-03-2021.html
- fuzzingserver.json
- README.md
- test_fuzzingclient.py
- abnf.rst
- about.rst
- app.rst
- conf.py
- contributing.rst
- core.rst
- examples.rst
- exceptions.rst
- faq.rst
- getting_started.rst
- index.rst
- installation.rst
- logging.rst
- requirements.txt
- socket.rst
- threading.rst
- url.rst
- make.bat
- Makefile
- echo_client.py
- echoapp_client.py
- rel_client.py
- header01.txt
- header02.txt
- header03.txt
- __init__.py
- echo-server.py
- test_abnf.py
- test_app.py
- test_cookiejar.py
- test_dispatcher.py
- test_handshake_large_response.py
- test_http.py
- test_large_payloads.py
- test_logging_helpers.py
- test_reconnect_bad_fd.py
- test_socket.py
- test_socket_bugs.py
- test_ssl_compat.py
- test_ssl_edge_cases.py
- test_url.py
- test_utils.py
- test_websocket.py
- __init__.py
- _abnf.py
- _app.py
- _cookiejar.py
- _core.py
- _dispatcher.py
- _exceptions.py
- _handshake.py
- _http.py
- _logging.py
- _socket.py
- _ssl_compat.py
- _url.py
- _utils.py
- _wsdump.py
- py.typed
- .coveragerc
- .gitattributes
- .gitignore
- .readthedocs.yml
- ChangeLog
- CONTRIBUTING.md
- LICENSE
- MANIFEST.in
- mypy.ini
- README.md
- setup.cfg
- setup.py
- upload.sh
# Installation Guide
1. Get the code
git clone https://github.com/websocket-client/websocket-client
Downloads the entire project code from GitHub to your computer.
cd websocket-client
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
