{"id":35196909,"url":"https://github.com/apathetic-tools/python-logging","last_synced_at":"2026-04-07T04:32:14.609Z","repository":{"id":324104681,"uuid":"1095893583","full_name":"apathetic-tools/python-logging","owner":"apathetic-tools","description":"Small quality-of-life features on top of stdlib.","archived":false,"fork":false,"pushed_at":"2026-02-09T20:13:04.000Z","size":1371,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-09T23:52:35.647Z","etag":null,"topics":["library","logger","logging","python"],"latest_commit_sha":null,"homepage":"https://apathetic-tools.github.io/python-logging/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apathetic-tools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-13T16:52:08.000Z","updated_at":"2026-01-01T07:57:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/apathetic-tools/python-logging","commit_stats":null,"previous_names":["apathetic-tools/python-logger","apathetic-tools/python-logging"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/apathetic-tools/python-logging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apathetic-tools%2Fpython-logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apathetic-tools%2Fpython-logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apathetic-tools%2Fpython-logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apathetic-tools%2Fpython-logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apathetic-tools","download_url":"https://codeload.github.com/apathetic-tools/python-logging/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apathetic-tools%2Fpython-logging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31500397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["library","logger","logging","python"],"created_at":"2025-12-29T07:42:18.406Z","updated_at":"2026-04-07T04:32:14.597Z","avatar_url":"https://github.com/apathetic-tools.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apathetic Python Logging 🪵\n\n[![CI](https://github.com/apathetic-tools/python-logs/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/goldilocks/python-logs/actions/workflows/ci.yml)\n[![License: MIT-a-NOAI](https://img.shields.io/badge/License-MIT--a--NOAI-blueviolet.svg)](LICENSE)\n[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord\u0026logoColor=white)](https://discord.gg/PW6GahZ7)\n\n📘 **[Roadmap](./ROADMAP.md)** · 📝 **[Release Notes](https://github.com/apathetic-tools/python-logs/releases)**\n\n**Small quality-of-life features on top of stdlib.**  \n*Because you don't need another large dependency.*\n\n*Apathetic Python Logger* provides a lightweight, dependency-free logging solution designed for CLI tools. It extends Python's standard library `logging` module with colorized output, dual-stream handling (stdout/stderr), extra logging levels and context.\n\n\u003e [!NOTE]\n\u003e This project is largely AI-written and minimally polished. I rely on it, but I haven't reviewed every detail.  \n\u003e Expect rough edges. Thoughtful issue reports are appreciated.\n\n## Quick Start\n\n```python\nfrom apathetic_logging import get_logger, register_logger\n\n# Register your logger\nregister_logger(\"my_app\")\n\n# Get the logger instance\nlogger = get_logger()\n\n# Use it!\nlogger.info(\"Hello, world!\")\nlogger.detail(\"Extra verbosity above INFO\")\nlogger.brief(\"Lower verbosity than INFO\")\nlogger.trace(\"Trace information\")\n```\n\n## Installation\n\n```bash\n# Using poetry\npoetry add apathetic-logger\n\n# Using pip\npip install apathetic-logger\n```\n\n## Documentation\n\n📚 **[Full Documentation →](https://apathetic-tools.github.io/python-logging/)**\n\nFor installation guides, API reference, examples, and more, visit our documentation website.\n\n---\n\n## ⚖️ License\n\n- [MIT-a-NOAI License](LICENSE)\n\nYou're free to use, copy, and modify the library under the standard MIT terms.  \nThe additional rider simply requests that this project not be used to train or fine-tune AI/ML systems until the author deems fair compensation frameworks exist.  \nNormal use, packaging, and redistribution for human developers are unaffected.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapathetic-tools%2Fpython-logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapathetic-tools%2Fpython-logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapathetic-tools%2Fpython-logging/lists"}