Metadata-Version: 2.1
Name: soteria
Version: 0.2.5
Summary: Scheduling tool for system monitoring.
Home-page: https://github.com/euanacampbell/soteria
Download-URL: https://github.com/euanacampbell/soteria/archive/refs/heads/master.tar.gz
Author: Euan Campbell
Author-email: dev@euan.app
License: MIT
Keywords: schedule,task
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Soteria

A modular monitoring system with a cron-style scheduler.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install Soteria.

```bash
pip install soteria
```

## Usage
Additional files will be needed for the package to work. *config.py*, *encrypted.yaml*, *database_lookup.py*.

```python
from soteria.soteria_scheduler import SoteriaScheduler

scheduler = SoteriaScheduler()
scheduler.start_scheduler()

```

## License
[MIT](https://choosealicense.com/licenses/mit/)
