Releases: rustruber/log_analyzer
Releases · rustruber/log_analyzer
Release list
log-analyzer-cli 0.3.0
log-analyzer-cli 0.2.0
log-analyzer-cli 0.1.0
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-cliWhat'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
justfilewith 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.