General-purpose socket wrapper for sending and receiving byte strings.


Keywords
python, python-library, socket-wrapper
License
MIT
Install
pip install swbs==1.2.8

Documentation

project icon

Socket Wrapper for Byte Strings

forthebadge forthebadge

"A straight-forward wrapper for sending and receiving byte strings with sockets."

(Probably) thread safe, allowing for juggling of multiple clients with one server socket instance through threading.

Documentation

To see documentation regarding installation and usage, please visit the manual for this project.

Releases & Dist.

With the released wheel file, after downloading:

pip3 install /path/to/wheel/file/here/swbs-1.2.4-py3-none-any.whl

...Or available on PyPI through:

pip3 install swbs

Please see documentation for more information.

For Versions < 1.2

Versions below 1.2 are deprecated and no longer supported. The documentation is no longer available, unless produced from a previous VCS commit.