Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ludeeus/pyhomely
Async python wrapper for the Homely API
https://github.com/ludeeus/pyhomely
Last synced: 21 days ago
JSON representation
Async python wrapper for the Homely API
- Host: GitHub
- URL: https://github.com/ludeeus/pyhomely
- Owner: ludeeus
- License: mit
- Created: 2024-08-02T14:59:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T09:44:44.000Z (about 1 month ago)
- Last Synced: 2024-10-04T19:43:45.431Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [pyhomely](https://pypi.org/project/pyhomely/)
![python version](https://img.shields.io/badge/Python-3.12<-->3.12-blue.svg)
[![PyPI](https://img.shields.io/pypi/v/pyhomely)](https://pypi.org/project/pyhomely)## Installation
```bash
python3 -m install pyhomely
```Look at the file `example.py` for a usage example.
## Contribute
**All** contributions are welcome!
1. Fork the repository
2. Clone the repository locally and open the devcontainer or use GitHub codespaces
3. Do your changes
4. Lint the files with `poetry run ruff check --fix pyhomely`
5. Format the files with `poetry run ruff format`
7. Commit your work, and push it to GitHub
8. Create a PR against the `main` branch