Metadata-Version: 2.1
Name: automonisaur
Version: 0.0.2
Summary: Core libraries for automonisaur
Home-page: https://github.com/TheShellLand/automon-core
Author: naisanza
Author-email: naisanza@gmail.com
License: UNKNOWN
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
Requires-Dist: requests (==2.22.0)
Requires-Dist: Flask (==1.1.1)
Requires-Dist: Flask-Login (==0.4.1)
Requires-Dist: Flask-WTF (==0.14.2)
Requires-Dist: bcrypt (==3.1.7)
Requires-Dist: elasticsearch (==7.10.0)
Requires-Dist: neo4j-driver (==1.7.4)
Requires-Dist: slackclient (==2.2.1)
Requires-Dist: python-swiftclient (==3.9.0)
Requires-Dist: python-keystoneclient (==3.22.0)
Requires-Dist: splunk-sdk (==1.6.13)
Requires-Dist: pytz (==2020.1)
Requires-Dist: nest-asyncio (==1.3.3)
Requires-Dist: xmltodict (==0.12.0)
Requires-Dist: pytest (==5.4.3)
Requires-Dist: coverage (==5.2)
Requires-Dist: pytest-cov (==2.10.0)

![](docs/images/sauruspark.gif)

# Automonisaur: Core Libraries

**[install](#install)** | **[build](#build)** | **[unittest in docker](#unittest-in-docker')** | 
**[unittest locally](#unittest-locally)** | **[codecov](https://codecov.io/gh/TheShellLand/automon-core)**

[![codecov](https://codecov.io/gh/TheShellLand/automon-core/branch/master/graph/badge.svg)](https://codecov.io/gh/TheShellLand/automon-core) [![CI](https://github.com/TheShellLand/automon-core/workflows/CI/badge.svg?branch=master)](https://github.com/TheShellLand/automon-core/actions)

#### install
```shell script
./install.sh
```

#### build
```shell script
./build.sh
```

#### unittest in docker
```shell script
./test.sh
```

#### unittest locally
```shell script
./unittests.sh
```


