Skip to content

Commit

Permalink
google-assistant-sdk: status update
Browse files Browse the repository at this point in the history
- google-assistant-grpc: available for non-commercial use
- google-assistant-library: deprecated

Bug: 136190339
Change-Id: Ic5fbd0b92f725679c868625f01180ce9737ecb41
  • Loading branch information
proppy committed Jul 8, 2019
1 parent 8499569 commit 6e236e9
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 3,594 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@
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 Library][getting-started-rpi3-python].
- [Introduction to the Google Assistant Service][getting-started-other-platforms].
- [Introduction to the Google Assistant Service][getting-started-python].

## Content

- [google-assistant-library](google-assistant-library): Python bindings for the [Google Assistant Library][google-assistant-library]
- [google-assistant-grpc](google-assistant-grpc): autogenerated Python bindings to communicate with the [Google Assistant Service][google-assistant-api]
- [google-assistant-sdk](google-assistant-sdk): tools and python samples to help developers get started with the
[Google Assistant SDK][google-assistant-sdk]
- [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](google-assistant-sdk/googlesamples/assistant/library): reference sample for the [Google Assistant library][google-assistant-library]
- ~~googlesamples/assistant/library: reference sample for the Google Assistant library~~ *deprecated*

## Contributing

Expand Down Expand Up @@ -41,9 +39,6 @@ License for the specific language governing permissions and limitations under
the License.

[python]: https://www.python.org
[google-assistant-library]: https://developers.google.com/assistant/sdk/reference/library/python
[google-assistant-api]: https://developers.google.com/assistant/sdk/reference/rpc
[google-assistant-library]: https://developers.google.com/assistant/sdk/reference/library/python
[google-assistant-sdk]: https://developers.google.com/assistant/sdk
[getting-started-rpi3-python]: https://developers.google.com/assistant/sdk/guides/library/python/
[getting-started-other-platforms]: https://developers.google.com/assistant/sdk/guides/service/python/
[getting-started-python]: https://developers.google.com/assistant/sdk/guides/service/python/
3 changes: 3 additions & 0 deletions google-assistant-grpc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ It is part of the `Google Assistant SDK`_.

This package should be compatible with POSIX platforms supporting gRPC_ and Python_.

.. note:: The Google Assistant Service is available for `non-commercial use`_.

.. _Python: https://www.python.org/
.. _gRPC: https://www.grpc.io
.. _Google Assistant Service: https://developers.google.com/assistant/sdk/guides/service/python/
.. _Google Assistant SDK: https://developers.google.com/assistant/sdk
.. _non-commercial use: https://developers.google.com/assistant/sdk/terms-of-service

Installing
----------
Expand Down
37 changes: 0 additions & 37 deletions google-assistant-library/CHANGELOG.rst

This file was deleted.

188 changes: 0 additions & 188 deletions google-assistant-library/LICENSE

This file was deleted.

Loading

0 comments on commit 6e236e9

Please sign in to comment.