Python Utility Pack


License
MIT
Install
pip install pytilpack==1.0.0

Documentation

pytilpack

Code style: black Lint&Test PyPI version

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

インストール

pip install pytilpack
# pip install pytilpack[all]
# pip install pytilpack[flask]
# pip install pytilpack[flask-dev]  # pytest用
# 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とか。 それぞれのモジュールに関連するユーティリティ関数などが入っている。

モジュール一覧