Metadata-Version: 2.1
Name: automonisaur
Version: 0.0.11
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.8
Description-Content-Type: text/markdown
Requires-Dist: Flask-Login (>=0.5.0)
Requires-Dist: Flask-WTF (>=0.14.3)
Requires-Dist: Flask (>=1.1.2)
Requires-Dist: bcrypt (>3.1.7)
Requires-Dist: coverage (>=5.4)
Requires-Dist: elasticsearch (>=7.11.0)
Requires-Dist: neo4j-driver (>=4.2.1)
Requires-Dist: nest-asyncio (>=1.5.1)
Requires-Dist: pytest-cov (>=2.11.1)
Requires-Dist: pytest (>=6.2.2)
Requires-Dist: python-keystoneclient (>=4.2.0)
Requires-Dist: python-swiftclient (>=3.11.0)
Requires-Dist: pytz (>=2021.1)
Requires-Dist: requests (>=2.25.1)
Requires-Dist: slackclient (>=2.9.3)
Requires-Dist: splunk-sdk (>=1.6.15)
Requires-Dist: xmltodict (>=0.12.0)

![](https://github.com/TheShellLand/automon-core/raw/master/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
```


