LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
examples/__init__.py
examples/basic/__init__.py
examples/basic/example_client.py
examples/basic/example_server.py
examples/connectfour/_shared.py
examples/connectfour/connectfour_client.py
examples/connectfour/connectfour_server.py
examples/tictactoe/shared.py
examples/tictactoe/tictactoe_client.py
examples/tictactoe/tictactoe_pygame_client.py
examples/tictactoe/tictactoe_server.py
hisock/__init__.py
hisock/_shared.py
hisock/client.py
hisock/constants.py
hisock/server.py
hisock/utils.py
hisock.egg-info/PKG-INFO
hisock.egg-info/SOURCES.txt
hisock.egg-info/dependency_links.txt
hisock.egg-info/requires.txt
hisock.egg-info/top_level.txt
tests/test_clientserver.py
tests/test_decorator.py
tests/test_typecast.py