google-cloud-dns


Namegoogle-cloud-dns JSON
Version 0.34.2 PyPI version JSON
download
home_pagehttps://github.com/googleapis/python-dns
SummaryGoogle Cloud DNS API client library
upload_time2023-11-09 21:04:44
maintainer
docs_urlNone
authorGoogle LLC
requires_python>=3.7
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            Python Client for Cloud DNS API
===============================

|preview| |pypi| |versions|

`Cloud DNS API`_: provides methods that you can use to manage DNS for your applications.

- `Client Library Documentation`_
- `Product Documentation`_

.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
   :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dns.svg
   :target: https://pypi.org/project/google-cloud-dns/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dns.svg
   :target: https://pypi.org/project/google-cloud-dns/
.. _Cloud DNS API: https://cloud.google.com/dns
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/dns/latest
.. _Product Documentation:  https://cloud.google.com/dns

Quick Start
-----------

In order to use this library, you first need to go through the following steps:

1. `Select or create a Cloud Platform project.`_
2. `Enable billing for your project.`_
3. `Enable the Cloud DNS API.`_
4. `Setup Authentication.`_

.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
.. _Enable the Cloud DNS API.:  https://cloud.google.com/dns
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html

Installation
~~~~~~~~~~~~

Install this library in a `virtualenv`_ using pip. `virtualenv`_ is a tool to
create isolated Python environments. The basic problem it addresses is one of
dependencies and versions, and indirectly permissions.

With `virtualenv`_, it's possible to install this library without needing system
install permissions, and without clashing with the installed system
dependencies.

.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Code samples and snippets
~~~~~~~~~~~~~~~~~~~~~~~~~

Code samples and snippets live in `python-docs-samples`_ repository.

.. _python-docs-samples: https://github.com/GoogleCloudPlatform/python-docs-samples/tree/main/dns/api


Supported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^
Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
Python.

Python >= 3.7

.. _active: https://devguide.python.org/devcycle/#in-development-main-branch
.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches

Unsupported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Python <= 3.6

If you are using an `end-of-life`_
version of Python, we recommend that you update as soon as possible to an actively supported version.

.. _end-of-life: https://devguide.python.org/devcycle/#end-of-life-branches

Mac/Linux
^^^^^^^^^

.. code-block:: console

    pip install virtualenv
    virtualenv <your-env>
    source <your-env>/bin/activate
    <your-env>/bin/pip install google-cloud-dns


Windows
^^^^^^^

.. code-block:: console

    pip install virtualenv
    virtualenv <your-env>
    <your-env>\Scripts\activate
    <your-env>\Scripts\pip.exe install google-cloud-dns

Next Steps
~~~~~~~~~~

-  Read the `Client Library Documentation`_ for Cloud DNS API
   to see other available methods on the client.
-  Read the `Cloud DNS API Product documentation`_ to learn
   more about the product and see How-to Guides.
-  View this `README`_ to see the full list of Cloud
   APIs that we cover.

