Skip to content

Releases: rustruber/log_analyzer

log-analyzer-cli 0.3.0

Choose a tag to compare

@rustruber rustruber released this 16 Jun 14:43
v0.3.0

chore: bump version to 0.3.0

log-analyzer-cli 0.2.0

Choose a tag to compare

@rustruber rustruber released this 14 Jun 13:16
v0.2.0

Release 0.2.0

log-analyzer-cli 0.1.0

Choose a tag to compare

@rustruber rustruber released this 11 Jun 00:38

log_analyzer 0.1.0

A service that generates a statistical report based on log parsing.

This release reserves the PyPI package name and establishes the project scaffold.

pip install log-analyzer-cli

What's in the scaffold

  • src/log_analyzer/ package with CLI (Typer + Rich), py.typed marker
  • Tests with pytest, coverage across Python 3.12/3.13/3.14
  • CI via GitHub Actions: lint (Ruff), type check (ty), test matrix, coverage reporting
  • Security scanning: CodeQL analysis, Dependabot, zizmor workflow audit
  • Docs site with Zensical + mkdocstrings, auto-deployed to GitHub Pages
  • Trusted publishing to PyPI with OIDC and build provenance attestation
  • justfile with dev commands: qa, test, type-check, docs-serve, release
  • Issue templates, PR template, contributing guide, code of conduct, security policy
  • MIT license, .editorconfig, .gitignore

Contributors

@rustruber (setter) created log_analyzer.