Update 0.4.0
Python application / build (push) Has been cancelled

- Add\Rework UI
- Add Split Table and Listing
- Add Support Customazeble schems
This commit is contained in:
Igor20264
2026-09-04 22:28:39 +03:00
parent 516abe7b83
commit b38661f588
70 changed files with 69532 additions and 413 deletions
+9
View File
@@ -18,6 +18,7 @@ dependencies = [
[project.scripts]
md2gost = "md2gost.__main__:main"
md2gost-gui = "md2gost.gui:main"
md2latex = "md2latex.__main__:main"
md2fodt = "md2fodt.__main__:main"
@@ -26,6 +27,11 @@ dev = [
"pytest>=7.0",
]
[project.optional-dependencies]
word = [
"pywin32>=306; sys_platform == 'win32'",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
@@ -38,6 +44,8 @@ packages = ["md2gost", "md2latex", "md2fodt"]
"md2gost/mml2omml" = "md2gost/mml2omml"
"md2gost/diagrams" = "md2gost/diagrams"
"latex/mirea" = "latex/mirea"
"prompts/generate-mirea-report.md" = "md2gost/prompts/generate-mirea-report.md"
"prompts/generate-pis-custom-report.md" = "md2gost/prompts/generate-pis-custom-report.md"
# Legacy Poetry metadata (optional; prefer uv + [project] above)
[tool.poetry]
@@ -61,3 +69,4 @@ pygments = "^2.16.1"
[tool.poetry.scripts]
md2gost = "md2gost.__main__:main"
md2gost-gui = "md2gost.gui:main"