Commit Graph

2 Commits

Author SHA1 Message Date
7c8b1f4dbf chore(deps): update Python version requirement to >=3.11
Some checks failed
Auto Changelog & Release / detect-version-change (push) Successful in 10s
Auto Changelog & Release / release (push) Has been skipped
Build and Publish nightly package / build-and-publish (push) Failing after 1m31s
Auto Changelog & Release / changelog-only (push) Successful in 2m7s
2025-09-28 11:57:37 +02:00
a9ed247cb4 feat: add project structure and dependency management
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 3s
Auto Changelog & Release / release (push) Has been skipped
Build and Publish nightly package / build-and-publish (push) Successful in 26s
Auto Changelog & Release / changelog-only (push) Successful in 1m14s
- Initialize project with Poetry for dependency management
- Add pyproject.toml and poetry.lock for package configuration
- Refactor existing code into a modular structure under `src/ait`
- Define `ait` as a script entry point for execution
2025-05-24 12:55:36 +02:00