google-apps-events-subscriptions


Namegoogle-apps-events-subscriptions JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/googleapis/google-cloud-python/tree/main/packages/google-apps-events-subscriptions
SummaryGoogle Apps Events Subscriptions API client library
upload_time2024-10-25 02:38:28
maintainerNone
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 No coveralls.
            Python Client for Google Workspace Events API
=============================================

|preview| |pypi| |versions|

`Google Workspace Events API`_: The Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace 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-apps-events-subscriptions.svg
   :target: https://pypi.org/project/google-apps-events-subscriptions/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-apps-events-subscriptions.svg
   :target: https://pypi.org/project/google-apps-events-subscriptions/
.. _Google Workspace Events API: https://developers.google.com/workspace/events
.. _Client Library Documentation: https://googleapis.dev/python/google-apps-events-subscriptions/latest
.. _Product Documentation:  https://developers.google.com/workspace/events

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 Google Workspace Events 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 Google Workspace Events API.:  https://developers.google.com/workspace/events
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html

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

Install this library in a virtual environment using `venv`_. `venv`_ is a tool that
creates isolated Python environments. These isolated environments can have separate
versions of Python packages, which allows you to isolate one project's dependencies
from the dependencies of other projects.

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

.. _`venv`: https://docs.python.org/3/library/venv.html


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

Code samples and snippets live in the `samples/`_ folder.

.. _samples/: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-apps-events-subscriptions/samples


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

    python3 -m venv <your-env>
    source <your-env>/bin/activate
    pip install google-apps-events-subscriptions


Windows
^^^^^^^

.. code-block:: console

    py -m venv <your-env>
    .\<your-env>\Scripts\activate
    pip install google-apps-events-subscriptions

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

-  Read the `Client Library Documentation`_ for Google Workspace Events API
   to see other available methods on the client.
-  Read the `Google Workspace Events 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.

.. _Google Workspace Events API Product documentation:  https://developers.google.com/workspace/events
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-apps-events-subscriptions",
    "name": "google-apps-events-subscriptions",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Google LLC",
    "author_email": "googleapis-packages@google.com",
    "download_url": "https://files.pythonhosted.org/packages/fd/bb/70f92ab3469f4a52eed7cc5b207751a00fe9c7f1f118adf5bcec4022efd2/google_apps_events_subscriptions-0.1.3.tar.gz",
    "platform": "Posix; MacOS X; Windows",
    "description": "Python Client for Google Workspace Events API\n=============================================\n\n|preview| |pypi| |versions|\n\n`Google Workspace Events API`_: The Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace 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-apps-events-subscriptions.svg\n   :target: https://pypi.org/project/google-apps-events-subscriptions/\n.. |versions| image:: https://img.shields.io/pypi/pyversions/google-apps-events-subscriptions.svg\n   :target: https://pypi.org/project/google-apps-events-subscriptions/\n.. _Google Workspace Events API: https://developers.google.com/workspace/events\n.. _Client Library Documentation: https://googleapis.dev/python/google-apps-events-subscriptions/latest\n.. _Product Documentation:  https://developers.google.com/workspace/events\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 Google Workspace Events 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 Google Workspace Events API.:  https://developers.google.com/workspace/events\n.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html\n\nInstallation\n~~~~~~~~~~~~\n\nInstall this library in a virtual environment using `venv`_. `venv`_ is a tool that\ncreates isolated Python environments. These isolated environments can have separate\nversions of Python packages, which allows you to isolate one project's dependencies\nfrom the dependencies of other projects.\n\nWith `venv`_, it's possible to install this library without needing system\ninstall permissions, and without clashing with the installed system\ndependencies.\n\n.. _`venv`: https://docs.python.org/3/library/venv.html\n\n\nCode samples and snippets\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\nCode samples and snippets live in the `samples/`_ folder.\n\n.. _samples/: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-apps-events-subscriptions/samples\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    python3 -m venv <your-env>\n    source <your-env>/bin/activate\n    pip install google-apps-events-subscriptions\n\n\nWindows\n^^^^^^^\n\n.. code-block:: console\n\n    py -m venv <your-env>\n    .\\<your-env>\\Scripts\\activate\n    pip install google-apps-events-subscriptions\n\nNext Steps\n~~~~~~~~~~\n\n-  Read the `Client Library Documentation`_ for Google Workspace Events API\n   to see other available methods on the client.\n-  Read the `Google Workspace Events 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.. _Google Workspace Events API Product documentation:  https://developers.google.com/workspace/events\n.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Google Apps Events Subscriptions API client library",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-apps-events-subscriptions"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a46f3fc2cb6ee39753648af445531538b5a382f1c7d21f30b2204e644666ef33",
                "md5": "1f66b983b258420284a44717e1cdaf81",
                "sha256": "97ff809bf48a5e88ef12cddbde9898dc7be7aee42954ca0d3eb2711b788dd5eb"
            },
            "downloads": -1,
            "filename": "google_apps_events_subscriptions-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f66b983b258420284a44717e1cdaf81",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 61075,
            "upload_time": "2024-10-25T02:38:26",
            "upload_time_iso_8601": "2024-10-25T02:38:26.401327Z",
            "url": "https://files.pythonhosted.org/packages/a4/6f/3fc2cb6ee39753648af445531538b5a382f1c7d21f30b2204e644666ef33/google_apps_events_subscriptions-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdbb70f92ab3469f4a52eed7cc5b207751a00fe9c7f1f118adf5bcec4022efd2",
                "md5": "2c61f757f20e304cb3df1d15788bace6",
                "sha256": "f7dc3e90502581c407dd447107ed45c7955d7cac7bdba9b42d6fb9a67df6efdd"
            },
            "downloads": -1,
            "filename": "google_apps_events_subscriptions-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2c61f757f20e304cb3df1d15788bace6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 66627,
            "upload_time": "2024-10-25T02:38:28",
            "upload_time_iso_8601": "2024-10-25T02:38:28.062747Z",
            "url": "https://files.pythonhosted.org/packages/fd/bb/70f92ab3469f4a52eed7cc5b207751a00fe9c7f1f118adf5bcec4022efd2/google_apps_events_subscriptions-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-25 02:38:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "googleapis",
    "github_project": "google-cloud-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "google-apps-events-subscriptions"
}
        
Elapsed time: 0.38269s