Python idiomatic client for Google Cloud DNS
$ pip install --upgrade google-cloud-dns
For more information on setting up your Python development environment,
such as installing pip
and virtualenv
on your system, please refer
to Python Development Environment Setup Guide for Google Cloud Platform.
With google-cloud-python
we try to make authentication as painless as
possible. Check out the Authentication section in our documentation to
learn more. You may also find the authentication document shared by all
the google-cloud-*
libraries to be helpful.
The Cloud DNS API (DNS API docs) provides methods that you can use to manage DNS for your applications.
See the google-cloud-python
API DNS Documentation to learn
how to manage DNS records using this Client Library.