https://github.com/bachya/eufy-security-ws-python
A Python wrapper around eufy-security-ws
https://github.com/bachya/eufy-security-ws-python
Last synced: 5 months ago
JSON representation
A Python wrapper around eufy-security-ws
- Host: GitHub
- URL: https://github.com/bachya/eufy-security-ws-python
- Owner: bachya
- License: mit
- Archived: true
- Created: 2021-05-16T20:23:14.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2022-01-16T22:35:12.000Z (over 4 years ago)
- Last Synced: 2025-12-10T07:48:48.391Z (6 months ago)
- Language: Python
- Size: 65.4 KB
- Stars: 16
- Watchers: 15
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚨 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.**
[](https://github.com/bachya/eufy-security-ws-python/actions)
[](https://pypi.python.org/pypi/eufy-security-ws-python)
[](https://pypi.python.org/pypi/eufy-security-ws-python)
[](https://github.com/bachya/eufy-security-ws-python/blob/master/LICENSE)
[](https://codecov.io/gh/bachya/eufy-security-ws-python)
[](https://codeclimate.com/github/bachya/eufy-security-ws-python/maintainability)
[](https://saythanks.io/to/bachya)
`eufy-security-ws-python` is a simple Python wrapper around [`https://github.com/bropat/eufy-security-ws`](https://github.com/bropat/eufy-security-ws).
# Installation
```python
pip install eufy-security-ws-python
```
# Python Versions
`eufy-security-ws-python` is currently supported on:
* Python 3.8
* Python 3.9
# Contributing
1. [Check for open features/bugs](https://github.com/bachya/eufy-security-ws-python/issues)
or [initiate a discussion on one](https://github.com/bachya/eufy-security-ws-python/issues/new).
2. [Fork the repository](https://github.com/bachya/eufy-security-ws-python/fork).
3. (_optional, but highly recommended_) Create a virtual environment: `python3 -m venv .venv`
4. (_optional, but highly recommended_) Enter the virtual environment: `source ./venv/bin/activate`
5. Install the dev environment: `script/setup`
6. Code your new feature or bug fix.
7. Write tests that cover your new functionality.
8. Run tests and ensure 100% code coverage: `script/test`
9. Update `README.md` with any new documentation.
10. Add yourself to `AUTHORS.md`.
11. Submit a pull request!