Metadata-Version: 2.1
Name: pyprosegur
Version: 0.0.8
Summary: Unofficial Python library to interface with Prosegur Alarmes PT/ES.
Home-page: https://github.com/dgomes/pyprosegur
Author: Diogo Gomes
Author-email: diogogomes@gmail.com
License: MIT License
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: backoff
Requires-Dist: aiohttp
Requires-Dist: click

[![PyPI version](https://badge.fury.io/py/pyprosegur.svg)](https://badge.fury.io/py/pyprosegur)

# PyProsegur
Python library to retrieve information from [Prosegur Residential Alarms](http://www.prosegur.pt)

## Requirements
- backoff
- aiohttp
- aiofile
- Click 

## Changelog

* 0.0.1 - Initial Release
* 0.0.4 - Support for MovistarProsegurAlarms
* 0.0.5 - Add exponential backoff retries
* 0.0.6 (unreleased) - Add last-event object, add support for Argentina
* 0.0.7 - Support for Colombia

## NOTES:

This project has no relationship with Prosegur (unofficial library).

The component uses the API provided by the Web Application.

Has been tested in Portugal, but should also work in other countries (please open an Issue and report your success!)

## LICENCE:
Code is under MIT licence.  
