Initial commit: split dlp-io library out of DataPacker
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# dlp-io
|
||||
|
||||
io-compatible file reads through an approved Python helper on Windows DLP hosts.
|
||||
|
||||
完整文档见 [docs/DLP_IO_LIBRARY.md](docs/DLP_IO_LIBRARY.md)。
|
||||
|
||||
## 开发
|
||||
|
||||
```bash
|
||||
pip install -r requirements-dev.txt
|
||||
pytest
|
||||
```
|
||||
|
||||
## 构建发布
|
||||
|
||||
```bash
|
||||
py -3.13 -m build
|
||||
```
|
||||
|
||||
发布流程由 `.gitea/workflows/publish-dlp-io.yaml` 驱动:推送 `dlp-io-vX.Y.Z` 格式的 annotated tag 即可触发测试、构建、上传到 Gitea PyPI 仓库。
|
||||
Reference in New Issue
Block a user