Metadata-Version: 1.1
Name: trojsten-judge-client
Version: 1.0.2
Summary: Client for Trojsten Judge System.
Home-page: https://github.com/trojsten/judge-client
Author: Michal Hozza
Author-email: mhozza@gmail.com
License: UNKNOWN
Description: trojsten_judge_client
        =====================
        
        .. image:: https://img.shields.io/pypi/v/trojsten_judge_client.svg
            :target: https://pypi.python.org/pypi/trojsten_judge_client
            :alt: Latest PyPI version
        
        Client for Trojsten Judge System.
        
        Usage
        -----
        
        .. code:: python
        
            from judge_client.client import JudgeClient
        
            judge_cient = JudgeClient(tester_id, tester_url, tester_port)
            judge_client.submit(submit_id, user_id, task_id, submission_content, language)
        
        Installation
        ------------
        `pip install trojsten-judge-client`
        
        Compatibility
        -------------
        - Python 2.7
        - Python 3.6
        - Python 3.7
        
        Licence
        -------
        MIT
        
        Authors
        -------
        `Michal Hozza <mhozza@gmail.com>`.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
