{"id":38146591,"url":"https://github.com/fleetingbytes/readylog","last_synced_at":"2026-02-05T22:06:20.295Z","repository":{"id":79300142,"uuid":"194480694","full_name":"fleetingbytes/readylog","owner":"fleetingbytes","description":"easy logging configuration","archived":false,"fork":false,"pushed_at":"2026-02-02T04:35:39.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-02T13:41:17.227Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fleetingbytes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-30T05:56:00.000Z","updated_at":"2026-02-02T04:35:41.000Z","dependencies_parsed_at":"2025-09-06T07:04:11.647Z","dependency_job_id":"550773bf-6b98-4831-9fa6-ff7e5289492b","html_url":"https://github.com/fleetingbytes/readylog","commit_stats":null,"previous_names":["fleetingbytes/readylog"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fleetingbytes/readylog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetingbytes%2Freadylog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetingbytes%2Freadylog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetingbytes%2Freadylog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetingbytes%2Freadylog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fleetingbytes","download_url":"https://codeload.github.com/fleetingbytes/readylog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetingbytes%2Freadylog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29136011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T21:59:57.939Z","status":"ssl_error","status_checked_at":"2026-02-05T21:59:57.628Z","response_time":65,"last_error":"SSL_read: 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":[],"created_at":"2026-01-16T22:56:42.159Z","updated_at":"2026-02-05T22:06:20.290Z","avatar_url":"https://github.com/fleetingbytes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# readylog\nReadylog is a logging configuration template for Python's logging.\n\n## Usage\n\nBasic example:\n\n```python\n# my_app.py\n\nfrom logging.config import dictConfig as configure_logging\nfrom logging import getLogger\nfrom pathlib import Path\n\nfrom platformdirs import user_log_dir\nfrom readylog import create_dict_config\n\n\ndef setup_logging() -\u003e None:\n    app_name = \"my_app\"\n    author = \"Me\"\n\n    log_dir = Path(user_log_dir(app_name, author))\n    log_dir.mkdir(parents=True, exist_ok=True)\n\n    logging_config = create_dict_config(log_dir / \"debug.log\", app_name)\n    configure_logging(logging_config)\n\n\nlogger = getLogger(__name__)\nsetup_logging()\n\nlogger.debug(\"This should be logged\")\n```\n\n## Documentation\n\n```python\nfrom readylog import create_dict_confg\n\nprint create_dict_config.__doc__\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffleetingbytes%2Freadylog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffleetingbytes%2Freadylog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffleetingbytes%2Freadylog/lists"}