AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
j_chess_client_manager/__init__.py
j_chess_client_manager/__main__.py
j_chess_client_manager/bot_manager.py
j_chess_client_manager.egg-info/PKG-INFO
j_chess_client_manager.egg-info/SOURCES.txt
j_chess_client_manager.egg-info/dependency_links.txt
j_chess_client_manager.egg-info/entry_points.txt
j_chess_client_manager.egg-info/not-zip-safe
j_chess_client_manager.egg-info/requires.txt
j_chess_client_manager.egg-info/top_level.txt
j_chess_client_manager/chess/__init__.py
j_chess_client_manager/chess/pieces.py
j_chess_client_manager/clients/__init__.py
j_chess_client_manager/clients/ai_wrapper.py
j_chess_client_manager/clients/board.py
j_chess_client_manager/clients/metrics.py
j_chess_client_manager/clients/refresh.py
j_chess_client_manager/logging/__init__.py
j_chess_client_manager/ui/__init__.py
j_chess_client_manager/ui/frames/__init__.py
j_chess_client_manager/ui/frames/client_view.py
j_chess_client_manager/ui/frames/main_frame.py
j_chess_client_manager/ui/utilities/__init__.py
j_chess_client_manager/ui/widgets/__init__.py
j_chess_client_manager/ui/widgets/chessboard.py
j_chess_client_manager/ui/widgets/log.py
tests/__init__.py
tests/test_j_chess_bot_manager.py