main: initial library
Some checks failed
CI / Code Style (autopep8) (push) Failing after 16s
CI / Tests (Python 3.12) (push) Successful in 20s
CI / Tests (Python 3.13) (push) Successful in 20s
CI / Tests (Python 3.14) (push) Successful in 19s
CI / Coverage (Python 3.12) (push) Failing after 7s

This commit is contained in:
2026-05-10 01:05:56 +03:00
commit a8740d88dd
17 changed files with 37642 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
.cache/
.coverage
.coverage-report/
.pdm.lock/
.vscode/
**/__pycache__/
**/*.pyc
.pdm-build/
dist/
build/
pytest_cache/
.venv/
var/
.env