added some changes to generator and added server and test client

This commit is contained in:
2026-08-15 18:44:28 +03:30
parent 313d1d4a99
commit d94840c8c7
12 changed files with 416 additions and 4 deletions
+4
View File
@@ -10,10 +10,14 @@ requires-python = ">=3.12"
dependencies = [
"click>=8.4.2",
"jinja2>=3.1.6",
"pydantic>=2.13.4",
"pydantic-settings>=2.15.0",
]
[project.scripts]
schema= "generator.main:cli"
sync-server = "server.main:main"
sync-client = "client.main:main"
[build-system]
requires = ["hatchling"]