Metadata-Version: 2.1
Name: pyprosegur
Version: 0.0.1
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
Description: [![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
        - aiohttp
        - Click 
        
        ## Changelog
        
        * 0.0.1 - Initial Release
        
        ## 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.  
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
