Metadata-Version: 2.1
Name: sigma-cli
Version: 0.1.0
Summary: 
Home-page: https://github.com/SigmaHQ/sigma-cli
License: LGPL-2.1-or-later
Author: Thomas Patzke
Author-email: thomas@patzke.org
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Security
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: prettytable (>=3.1.1,<4.0.0)
Requires-Dist: pysigma (>=0.3.0,<0.4.0)
Requires-Dist: pysigma-backend-splunk (>=0.1.1,<0.2.0)
Requires-Dist: pysigma-pipeline-crowdstrike (>=0.1.0,<0.2.0)
Requires-Dist: pysigma-pipeline-sysmon (>=0.1.0,<0.2.0)
Project-URL: Repository, https://github.com/SigmaHQ/sigma-cli
Description-Content-Type: text/markdown

# Sigma Command Line Interface

![Tests](https://github.com/SigmaHQ/sigma-cli/actions/workflows/test.yml/badge.svg)
![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/thomaspatzke/0c868df261d4a5d5a1dafe71b1557d69/raw/SigmaHQ-sigma-cli.json)
![Status](https://img.shields.io/badge/Status-pre--release-orange)

This is the Sigma command line interface using the [pySigma](https://github.com/SigmaHQ/pySigma) library to manage, list
and convert Sigma rules into query languages.

## Getting Started

tbd

## Maintainers

The project is currently maintained by:

- Thomas Patzke <thomas@patzke.org>
