From 05412df60ef6ca875ec298c2484da9f51598b857 Mon Sep 17 00:00:00 2001 From: "Brian J. Watson" Date: Tue, 23 Aug 2016 14:20:56 -0700 Subject: [PATCH] Index the packages we have and plan to deliver to gcloud-python (#98) --- PACKAGES.md | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 PACKAGES.md diff --git a/PACKAGES.md b/PACKAGES.md new file mode 100644 index 00000000..2afbc296 --- /dev/null +++ b/PACKAGES.md @@ -0,0 +1,62 @@ +# Auto-Generated Packages for Google Cloud Platform + +This indexes the gRPC and GAPIC packages delivered to the the [Google Cloud +Platform](https://github.com/GoogleCloudPlatform) teams and where they can be +found. Currently, package delivery is only being done for Python. + +## [Python](https://github.com/GoogleCloudPlatform/gcloud-python) + +### Common +- [GAX core library](https://pypi.python.org/pypi/google-gax) ([source](https://github.com/googleapis/gax-python)) +- [gRPC for common protos](https://pypi.python.org/pypi/googleapis-common-protos) ([source](https://github.com/googleapis/googleapis)) +- [Long-running + operations](https://github.com/googleapis/googleapis/blob/master/google/longrunning/operations.proto) + - GAX: TBD + - gRPC: TBD + - Documentation: TBD + +### [Cloud Bigtable](https://cloud.google.com/bigtable/) +- TBD + +### [Cloud Datastore](https://cloud.google.com/datastore/) +- TBD + +### [Cloud Identity and Access Management (IAM)](https://cloud.google.com/iam/) +- TBD + +### [Cloud Natural Language](https://cloud.google.com/natural-language/) +- [GAX](https://pypi.python.org/pypi/gax-google-cloud-language-v1beta1) +- [gRPC](https://pypi.python.org/pypi/grpc-google-cloud-language-v1beta1) +- Documentation: TBD + +### [Cloud Pub/Sub](https://cloud.google.com/pubsub/) +- [GAX](https://pypi.python.org/pypi/gax-google-pubsub-v1) +- [gRPC](https://pypi.python.org/pypi/grpc-google-pubsub-v1) +- [Documentation](http://pythonhosted.org/gax-google-pubsub-v1/) + +### [Cloud Speech](https://cloud.google.com/speech/) +- [GAX](https://pypi.python.org/pypi/gax-google-cloud-speech-v1) +- [gRPC](https://pypi.python.org/pypi/grpc-google-cloud-speech-v1) +- Documentation: TBD + +### [Cloud Vision](https://cloud.google.com/vision/) +- [GAX](https://pypi.python.org/pypi/gax-google-cloud-vision-v1) +- [gRPC](https://pypi.python.org/pypi/grpc-google-cloud-vision-v1) +- [Documentation](http://pythonhosted.org/gax-google-cloud-vision-v1/) + +### [Stackdriver Debugger](https://cloud.google.com/debugger/) +- TBD + +### [Stackdriver Error Reporting](https://cloud.google.com/error-reporting/) +- TBD + +### [Stackdriver Logging](https://cloud.google.com/logging/) +- [GAX](https://pypi.python.org/pypi/gax-google-logging-v2) +- [gRPC](https://pypi.python.org/pypi/grpc-google-logging-v2) +- [Documentation](http://pythonhosted.org/gax-google-logging-v2/) + +### [Stackdriver Monitoring](https://cloud.google.com/monitoring/) +- TBD + +### [Stackdriver Trace](https://cloud.google.com/trace/) +- TBD