PyKlatchat is a pythonic version of klatchat that is developed to make existing solution more modular and extendable.
An actual description of proposed solution can be found under this link.
Chat client configuration location is managed via environment variable "CHATCLIENT_CONFIG"
Client side configuration is used to determine Javascript configs, it should be named "runtime_config.json" and placed to "chat_client/static/js"
Example can be found in "chat_client/static/js/example_runtime_config.json"
Chat Client can be launched as python module from root directory: python -m chat_client