Pythonのユーティリティ集。
pip install pytilpack
# pip install pytilpack[all]
# pip install pytilpack[anthropic]
# pip install pytilpack[fastapi]
# pip install pytilpack[flask]
# pip install pytilpack[markdown]
# pip install pytilpack[msal]
# pip install pytilpack[openai]
# pip install pytilpack[pycryptodome]
# pip install pytilpack[pytest]
# pip install pytilpack[pyyaml]
# pip install pytilpack[quart]
# pip install pytilpack[sqlalchemy]
# pip install pytilpack[tiktoken]
# pip install pytilpack[tqdm]各モジュールを個別に import して利用する。
import pytilpack.xxxxxx には対象ライブラリ名(openai や pathlib など)が入る。
一部は CLI もある。詳細は docs/cli.md を参照。
- pytilpack.anthropic
- pytilpack.asyncio
- pytilpack.base64
- pytilpack.csv
- pytilpack.dataclasses
- pytilpack.datetime
- pytilpack.fastapi
- pytilpack.flask
- pytilpack.flask_login
- pytilpack.fnctl
- pytilpack.functools
- pytilpack.httpx
- pytilpack.importlib
- pytilpack.json
- pytilpack.logging
- pytilpack.markdown
- pytilpack.msal
- pytilpack.openai
- pytilpack.pathlib
- pytilpack.pycrypto
- pytilpack.pydantic
- pytilpack.pytest
- pytilpack.python
- pytilpack.quart
- pytilpack.quart_auth
- pytilpack.sqlalchemy
- pytilpack.threading
- pytilpack.threadinga: asyncio版
- pytilpack.tiktoken
- pytilpack.tqdm
- pytilpack.typing
- pytilpack.yaml
- pytilpack.cache: ファイルキャッシュ関連
- pytilpack.data_url: データURL関連
- pytilpack.healthcheck: ヘルスチェック処理関連
- pytilpack.htmlrag: HtmlRAG関連
- pytilpack.http: HTTP関連
- pytilpack.io: IO関連のユーティリティ
- pytilpack.jsonc: JSON with Comments関連
- pytilpack.paginator: ページネーション関連
- pytilpack.random: 疑似乱数関連
- pytilpack.secrets: シークレットキー関連
- pytilpack.sse: Server-Sent Events関連
- pytilpack.web: Web関連