aojtools

api client library and scripts for aizu online judge system.


Keywords
competitive, programming
License
MIT
Install
pip install aojtools==0.2.4

Documentation

aojtools

aojtools aojtools

what's this?

aojtoolsはAOJ(Aizu Online Judge http://judge.u-aizu.ac.jp/onlinejudge/ )のためのツールセットです。以下を含みます。

  • APIへの透過的なアクセスライブラリ
  • サーバへのsubmit機能ライブラリ
  • コマンドラインスクリプト

aojtools is a library and toolset for aoj, aizu online judge system (http://judge.u-aizu.ac.jp/onlinejudge/ ) including

  • library for accessing API transparently
  • library for submitting solution to server
  • some CLI script

requirements

  • python 2.x (python 2.6 or higher)

install

pip install aojtools