Metadata-Version: 2.4
Name: ipa-python-kit
Version: 0.0.6
Summary: kit for python
Author-email: xdewx <present150608@sina.com>
Keywords: python,kit,lib,util
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: deprecated>=1.3.1

# pyproject-tmpl

## features

1. pytest
2. pre-commit
3. darker for code format
4. ruff for lint
5. commitlint for commit message format

## 使用方式

- 初始化环境：`./scripts/setup`

- 执行测试：`uv run -m pytest`

- 启动服务：`uv run main.py`

- 构建发布：`./scripts/publish`
