Python Client for Cloud Logging
=====================================
|pypi| |versions|
`Cloud Logging API`_: Writes log entries and manages your Cloud
Logging configuration.
- `Client Library Documentation`_
- `Product Documentation`_
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-logging.svg
:target: https://pypi.org/project/google-cloud-logging/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-logging.svg
:target: https://pypi.org/project/google-cloud-logging/
.. _Cloud Logging API: https://cloud.google.com/logging
.. _Client Library Documentation: https://googleapis.dev/python/logging/latest
.. _Product Documentation: https://cloud.google.com/logging/docs
.. _Setting Up Cloud Logging for Python: https://cloud.google.com/logging/docs/setup/python
.. _Python's standard logging library: https://docs.python.org/2/library/logging.html
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 Logging 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 Logging API.: https://cloud.google.com/logging
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
For an interactive walkthrough on how to use this library in a python application, click the Guide Me button below:
|guide|
.. |guide| image:: https://raw.githubusercontent.com/googleapis/python-logging/main/_static/guide-me.png
:target: https://console.cloud.google.com/?walkthrough_id=logging__logging-python
Installation
~~~~~~~~~~~~
Install this library in a `venv`_ using pip. `venv`_ is a tool to
create isolated Python environments. The basic problem it addresses is one of
dependencies and versions, and indirectly permissions.
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
Supported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^
Python >= 3.7
Unsupported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
| Python == 2.7. The last version of the library compatible with Python 2.7 is ``google-cloud-logging==1.15.1``.
| Python == 3.6. The last version of the library compatible with Python 3.6 is ``google-cloud-logging==3.1.2``.
Mac/Linux
^^^^^^^^^
.. code-block:: console
python -m venv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-logging
Windows
^^^^^^^
.. code-block:: console
python -m venv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-logging
Next Steps
~~~~~~~~~~
- Read the `Setting Up Cloud Logging for Python`_ How-to Guide
- Read the `Product documentation`_ to learn more about the product and see
other How-to Guides.
- Read the `Client Library Documentation`_ for to see other available
methods on the client.
Raw data
{
"_id": null,
"home_page": "https://github.com/googleapis/python-logging",
"name": "google-cloud-logging",
"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/a5/ac/1eabcefb926414812b759102e4b03a123ad5bfc9576bac0f27405e2f3727/google_cloud_logging-3.11.3.tar.gz",
"platform": "Posix; MacOS X; Windows",
"description": "Python Client for Cloud Logging\n=====================================\n\n|pypi| |versions|\n\n`Cloud Logging API`_: Writes log entries and manages your Cloud\nLogging configuration.\n\n- `Client Library Documentation`_\n- `Product Documentation`_\n\n.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-logging.svg\n :target: https://pypi.org/project/google-cloud-logging/\n.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-logging.svg\n :target: https://pypi.org/project/google-cloud-logging/\n.. _Cloud Logging API: https://cloud.google.com/logging\n.. _Client Library Documentation: https://googleapis.dev/python/logging/latest\n.. _Product Documentation: https://cloud.google.com/logging/docs\n.. _Setting Up Cloud Logging for Python: https://cloud.google.com/logging/docs/setup/python\n.. _Python's standard logging library: https://docs.python.org/2/library/logging.html\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 Logging 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 Logging API.: https://cloud.google.com/logging\n.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html\n\nFor an interactive walkthrough on how to use this library in a python application, click the Guide Me button below:\n\n|guide|\n\n.. |guide| image:: https://raw.githubusercontent.com/googleapis/python-logging/main/_static/guide-me.png\n :target: https://console.cloud.google.com/?walkthrough_id=logging__logging-python\n\nInstallation\n~~~~~~~~~~~~\n\nInstall this library in a `venv`_ using pip. `venv`_ is a tool to\ncreate isolated Python environments. The basic problem it addresses is one of\ndependencies and versions, and indirectly permissions.\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\nSupported Python Versions\n^^^^^^^^^^^^^^^^^^^^^^^^^\nPython >= 3.7\n\nUnsupported Python Versions\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\n| Python == 2.7. The last version of the library compatible with Python 2.7 is ``google-cloud-logging==1.15.1``.\n| Python == 3.6. The last version of the library compatible with Python 3.6 is ``google-cloud-logging==3.1.2``.\n\n\nMac/Linux\n^^^^^^^^^\n\n.. code-block:: console\n\n python -m venv <your-env>\n source <your-env>/bin/activate\n <your-env>/bin/pip install google-cloud-logging\n\n\nWindows\n^^^^^^^\n\n.. code-block:: console\n\n python -m venv <your-env>\n <your-env>\\Scripts\\activate\n <your-env>\\Scripts\\pip.exe install google-cloud-logging\n\nNext Steps\n~~~~~~~~~~\n\n- Read the `Setting Up Cloud Logging for Python`_ How-to Guide\n- Read the `Product documentation`_ to learn more about the product and see\n other How-to Guides.\n- Read the `Client Library Documentation`_ for to see other available\n methods on the client.\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "Stackdriver Logging API client library",
"version": "3.11.3",
"project_urls": {
"Homepage": "https://github.com/googleapis/python-logging"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "eb46afd47b91c9c6557e2026aa4c8f74417629578b81ecaf85a14417fafcb321",
"md5": "c3e3c724575194e5e22358c163841155",
"sha256": "b8ec23f2998f76a58f8492db26a0f4151dd500425c3f08448586b85972f3c494"
},
"downloads": -1,
"filename": "google_cloud_logging-3.11.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "c3e3c724575194e5e22358c163841155",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 218891,
"upload_time": "2024-10-15T20:07:28",
"upload_time_iso_8601": "2024-10-15T20:07:28.228265Z",
"url": "https://files.pythonhosted.org/packages/eb/46/afd47b91c9c6557e2026aa4c8f74417629578b81ecaf85a14417fafcb321/google_cloud_logging-3.11.3-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a5ac1eabcefb926414812b759102e4b03a123ad5bfc9576bac0f27405e2f3727",
"md5": "55290f63f77af81f5f5c7a6e5eb530ea",
"sha256": "0a73cd94118875387d4535371d9e9426861edef8e44fba1261e86782d5b8d54f"
},
"downloads": -1,
"filename": "google_cloud_logging-3.11.3.tar.gz",
"has_sig": false,
"md5_digest": "55290f63f77af81f5f5c7a6e5eb530ea",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 278029,
"upload_time": "2024-10-15T20:07:30",
"upload_time_iso_8601": "2024-10-15T20:07:30.471067Z",
"url": "https://files.pythonhosted.org/packages/a5/ac/1eabcefb926414812b759102e4b03a123ad5bfc9576bac0f27405e2f3727/google_cloud_logging-3.11.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-15 20:07:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "googleapis",
"github_project": "python-logging",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"lcname": "google-cloud-logging"
}