Skip to content

Converting problem statements for competitive programming located in (Google Docs | Local) into (HTML | PDF | Markdown).

License

Notifications You must be signed in to change notification settings

tsutaj/statements-manager

Repository files navigation

statements-manager

format workflow pypi workflow Documentation Status

PyPI Python Versions

English description is under preparation. Sorry for inconvenience.

競技プログラミングの作問時に使用する、問題文管理を便利にするツール

What is this?

  • Markdown 形式で記述された「制約やサンプルの情報を外部に委ねた」問題文ファイルを、 HTML / PDF / Markdown 形式に変換して出力します
    • 制約やサンプルは問題文に直接的には書きません。詳しくは Documentation を参照してください。
  • 特長: 問題の制約・サンプル管理の一本化
    • 問題制約は、問題設定ファイル内で記述します
    • 定義したものを問題文ファイルで利用することができるほか、generator / validator で利用可能な形で出力することができます
    • 「制約やサンプルを途中で変更したので、問題文・generator / validator の双方をそれぞれ変更する」という作業をする必要がなくなります
    • 問題文とデータセットでサンプルが一致しているかを確認する必要がなくなります
  • Google Docs 上の問題文 / ローカル上の問題文の両方に対応
    • Google Docs で管理している問題文 であっても、制約やサンプルを一元的に管理できます

Screencast

screencast

Documentation

Sorry, currently Japanese only 🙇

https://statements-manager.readthedocs.io/