Metadata-Version: 2.1
Name: dslclib
Version: 0.2.1
Summary: 対話システムライブコンペティションに使用できるPythonライブラリ
Author: Yuta SASAKI
Author-email: yubo1336@lr.pi.titech.ac.jp
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: furo (>=2023.5.20,<2024.0.0)
Requires-Dist: sphinx (>=7.0.1,<8.0.0)
Description-Content-Type: text/markdown

# dslc6
対話システムライブコンペティションに使用できるPythonライブラリ

リファレンスは[https://yuta0306.github.io/dslclib/](https://yuta0306.github.io/dslclib/)にあります．

このライブラリに関する要望や質問は，yubo1336[at]lr.pi.titech.ac.jpまでお願いします．

## Changelog

### 2023/06/30

- `v0.1.2`をリリースしました．
- [https://yuta0306.github.io/dslclib/](https://yuta0306.github.io/dslclib/)にリファレンスを公開しました．
- `FaceRecognitinClient`→`FaceRecognitionClient`とタイポを修正しました．

### 2023/06/30

- `v0.1.3`をリリースしました．
- タイポを修正しました。

### 2023/07/06

- `v0.2.0`をリリースしました。
- EmotionType.fearをEmotionType.Fearに修正しました。
- FaceRecognitionServerの更新に伴い、face_recognition.pyにおけるモジュールをアップデートしました。
- OutputFor...とクライアントの出力をデータクラスで定義しました。
    - `OutputForFaceRecognition.emotion`と`OutputForFaceRecognition["emotion"]`の二つのアクセス方法を可能にしました。
- 型ヒントの一部をstrからLiteralに変更しました。

