{"id":21252774,"url":"https://github.com/hendrikboeck/tracing-py3","last_synced_at":"2026-02-08T09:03:18.106Z","repository":{"id":243085213,"uuid":"811424580","full_name":"hendrikboeck/tracing-py3","owner":"hendrikboeck","description":"Superset of pythons logging library","archived":false,"fork":false,"pushed_at":"2024-06-10T12:29:58.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T18:06:19.833Z","etag":null,"topics":["cli","logging","logging-library","pip","pip-package","poetry-python","pypi","pypi-package","python","python-3","python-3-10","python-3-11","python-3-12","python-package","python3","superset"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hendrikboeck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-06T15:14:36.000Z","updated_at":"2024-06-23T18:37:44.000Z","dependencies_parsed_at":"2024-06-06T17:10:03.066Z","dependency_job_id":"202fc970-950b-491a-ba8e-b2a348f11248","html_url":"https://github.com/hendrikboeck/tracing-py3","commit_stats":null,"previous_names":["hendrikboeck/tracing-py3"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hendrikboeck/tracing-py3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hendrikboeck%2Ftracing-py3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hendrikboeck%2Ftracing-py3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hendrikboeck%2Ftracing-py3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hendrikboeck%2Ftracing-py3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hendrikboeck","download_url":"https://codeload.github.com/hendrikboeck/tracing-py3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hendrikboeck%2Ftracing-py3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29225699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T06:05:31.539Z","status":"ssl_error","status_checked_at":"2026-02-08T05:58:33.853Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","logging","logging-library","pip","pip-package","poetry-python","pypi","pypi-package","python","python-3","python-3-10","python-3-11","python-3-12","python-package","python3","superset"],"created_at":"2024-11-21T03:48:52.228Z","updated_at":"2026-02-08T09:03:18.064Z","avatar_url":"https://github.com/hendrikboeck.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `tracing-py3` - Superset for Python logging\n\n\u003e **DISCLAIMER:**\n\u003e\n\u003e This library is under active development, expect things to break or not to work as expected.\n\u003e Creating an issue for bugs you encounter would be appreciated. Documentation is currently work in\n\u003e progress.\n\n## Table of Contents\n\n- [Getting Started](#getting-started)\n- [Documentation](#documentation)\n- [License (_BSD 3-Clause License_)](#license-bsd-3-clause-license)\n\n## Getting Started\n\nInstall using `pip`:\n\n```\npip install tracing-py3\n```\n\nInstall using `poetry` CLI:\n\n```\npoetry add tracing-py3\n```\n\nor using `pyproject.toml`:\n\n```toml\n[tool.poetry.dependencies]\ntracing-py3 = \"^0.1.0\"\n```\n\n\n## Documentation\n\nWork in Progress...\n\n\n## License (_BSD 3-Clause License_)\n\nCopyright (c) 2024, Hendrik Böck \u003c\u003chendrikboeck.dev@protonmail.com\u003e\u003e\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\nlist of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\nthis list of conditions and the following disclaimer in the documentation\nand/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its contributors\nmay be used to endorse or promote products derived from this software without\nspecific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhendrikboeck%2Ftracing-py3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhendrikboeck%2Ftracing-py3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhendrikboeck%2Ftracing-py3/lists"}