Commit Graph

9 Commits

Author SHA1 Message Date
kolo de6d35205c rename orchestrator method start_polling to run_repl 2026-02-10 14:03:37 +03:00
kolo 18a8376469 add new init command for generate boilerplate in flat or src layout 2026-02-09 14:50:03 +03:00
kolo 107530a4b1 benchs 2026-01-29 02:22:48 +03:00
kolo 6aa6b0f179 benchs 2026-01-17 00:42:00 +03:00
kolo 18f62d3e7c perffff 2026-01-15 14:52:41 +03:00
kolo 725a1f2e40 perf 2025-12-08 21:49:46 +03:00
kolo 2423f57000 new tests, upgrade tests coverage 2025-12-05 22:57:19 +03:00
kolo ce7e24b924 feat: impl docs (#4)
The entire public api is covered with documentation in two languages - Russian and English.

the library now supports the latest three versions of python - 3.12, 3.13 and 3.14

minor design changes: now, when a Boolean flag is entered, its value is an empty string, not None.

tests have been adapted to the supported versions of python, readmi has been redesigned in two languages, German is no longer available.
2025-12-04 21:55:19 +03:00
kolo 73303b1c08 ref: typehints, enum instead of raw string, abc and other (#1)
Full code coverage with annotations, fixing errors in various linters: ruff, wps, etc. Fixing errors in type checkers: ty, mypy, pyright. Formatting and bringing code to a consistent style, applying best practices in various aspects.
2025-10-08 13:37:31 +03:00