mvp implementation

This commit is contained in:
2026-03-26 14:01:10 -07:00
parent 0cde587220
commit ebcf404fde
33 changed files with 3048 additions and 6 deletions
+19
View File
@@ -0,0 +1,19 @@
[project]
name = "officeconvert-server"
version = "0.1.0"
description = "ConnectRPC server orchestrating file conversions with MinIO."
readme = "../../../README.md"
requires-python = ">=3.12"
dependencies = [
"connectrpc>=0.6.0",
"minio>=7.2.18",
"officeconvert",
"uvicorn>=0.35.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/officeconvert_server"]