A software tool for converting problem files between electronic judges formats.
Project description
convert-ej
A software tool for converting problem files between electronic judges formats.
Installation
pip install convert-ej
Usage
convert-ej reader writer file
The tool reads a problem in file, structured in a specific format, and then writes it into a different format. The user needs to provide the following command line arguments:
- reader: the input format (e.g. Polygon).
- writer: the output format (e.g. BOCA).
- file: the path to the file (or directory) containing the problem in the reader format.
Example
To convert a problem in Polygon format into a CodeRunner one, we can use:
convert-ej Polygon CodeRunner polygon_problem.zip
More details can be found using help function:
convert-ej --help
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
convert-ej-1.1.3.tar.gz
(5.3 MB
view hashes)
Built Distribution
Close
Hashes for convert_ej-1.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8087b689c855ee53590a7f56c3eee5bd4fc31156fad859bb10cb060a090c59a8 |
|
MD5 | eb25438337e9fa06be271b5c62825047 |
|
BLAKE2b-256 | 0d03bede8d263baf2a38b45946941ecffd0cde600398e6195e833b71a6789943 |