Metadata-Version: 2.1
Name: siemkit
Version: 0.0.11
Summary: Open-Source Community Tools for SIEM
Home-page: https://github.com/cybersiem
Author: CyberSIEM Community
Author-email: dave@cybersiem.com
License: Apache 2.0
Description: ## [CyberSIEM <sup>(R)</sup>](https://www.cybersiem.com/) Community Kit
        
        * An open-source "Swiss Army Knife" for anything SIEM related!
        
        * While this project is gaining rapid progress, it is far from ready..
        
            - **WARNING!** _This toolkit is still experimental and we do not recommended it for use in production. Do note that 
            at this stage we are not yet releasing stable versions as the API changes on daily basis!_
        
        ## Installation
        
        ```bash
        pip install siemkit
        ```
        
        ## Updating
        
        ```bash
        pip install --upgrade siemkit
        ```
        
        Package:
           - https://pypi.org/project/siemkit/  
        
        GitHub: 
           - https://github.com/cybersiem/community
        
        ## Libraries
        
        * Work in progress
        
            - `siemkit.api.arcsight`
            - `siemkit.cfg`
            - `siemkit.const`
            - `siemkit.data`
            - `siemkit.event`
            - `siemkit.file`
            - `siemkit.flag`
            - `siemkit.ldap`
            - `siemkit.listen`
            - `siemkit.logging`
            - `siemkit.net`
            - `siemkit.parse`
            - `siemkit.random`
            - `siemkit.send`
            - `siemkit.time`
            - `siemkit.web`
        
        ## Why Contribute
        
        * [Why Contribute to Open-Source](https://opensource.guide/how-to-contribute/#why-contribute-to-open-source)
        
        _Work in progress . . ._
        
        ## Authors
        
        - [@DK26](https://github.com/dk26) - _David Krasnitsky_
        
Keywords: SIEM,CEF,LEEF,SOC,CYBERSIEM,KIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Logging
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown
