{"id":20923919,"url":"https://github.com/ipmb/readable-log-formatter","last_synced_at":"2025-05-13T16:30:48.660Z","repository":{"id":57460371,"uuid":"109444671","full_name":"ipmb/readable-log-formatter","owner":"ipmb","description":"A human readable log format for Python","archived":false,"fork":false,"pushed_at":"2017-11-03T22:21:36.000Z","size":145,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T17:42:02.927Z","etag":null,"topics":["development","logging","python"],"latest_commit_sha":null,"homepage":null,"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/ipmb.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2017-11-03T21:31:10.000Z","updated_at":"2024-07-12T10:57:45.000Z","dependencies_parsed_at":"2022-09-01T19:13:20.376Z","dependency_job_id":null,"html_url":"https://github.com/ipmb/readable-log-formatter","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipmb%2Freadable-log-formatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipmb%2Freadable-log-formatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipmb%2Freadable-log-formatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipmb%2Freadable-log-formatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipmb","download_url":"https://codeload.github.com/ipmb/readable-log-formatter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253981680,"owners_count":21994317,"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":["development","logging","python"],"created_at":"2024-11-18T20:18:26.093Z","updated_at":"2025-05-13T16:30:47.316Z","avatar_url":"https://github.com/ipmb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pretty logs for local development.\n\n.. code-block:: python\n\n        pip install readable-log-formatter\n\nProvides the class ``readable_log_formatter.ReadableFormatter`` to be used\nwith Python's logging:\n\n.. code-block:: python\n\n        import logging\n        from readable_log_formatter import ReadableFormatter\n\n        log = logging.getLogger()\n        log.setLevel(logging.INFO)\n        hndl = logging.StreamHandler()\n        hndl.setFormatter(ReadableFormatter())\n        log.addHandler(hndl)\n\n.. image:: https://raw.githubusercontent.com/ipmb/readable-log-formatter/master/.screenshot.png\n    :alt: readable-log-formatter screenshot\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipmb%2Freadable-log-formatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipmb%2Freadable-log-formatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipmb%2Freadable-log-formatter/lists"}