Metadata-Version: 2.1
Name: mobilealerts
Version: 0.1.10
Summary: Python classes for MobileAlerts gateway and sensors
Home-page: https://github.com/PlusPlus-ua/python-mobilealerts
License: MIT
Author: PlusPlus-ua
Author-email: alexplas@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aiohttp (>=3.8,<4.0)
Requires-Dist: importlib_metadata (>=4.5,<7.0) ; python_version < "3.8"
Project-URL: Repository, https://github.com/PlusPlus-ua/python-mobilealerts
Description-Content-Type: text/markdown

# python-mobilealerts

[![build](https://github.com/PlusPlus-ua/python-mobilealerts/actions/workflows/build.yml/badge.svg)](https://github.com/PlusPlus-ua/python-mobilealerts/actions/workflows/build.yml) [![Python Version](https://img.shields.io/pypi/pyversions/mobilealerts.svg)](https://pypi.org/project/mobilealerts/) [![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/PlusPlus-ua/python-mobilealerts/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit) [![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/PlusPlus-ua/python-mobilealerts/blob/master/.pre-commit-config.yaml) [![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/PlusPlus-ua/python-mobilealerts/releases) [![License](https://img.shields.io/github/license/PlusPlus-ua/python-mobilealerts)](https://github.com/PlusPlus-ua/python-mobilealerts/blob/master/LICENSE)


## Python classes for MobileAlerts gateway and sensors

Library act as proxy server which intercepts all measurements and sensors properties which sends MobileAlerts gateway to the cloud. 

Everything works in asynchronous way in order to build on the base of this library [Home assistant](https://github.com/home-assistant/core) integration.

## Installation

```bash
pip install -U mobilealerts
```

or install with `Poetry`

```bash
poetry add mobilealerts
```

## 🛡 License

[![License](https://img.shields.io/github/license/PlusPlus-ua/python-mobilealerts)](https://github.com/PlusPlus-ua/python-mobilealerts/blob/master/LICENSE)

This project is licensed under the terms of the `MIT` license. See [LICENSE](https://github.com/PlusPlus-ua/python-mobilealerts/blob/master/LICENSE) for more details.

## Credits

This project was inspired and developed on the base of [MMMMobileAlerts](https://github.com/sarnau/MMMMobileAlerts)

This project was generated with [python-package-template](https://github.com/TezRomacH/python-package-template)

