Metadata-Version: 2.4 Name: homelink-integration-api Version: 0.0.5 Summary: API to interact with Homelink cloud for MQTT-enabled smart home platforms Author-email: Gentex Cloud Services Project-URL: Homepage, https://www.homelink.com/ Project-URL: Issues, https://www.homelink.com/support Project-URL: Repository, https://github.com/Gentex-Corporation/homelink-integration-api Classifier: Programming Language :: Python :: 3 Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Requires-Python: >=3.12 Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: python-decouple>=3.8 Requires-Dist: boto3 Dynamic: license-file # HomeLink smart home integration API This project contains a python API to connect MQTT-enabled smart home platforms to HomeLink smarthome cloud ## Setup This repo utilizes VS Code [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) so you don't need to alter your global python environment. ## Installing dependencies Use `pip` to install required dependencies by running `pip install -r requirements.txt` from the project root. ## Updating dependencies During the course of development, if new packages are added, it's recommended to update [`requirements.txt`](./requirements.txt) by running `pip freeze > requirements.txt`.