dc3client

dc3client: Client of Digital Curing3.


Keywords
digital-curing3, dc3client
License
MIT
Install
pip install dc3client==0.0.9

Documentation

dc3client

デジタルカーリング3用のクライアントライブラリです。

問題を発見した場合、GitHubのissueに投稿してください。

インストール

Python 3.10以上が必要です。pip経由でインストールできます。

pip install dc3client

使い方

ドキュメントはこちらを参照してください。 また、使い方や対戦環境の構築方法はDC3-python-templateを参照してください。

ドキュメント更新用メモ

sphinx-quickstart docs # init
sphinx-apidoc -f -o ./docs/source/ ./
sphinx-build  ./docs/source/ ./docs/