.. _Cloud DNS API Product documentation:  https://cloud.google.com/dns
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/googleapis/python-dns",
    "name": "google-cloud-dns",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Google LLC",
    "author_email": "googleapis-packages@google.com",
    "download_url": "https://files.pythonhosted.org/packages/da/91/d517b9a27f54820cbe6a07a724c23a3cd283c9ab7415856adceb9735192e/google-cloud-dns-0.34.2.tar.gz",
    "platform": "Posix; MacOS X; Windows",
    "description": "Python Client for Cloud DNS API\n===============================\n\n|preview| |pypi| |versions|\n\n`Cloud DNS API`_: provides methods that you can use to manage DNS for your applications.\n\n- `Client Library Documentation`_\n- `Product Documentation`_\n\n.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg\n   :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels\n.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dns.svg\n   :target: https://pypi.org/project/google-cloud-dns/\n.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dns.svg\n   :target: https://pypi.org/project/google-cloud-dns/\n.. _Cloud DNS API: https://cloud.google.com/dns\n.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/dns/latest\n.. _Product Documentation:  https://cloud.google.com/dns\n\nQuick Start\n-----------\n\nIn order to use this library, you first need to go through the following steps:\n\n1. `Select or create a Cloud Platform project.`_\n2. `Enable billing for your project.`_\n3. `Enable the Cloud DNS API.`_\n4. `Setup Authentication.`_\n\n.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project\n.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project\n.. _Enable the Cloud DNS API.:  https://cloud.google.com/dns\n.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html\n\nInstallation\n~~~~~~~~~~~~\n\nInstall this library in a `virtualenv`_ using pip. `virtualenv`_ is a tool to\ncreate isolated Python environments. The basic problem it addresses is one of\ndependencies and versions, and indirectly permissions.\n\nWith `virtualenv`_, it's possible to install this library without needing system\ninstall permissions, and without clashing with the installed system\ndependencies.\n\n.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/\n\n\nCode samples and snippets\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\nCode samples and snippets live in `python-docs-samples`_ repository.\n\n.. _python-docs-samples: https://github.com/GoogleCloudPlatform/python-docs-samples/tree/main/dns/api\n\n\nSupported Python Versions\n^^^^^^^^^^^^^^^^^^^^^^^^^\nOur client libraries are compatible with all current `active`_ and `maintenance`_ versions of\nPython.\n\nPython >= 3.7\n\n.. _active: https://devguide.python.org/devcycle/#in-development-main-branch\n.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches\n\nUnsupported Python Versions\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\nPython <= 3.6\n\nIf you are using an `end-of-life`_\nversion of Python, we recommend that you update as soon as possible to an actively supported version.\n\n.. _end-of-life: https://devguide.python.org/devcycle/#end-of-life-branches\n\nMac/Linux\n^^^^^^^^^\n\n.. code-block:: console\n\n    pip install virtualenv\n    virtualenv <your-env>\n    source <your-env>/bin/activate\n    <your-env>/bin/pip install google-cloud-dns\n\n\nWindows\n^^^^^^^\n\n.. code-block:: console\n\n    pip install virtualenv\n    virtualenv <your-env>\n    <your-env>\\Scripts\\activate\n    <your-env>\\Scripts\\pip.exe install google-cloud-dns\n\nNext Steps\n~~~~~~~~~~\n\n-  Read the `Client Library Documentation`_ for Cloud DNS API\n   to see other available methods on the client.\n-  Read the `Cloud DNS API Product documentation`_ to learn\n   more about the product and see How-to Guides.\n-  View this `README`_ to see the full list of Cloud\n   APIs that we cover.\n\n.. _Cloud DNS API Product documentation:  https://cloud.google.com/dns\n.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Google Cloud DNS API client library",
    "version": "0.34.2",
    "project_urls": {
        "Homepage": "https://github.com/googleapis/python-dns"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f4a3da3ecc94bf943fa760bb55f6aa6fa65469b2ff4a7caadec99ad0586f2bd",
                "md5": "ab4b58a0105946137ca7d4ddb180064e",
                "sha256": "c943867f59dd3557a3304abdd2b083ff788f2eee7f83b45ca8a9d24179dfbb5c"
            },
            "downloads": -1,
            "filename": "google_cloud_dns-0.34.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ab4b58a0105946137ca7d4ddb180064e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 18825,
            "upload_time": "2023-11-09T21:04:42",
            "upload_time_iso_8601": "2023-11-09T21:04:42.341521Z",
            "url": "https://files.pythonhosted.org/packages/1f/4a/3da3ecc94bf943fa760bb55f6aa6fa65469b2ff4a7caadec99ad0586f2bd/google_cloud_dns-0.34.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da91d517b9a27f54820cbe6a07a724c23a3cd283c9ab7415856adceb9735192e",
                "md5": "b87d23b4771c94ff54cc6129bb9396ad",
                "sha256": "fc61bd8cf070e87aacb62762eb2a5af1550706c98881d7aeaebaeed11280afd3"
            },
            "downloads": -1,
            "filename": "google-cloud-dns-0.34.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b87d23b4771c94ff54cc6129bb9396ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 22640,
            "upload_time": "2023-11-09T21:04:44",
            "upload_time_iso_8601": "2023-11-09T21:04:44.171838Z",
            "url": "https://files.pythonhosted.org/packages/da/91/d517b9a27f54820cbe6a07a724c23a3cd283c9ab7415856adceb9735192e/google-cloud-dns-0.34.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-09 21:04:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "googleapis",
    "github_project": "python-dns",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "google-cloud-dns"
}
        
Elapsed time: 0.15136s