Commit Graph

12 Commits

Author SHA1 Message Date
kolo a3d7630219 cli module better 2026-03-15 18:06:45 +03:00
kolo b2f5a1b163 new diagrams in benchmarks 2026-02-13 14:42:59 +03:00
kolo 1023d05419 Merge branch 'main' into cli 2026-02-12 14:19:50 +03:00
dependabot[bot] eb5830ec1b Bump pillow from 12.1.0 to 12.1.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.0 to 12.1.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.1.0...12.1.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-12 07:06:25 +00:00
kolo e9dd7af905 start creating cli module 2026-02-07 13:31:23 +03:00
kolo c07ee92371 benchs 2026-02-07 01:24:37 +03:00
kolo 19bbaab1ee diagrams 2026-01-24 02:06:46 +03:00
kolo f27f7b135b Update documentation and code snippets 2026-01-22 22:02:19 +03:00
dependabot[bot] 63c4443ff6 Bump urllib3 from 2.5.0 to 2.6.3
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.3.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.3)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.6.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-22 01:59:06 +00:00
kolo 838f33db87 remove pyreadline3 from dependencies 2026-01-22 04:31:22 +03:00
kolo 295e260a46 start work 2026-01-22 03:13:42 +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