# DockerJudge **Repository Path**: piterator/dockerjudge ## Basic Information - **Project Name**: DockerJudge - **Description**: A Docker Based Online Judge Engine, by @wangxinhe - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/piterator-org/dockerjudge - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-04-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# dockerjudge [](https://github.com/piterator-org/dockerjudge/actions?query=workflow%3A%22Python+package%22) [](https://github.com/piterator-org/dockerjudge/actions?query=workflow%3A%22Upload+Python+Package%22) [](https://www.travis-ci.org/piterator-org/dockerjudge) [](https://codecov.io/gh/piterator-org/dockerjudge) [](https://www.python.org/downloads/) [](https://github.com/piterator-org/dockerjudge/releases) [](https://pypi.org/project/dockerjudge/#history) [](https://pypi.org/project/dockerjudge/#files) [](LICENSE) 🎌 **🇺🇸English** | [🇨🇳大陆简体](README.zh-Hans-CN.md) A Docker Based Online Judge Engine ## Installation ### From the [Python Package Index (PyPI)](https://pypi.org/) [dockerjudge · PyPI](https://pypi.org/project/dockerjudge/) - [PyPI](https://pypi.org/simple/dockerjudge/) - [阿里巴巴开源镜像站 (Alibaba Open Source Mirror)](https://mirrors.aliyun.com/pypi/simple/dockerjudge/) - [清华大学开源软件镜像站 | Tsinghua Open Source Mirror](https://pypi.tuna.tsinghua.edu.cn/simple/dockerjudge/) #### Via [pip](https://pip.pypa.io/) ```sh pip install dockerjudge ``` #### Via [Esay install](https://setuptools.readthedocs.io/en/latest/easy_install.html) (deprecated) ```sh easy_install dockerjudge ``` ### From [GitHub](https://github.com/) [piterator-org/dockerjudge: A Docker Based Online Judge Engine](https://github.com/piterator-org/dockerjudge) - HTTPS: `https://github.com/piterator-org/dockerjudge.git` - SSH: `git@github.com:piterator-org/dockerjudge.git` ```sh git clone https://github.com/piterator-org/dockerjudge.git cd dockerjudge python3 setup.py install ``` ## [License](LICENSE) Licensed under [the **Apache License, Version 2.0**](https://www.apache.org/licenses/LICENSE-2.0)