eufy-security-ws-python
eufy-security-ws-python copied to clipboard
A Python wrapper around eufy-security-ws
🚨 eufy-security-ws-python: A Python wrapper around eufy-security-ws
NOTE: THIS PROJECT IS NO LONGER ACTIVE. AS AN ALTERNATIVE, PLEASE CHECK OUT https://github.com/fuatakgun/eufy_security.
eufy-security-ws-python is a simple Python wrapper around https://github.com/bropat/eufy-security-ws.
Installation
pip install eufy-security-ws-python
Python Versions
eufy-security-ws-python is currently supported on:
- Python 3.8
- Python 3.9
Contributing
- Check for open features/bugs or initiate a discussion on one.
- Fork the repository.
- (optional, but highly recommended) Create a virtual environment:
python3 -m venv .venv - (optional, but highly recommended) Enter the virtual environment:
source ./venv/bin/activate - Install the dev environment:
script/setup - Code your new feature or bug fix.
- Write tests that cover your new functionality.
- Run tests and ensure 100% code coverage:
script/test - Update
README.mdwith any new documentation. - Add yourself to
AUTHORS.md. - Submit a pull request!