mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Added PyPI README
This commit is contained in:
parent
fd7b7bb438
commit
19cc299c57
10
tools/README.md
Normal file
10
tools/README.md
Normal file
@ -0,0 +1,10 @@
|
||||
This package contains libraries for processing of [Sigma rules](https://github.com/Neo23x0/sigma) and the following
|
||||
command line tools:
|
||||
|
||||
* *sigmac*: converter between Sigma rules and SIEM queries:
|
||||
* Elasticsearch query strings
|
||||
* Kibana JSON with searches
|
||||
* Splunk SPL queries
|
||||
* Elasticsearch X-Pack Watcher
|
||||
* Logpoint queries
|
||||
* *merge_sigma*: Merge Sigma collections into simple Sigma rules.
|
@ -8,12 +8,12 @@ from os import path
|
||||
here = path.abspath(path.dirname(__file__))
|
||||
|
||||
# Get the long description from the README file
|
||||
with open(path.join(here, '../README.md'), encoding='utf-8') as f:
|
||||
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
||||
long_description = f.read()
|
||||
|
||||
setup(
|
||||
name='sigmatools',
|
||||
version='0.1',
|
||||
version='0.1.1',
|
||||
description='Tools for the Generic Signature Format for SIEM Systems',
|
||||
long_description=long_description,
|
||||
url='https://github.com/Neo23x0/sigma',
|
||||
|
Loading…
Reference in New Issue
Block a user