Add base library

This commit is contained in:
2025-07-11 22:30:58 +03:00
parent add56633c1
commit 4a440e8966
12 changed files with 305 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "megasniff"
version = "0.1.0"
description = "Library for in-time codegened type validation"
authors = [
{ name = "nikto_b", email = "niktob560@yandex.ru" }
]
license = {file="LICENSE"}
requires-python = ">=3.13"
dependencies = [
"jinja2>=3.1.6",
]