{"id":13846433,"url":"https://github.com/googleapis/python-logging","last_synced_at":"2025-04-13T06:17:55.542Z","repository":{"id":37998148,"uuid":"226992562","full_name":"googleapis/python-logging","owner":"googleapis","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-10T17:07:12.000Z","size":4545,"stargazers_count":134,"open_issues_count":37,"forks_count":56,"subscribers_count":44,"default_branch":"main","last_synced_at":"2025-04-13T06:17:47.263Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/googleapis.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-12-10T00:09:45.000Z","updated_at":"2025-04-10T17:05:02.000Z","dependencies_parsed_at":"2023-02-14T03:02:44.118Z","dependency_job_id":"3926e085-95c0-4bd8-8b33-9d138c58effc","html_url":"https://github.com/googleapis/python-logging","commit_stats":{"total_commits":833,"total_committers":73,"mean_commits":11.41095890410959,"dds":0.8259303721488596,"last_synced_commit":"8c2c5a798aa444ffa71d82a12428fbcd50395a7e"},"previous_names":[],"tags_count":65,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleapis%2Fpython-logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleapis%2Fpython-logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleapis%2Fpython-logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleapis%2Fpython-logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/googleapis","download_url":"https://codeload.github.com/googleapis/python-logging/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670437,"owners_count":21142905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T18:00:33.760Z","updated_at":"2025-04-13T06:17:55.523Z","avatar_url":"https://github.com/googleapis.png","language":"Python","funding_links":[],"categories":["Google Cloud Logging"],"sub_categories":["Client libraries"],"readme":"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://cloud.google.com/python/docs/reference/logging/latest/summary_overview\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 \u003e= 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 \u003cyour-env\u003e\n    source \u003cyour-env\u003e/bin/activate\n    \u003cyour-env\u003e/bin/pip install google-cloud-logging\n\n\nWindows\n^^^^^^^\n\n.. code-block:: console\n\n    python -m venv \u003cyour-env\u003e\n    \u003cyour-env\u003e\\Scripts\\activate\n    \u003cyour-env\u003e\\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogleapis%2Fpython-logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogleapis%2Fpython-logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogleapis%2Fpython-logging/lists"}