Rime is a tool for programming contest organizers to automate usual, boring and error-prone process of problem set preparation. It supports various programming contest styles like ACM-ICPC, TopCoder, etc. by plugins.
Detailed documentations (in Japanese) are found at documentation site:
https://rime.readthedocs.io/ja/latest/
$ pip install rime
$ pip install -U rime
$ pip uninstall rime
$ rime_init --git/--mercurial
$ rime add . problem <problem_dir_name>
$ rime add <parent_problem_dir_name> solution <solution_dir_name>
$ rime add <parent_problem_dir_name> testset <testset_dir_name>
$ rime build <target_path> -j <#workers>
$ rime test <target_path> -C -j <#workers>
$ rime pack <target_path>
$ rime upload <target_path>
$ rime submit <target_path>
$ vi/emacs/nano <target_path>/<PROJECT/PROBLEM/SOLUTION/TESTSET>
- -O2, -std=c 11 as a default
- Faster parallel test
- native testlib.h support
- subtask / partial scoring
- reactive checker (partially support)
- gcj-styled merged test
- additional commands
- pip support
- judge system deployment
- test result cache
- some bug fix
- JS / CSharp / Haskell codes
- etc.
$ python setup.py test