Skip to main content

Timus console solution submitter

Project description

timus-sender

Timus sender is simple python script to send solution of problems to timus.

Install

pip install timus-sender

How to use

Pass required parameters to script:

sender.py --judge-id=<your id> --compiler=<compiler code> --problem=<problem id> <path/to/solution>

Script will return link to your submissons to this problem.

Parameters deduction

All parameters can be deducted from context.

judge-id

If judge-id parameter doesn't passed to script it will be read from .judge_id file in your home directory.

compiler

If compiler parameter doesn't passed to script compiler will be defined by file extension. Actual default compilers available in source code.

problem

If problem parameter doesn't passed to script problem number will be defined by directory of file. Possible directory name formats:

  • <problem id>
  • <problem id>-<description>
  • <description>-<problem id>

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

timus-sender-0.1.1.post1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

timus_sender-0.1.1.post1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page