Initial commit: split dlp-io library out of DataPacker

This commit is contained in:
2026-07-31 14:58:37 +08:00
commit 3b0c81fd9d
22 changed files with 2509 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
include pyproject.toml
include docs/DLP_IO_LIBRARY.md
recursive-include dlp_io *.py py.typed
prune tests
exclude README.md
global-exclude __pycache__ *.py[cod] .env