Client for Trojsten Judge System.
from judge_client.client import JudgeClient
judge_client = JudgeClient(tester_id, tester_url, tester_port)
judge_client.submit(submit_id, user_id, task_id, submission_content, language)
pip install trojsten-judge-client
- Python 2.7
- Python 3.6
- Python 3.7
MIT
Michal Hozza <[email protected]>.