Metadata-Version: 2.1
Name: metronetpy
Version: 0.3.0
Summary: Python Package for programmatically controlling Security and Intrusion systems made by IESS
Home-page: https://github.com/tulindo/metronetpy
Author: Paolo Tuninetto
Author-email: paolo.tuninetto@gmail.com
License: UNKNOWN
Description: # metronetpy
        
        Python Package for programmatically controlling Security and Intrusion systems made by IESS (http://iessonline.com). Metronet is the cloud application provided by IESS that allows authenticated user to manage their own IESS security system. This was originally designed for [metronet](https://github.com/tulindo/metronet/) a custom_component for [Home Assistant](https://www.home-assistant.io/).
        
        **NOTE:** Metronet has no official API; therefore, this library may stop
        working at any time without warning.
        
        # Credits
        Originally inspired by [concord232](https://github.com/JasonCarter80/concord232) and [pythonegardia](https://github.com/jeroenterheerdt/python-egardia)
        Additional scaffolding from [alexapy](https://gitlab.com/keatontaylor/alexapy)
        
        # Contributing
        1.  [Check for open features/bugs](https://github.com/tulindo/metronetpy/issues)
          or [initiate a discussion on one](https://github.com/tulindo/metronetpy/issues/new).
        2.  Fork the repository.
        3.  Install the dev environment: `make init`.
        4.  Enter the virtual environment: `pipenv shell`
        5.  Install requirements: `pip3 install -r requirements.txt`
        6.  Code your new feature or bug fix.
        7.  Write a test that covers your new functionality.
        8.  Update `README.md` with any new documentation.
        9.  Run tests and ensure 100% code coverage for your contribution: `make coverage`
        10. Ensure you have no linting errors: `make lint`
        11. Add yourself to `AUTHORS.md`.
        12. Submit a pull request!
        
        # License
        [GPLv30](LICENSE). By providing a contribution, you agree the contribution is licensed under GPLv3.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.7
Description-Content-Type: text/markdown
