Skip to content

Latest commit

Β 

History

History
38 lines (26 loc) Β· 1.22 KB

File metadata and controls

38 lines (26 loc) Β· 1.22 KB

0.2.0 (2025-01-12)

New Features
  • ...
New Documentation
Refactor
Bug Fixes

0.1.5 (2025-01-05)

New Features
CloudOps/FinOps Project Template

Features:

  • πŸ› οΈ configuration in a single file pyproject.toml
  • πŸ“¦ uv as package manager
  • πŸ’… ruff for linting and formatting
  • πŸ§ͺ pytest
  • 🧹 Taskfile with code quality checks
  • πŸ“š Auto API Document Generation
  • CLI Tools – Typer simplifies automation for AWS resources.
  • Logging – Loguru ensures structured logs for debugging.
  • 🐳 CI/CD Optimized Docker Image runs when a new release is created pushing to gh registry
  • 🦾 GitHub actions:
    • auto publish to pypi on push on main
    • auto creating a new tag on push on main, sync versions
    • run tests and lint on dev and main when a PR is open