Skip to main content

automation cli tools for AtCoder

Project description

atcoder_helper

atcoder出場を手助けするCLIツールです。

install

pip install atcoder-helper

PyPI: https://pypi.org/project/atcoder-helper/

使い方

最初の初期化

atcoder_helper config initコマンドにより、 $HOME/.atcoder_helper 以下に設定ファイルが作成されます。

問題を解くときの流れ

問題を解くディレクトリの中で以下の準備をします。

ディレクトリの作成・初期化

atcoder_helper task create <コンテスト名> <問題名> コマンドを実行し、ディレクトリを作成して初期化します。 たとえば、ABC160のA問題であれば atcoder_helper abc160 aのようにコマンドを打ちます。

このコマンドにより、問題を解くための雛型が生成されます。また、ビルドコマンド・実行コマンド、問題などの情報を記したタスク設定ファイル.atcoder_helper_task_config.yamlが生成されます。

atcoderにログイン

atcoder_helper auth login でatcoderにログインしてください。

テストケースの取得

作成されたディレクトリに移動し、atcoder_helper fetchコマンドを実行します。 取得したテストケースはtestcases.yamlに保存されます。

問題を解いているとき

atcoder_helper exec で以下のような実行結果を得ることができます。

出力画像

言語設定ファイルについて

デフォルトでは、~/.atcoder_helper/config.yaml に設定ファイルが作成されます。ここに追記することにより、自分独自の言語設定を追加することができます。 各言語設定は template_dir フィールドを持つことができます。template_dirフィールドが設定されている場合、初期化時に、template_dirに指定されたディレクトリ内のファイルが初期化中のディレクトリに展開されます。

  • 使用可能な言語の一覧はatcoder_helper config languages で取得できます
  • 現在デフォルトの言語はatcoder_helper config default で取得できます
  • デフォルトの言語の変更はatcoder_helper config use <language> で可能です

tips

  • testcases.yamlのtestcaseにexpectedを指定しないテストケースを作成すると、そのケースはJUSTSHOW扱いになり、正答との比較はスキップされ、出力結果の表示だけが行われます。
  • 新規にディレクトリを作成せず、その場のディレクトリを初期化する atcoder_helper task init コマンドも存在します。
    • その場合、 task configファイルを自分で設定するか、あるいは atcoder_helper fetch --contest <contest> --task <task>のようにすることで、特定の問題のテストケースを取得できます。
  • 現在、古い時代のコンテストに対応していないことを把握しています。

開発

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

atcoder_helper-0.1.11.tar.gz (23.8 kB view hashes)

Uploaded Source

Built Distribution

atcoder_helper-0.1.11-py3-none-any.whl (38.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