Last updated:
0 purchases
bettersocket 0.1.1
bettersocket
Painless socket handing for Python
Free software: MIT license
Documentation: https://bettersocket.readthedocs.io.
Features
Implements a framing mechanism over raw sockets using delimiters.
Works with both blocking and nonblocking sockets.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.1 (2020-03-19)
Removed the exposed fileio, as it were confusing (see. https://github.com/marcsello/bettersocket/issues/1)
Fixed __str__ and __repr__ functions on BetterSocketIO class to support other address families than INET
Exposed reset call in BetterSocketIO class
Various cleanups, and bugfixes
Removed support for Python 3.5
0.1.0 (2020-02-20)
First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.