Completely remove BinaryWriter from the project

This commit is contained in:
Lonami Exo
2017-09-28 11:49:45 +02:00
parent 2fd03e5422
commit 71c2a82b3d
3 changed files with 25 additions and 208 deletions

View File

@@ -1,9 +1,7 @@
"""
Several extensions Python is missing, such as a proper class to handle a TCP
communication with support for cancelling the operation, and an utility class
to work with arbitrary binary data in a more comfortable way (writing ints,
strings, bytes, etc.)
to read arbitrary binary data in a more comfortable way, with int/strings/etc.
"""
from .binary_writer import BinaryWriter
from .binary_reader import BinaryReader
from .tcp_client import TcpClient