googledevices

Build Status PyPI version Get information from, and control various Google devices.


HOME PLATFORMS CLASSES METHODS FUNCTIONS CLI

This Python package let you get information and control different platforms.

This package uses endpoints documneted by other projects here:

Installation

pip install googledevices

Maintainers

Notice

This is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Alphabet, or any of its subsidiaries or its affiliates. The name “Google” as well as related names, marks, emblems and images are registered trademarks of Alphabet.

Contributing

  1. Check for open features/bugs or initiate a discussion on one.
  2. Fork the repository.
  3. Install the dev environment: make init.
  4. Enter the virtual environment: pipenv shell
  5. Code your new feature or bug fix.
  6. Run make lint and make sure the score still is 10.00/10
  7. Submit a pull request!