Metadata-Version: 2.1
Name: monitor-common
Version: 0.2.0
Summary: Common code used for the internet monitor app.
Home-page: https://gitlab.com/Malrig/monitor-common
License: MIT
Author: George Blackburn
Author-email: g-a-b@hotmail.co.uk
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aenum (>=2.2,<3.0)
Requires-Dist: dataclasses (==0.7); python_version < "3.7"
Requires-Dist: mongoengine (>=0.18.2,<0.19.0)
Project-URL: Repository, https://gitlab.com/Malrig/monitor-common
Description-Content-Type: text/markdown

# Internet Monitor Common Code

This is a small library used by my internet monitor Python app. It provides the MongoDB integration as well as globally
used classes and enums.

## Installation

To install from PyPi run:
```bash
pip install monitor-common
```

## Development and deployment

See the [Contribution guidelines for this project](CONTRIBUTING.md) for details on how to make changes to this library.

