Metadata-Version: 2.1
Name: ghome-foyer-api
Version: 1.0.0
Summary: Generated protobuf stubs for Google Home Foyer API
Home-page: https://github.com/KapJI/ghome-foyer-api
License: MIT
Keywords: Google Home,Foyer API
Author: Ruslan Sayfutdinov
Author-email: ruslan@sayfutdinov.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Requires-Dist: grpcio (>=1.51.1,<2.0.0)
Requires-Dist: protobuf (>=4.21.12,<5.0.0)
Project-URL: Bug Tracker, https://github.com/KapJI/ghome-foyer-api/issues
Project-URL: Repository, https://github.com/KapJI/ghome-foyer-api
Project-URL: Release Notes, https://github.com/KapJI/ghome-foyer-api/releases
Description-Content-Type: text/markdown

# Google Home Foyer API

With this package, multiple libraries can use Foyer API without having to deal with Protobuf version conflicts.

- Only one version of stubs can be loaded by Protobuf at the same time even if stubs are coming from different libraries and modules have different names. Using this package ensures that only one version is installed at any given time.
- The package defines dependencies on Protobuf and GRPC, ensuring compatibility of generated files.
- Type hints are generated and exported as well.

## Credits

The proto file is taken from [here](https://github.com/rithvikvibhu/GHLocalApi/issues/39).
Thanks [@rithvikvibhu](https://github.com/rithvikvibhu) for extracting it.

