A Python3, async interface to the SimpliSafe API
Project description
🚨 simplisafe-python: A Python3, async interface to the SimpliSafe™ API
simplisafe-python
(hereafter referred to as simplipy
) is a Python3,
asyncio
-driven interface to the unofficial SimpliSafe™ API. With it,
users can get data on their system (including available sensors), set the system state,
and more.
Documentation
You can find complete documentation here.
Contributing
Thanks to all of our contributors so far!
- 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 on a new branch.
- Write tests that cover your new functionality.
- Run tests and ensure 100% code coverage:
poetry run pytest --cov simplisafe-python tests
- Update
README.md
with any new documentation. - Submit a pull request!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for simplisafe_python-2023.10.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb111211b280a578f4652f2b7fcb71fd51b7dac35ad1095e60235aa9ac25e8eb |
|
MD5 | da1f3883e47e1cc8d34b2832793d39eb |
|
BLAKE2b-256 | 1968cc9e39a51d3cc08646e771cc25a94f6084e3933880625155a942d2a69768 |
Close
Hashes for simplisafe_python-2023.10.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea1ff55cef745d58672419b670730499899fdb20b9fede3ccfc2027291aa2bfa |
|
MD5 | 3ea741f0e88b18a0d7d7e3bbdf76e07a |
|
BLAKE2b-256 | 8dfa19ed09b38b4bfbeed8aa1ce9d10ff4090afe608192b9b471163b23b5a442 |