Metadata-Version: 2.1
Name: azuma
Version: 0.4.0
Summary: Yet another Sigma library for Python
Home-page: https://github.com/ninoseki/azuma
License: MIT
Author: Manabu Niseki
Author-email: manabu.niseki@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: lark[interegular] (>=1.1,<2.0)
Requires-Dist: loguru (>=0.7,<1.0)
Requires-Dist: pydantic (>=2.7,<3.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: regex (>=2024.5.15)
Requires-Dist: returns (>=0.22,<1.0)
Requires-Dist: typer (>=0.12,<1.0)
Project-URL: Repository, https://github.com/ninoseki/azuma
Description-Content-Type: text/markdown

# azuma

[![PyPI version](https://badge.fury.io/py/azuma.svg)](https://badge.fury.io/py/azuma)
[![Test](https://github.com/ninoseki/azuma/actions/workflows/test.yml/badge.svg)](https://github.com/ninoseki/azuma/actions/workflows/test.yml)

Yet another [Sigma](https://github.com/SigmaHQ/sigma) library for Python.

Note: This is a forked version of [CybercentreCanada/pysigma](https://github.com/CybercentreCanada/pysigma). Most of the things in this library come from their hard work.

See [documentation](https://ninoseki.github.io/azuma/) for more details.

## Alternatives

- https://github.com/bradleyjkemp/sigma-go
- https://github.com/markuskont/go-sigma-rule-engine
- https://github.com/binalyze/tigma

