Metadata-Version: 2.1
Name: azuma
Version: 0.1.1
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
Requires-Dist: lark-parser (>=0.12,<1.0)
Requires-Dist: pydantic (>=1.8,<2.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: regex (>=2022)
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.

## Docs

- [Requirements](https://github.com/ninoseki/azuma/wiki/Requirements)
- [Installation](https://github.com/ninoseki/azuma/wiki/Installation)
- [Usage](https://github.com/ninoseki/azuma/wiki/Usage)
- [Known limitations](https://github.com/ninoseki/azuma/wiki/Known-limitations)

