https://github.com/googlesamples/assistant-sdk-python
Samples and bindings for the Google Assistant API
https://github.com/googlesamples/assistant-sdk-python
assistant protocol-buffers python
Last synced: 6 days ago
JSON representation
Samples and bindings for the Google Assistant API
- Host: GitHub
- URL: https://github.com/googlesamples/assistant-sdk-python
- Owner: googlesamples
- License: apache-2.0
- Archived: true
- Created: 2017-04-25T22:06:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T14:54:44.000Z (over 3 years ago)
- Last Synced: 2025-08-24T01:33:46.971Z (5 months ago)
- Topics: assistant, protocol-buffers, python
- Language: Python
- Homepage: http://developer.google.com/assistant/sdk
- Size: 660 KB
- Stars: 915
- Watchers: 88
- Forks: 320
- Open Issues: 144
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Assistant SDK for devices - Python
This repository contains the [Python][python] packages for the [Google Assistant SDK][google-assistant-sdk].
To get started, see the following developer guides:
- [Introduction to the Google Assistant Service][getting-started-python].
## Content
- [google-assistant-grpc](google-assistant-grpc): autogenerated Python bindings to communicate with the [Google Assistant Service][google-assistant-api] *available for non-commercial use*
- ~~google-assistant-library: Python bindings for the Google Assistant Library~~ *deprecated*
- [google-assistant-sdk](google-assistant-sdk): tools and python samples to help developers get started with the [Google Assistant SDK][google-assistant-sdk]
- [googlesamples/assistant/grpc](google-assistant-sdk/googlesamples/assistant/grpc): reference sample for the [Google Assistant Service][google-assistant-api]
- ~~googlesamples/assistant/library: reference sample for the Google Assistant library~~ *deprecated*
## Contributing
Contributions to this repository are always welcome and highly encouraged.
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to get started.
## License
Copyright (C) 2017 Google Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
[python]: https://www.python.org
[google-assistant-api]: https://developers.google.com/assistant/sdk/reference/rpc
[google-assistant-sdk]: https://developers.google.com/assistant/sdk
[getting-started-python]: https://developers.google.com/assistant/sdk/guides/service/python/