Python Utility Pack


License
MIT
Install
pip install pytilpack==1.6.0

Documentation

pytilpack

Code style: black Lint&Test PyPI version

Pythonの各種ライブラリのユーティリティ集。

インストール

pip install pytilpack
# pip install pytilpack[all]
# pip install pytilpack[fastapi]
# pip install pytilpack[flask]
# pip install pytilpack[flask-login]
# pip install pytilpack[openai]
# pip install pytilpack[sqlalchemy]
# pip install pytilpack[tiktoken]
# pip install pytilpack[tqdm]
# pip install pytilpack[yaml]

使い方

各種ライブラリ用のユーティリティ

import pytilpack.xxx_

xxxのところは各種モジュール名。openaiとかpathlibとか。 それぞれのモジュールに関連するユーティリティ関数などが入っている。

その他のユーティリティ

import pytilpack.xxx

特定のライブラリに依存しないユーティリティ関数などが入っている。

モジュール一覧

各種ライブラリ用のユーティリティ

その他のユーティリティ