Project: ghome-foyer-api

Generated protobuf stubs for Google Home Foyer API

Project Details

Latest version
1.0.0
Home Page
https://github.com/KapJI/ghome-foyer-api
PyPI Page
https://pypi.org/project/ghome-foyer-api/

Project Popularity

PageRank
0.002838618879072322
Number of downloads
47823

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. Thanks @rithvikvibhu for extracting it.