Metadata-Version: 2.1
Name: automonisaur
Version: 0.1.2
Summary: Core libraries for automonisaur
Home-page: https://github.com/TheShellLand/automonisaur
Author: naisanza
Author-email: naisanza@gmail.com
License: UNKNOWN
Description: ![](https://github.com/TheShellLand/automonisaur/raw/master/docs/images/sauruspark.gif)
        
        # Automonisaur: Core Libraries
        
        **[about](#about)** | 
        **[pypi](https://pypi.org/project/automonisaur/)** | 
        **[integrations](#integrations)** | 
        **[install](#install)** | 
        **[build](#build)** | 
        **[unittest in docker](#unittest-in-docker')** | 
        **[unittest locally](#unittest-locally)** | 
        **[codecov](https://codecov.io/gh/TheShellLand/automonisaur)**
        
        
        [![master](https://github.com/TheShellLand/automonisaur/actions/workflows/main.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions)
        [![codecov](https://codecov.io/gh/TheShellLand/automonisaur/branch/master/graph/badge.svg)](https://codecov.io/gh/TheShellLand/automonisaur)
        
        
        
        #### about
        
        This library adds some easier-to-use wrappers around common services used in cyber security and threat intelligence.
        
        Provides easier clients and configuration options, as well as any additional helpers to get things up and running.
        
        Github issues and feature requests welcomed.
        
        
        ###### integrations
        
        - airport
        - elasticsearch
        - flask
        - minio
        - neo4j
        - selenium
        - slack
        - snmp
        - splunk
        - swift
        - vds
        
        
        #### install library
        ```shell script
        /bin/bash install.sh
        ```
        
        #### build docker
        ```shell script
        /bin/bash docker/build.sh
        ```
        
        #### unittest in docker
        ```shell script
        /bin/bash docker/test.sh
        ```
        
        #### unittest locally
        ```shell script
        /bin/bash unittests.sh
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
