{"id":23646927,"url":"https://github.com/eeriemyxi/kisesi","last_synced_at":"2026-02-27T09:16:23.666Z","repository":{"id":269723975,"uuid":"908270901","full_name":"eeriemyxi/kisesi","owner":"eeriemyxi","description":"Light wrapper around Python's `logging` built-in module.","archived":false,"fork":false,"pushed_at":"2025-01-03T15:32:32.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T20:49:12.036Z","etag":null,"topics":["color","logging","python","wrapper"],"latest_commit_sha":null,"homepage":"https://pypi.org/p/kisesi","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eeriemyxi.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-12-25T16:31:32.000Z","updated_at":"2025-01-03T15:32:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"975a75a0-d10f-4b24-b428-ccd8e6976bc7","html_url":"https://github.com/eeriemyxi/kisesi","commit_stats":null,"previous_names":["eeriemyxi/kisesi"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eeriemyxi%2Fkisesi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eeriemyxi%2Fkisesi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eeriemyxi%2Fkisesi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eeriemyxi%2Fkisesi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eeriemyxi","download_url":"https://codeload.github.com/eeriemyxi/kisesi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248192311,"owners_count":21062665,"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":["color","logging","python","wrapper"],"created_at":"2024-12-28T13:47:47.558Z","updated_at":"2026-02-27T09:16:19.978Z","avatar_url":"https://github.com/eeriemyxi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kisesi\nKisesi is a light wrapper around the built-in `logging` module of Python\nstandard library. This module is written in a hacky way and thus is meant for\npersonal use.\n\n# Demos\n```python\nimport kisesi\n\n\ndef main() -\u003e None:\n    kisesi.basic_config(level=kisesi.DEBUG, incdate=True)\n\n    log = kisesi.get_logger(__name__)\n    log.debug(\"This is a \\\"debug\\\" message.\")\n    log.info(\"This is a \\\"info\\\" message.\")\n    log.warning(\"This is a \\\"warning\\\" message.\")\n    log.error(\"This is a \\\"error\\\" message.\")\n    log.critical(\"This is a \\\"critical\\\" message.\")\n\n\nif __name__ == \"__main__\":\n    main()\n```\n\n## Preview\n### Maple Font\n![Demo Image](https://files.catbox.moe/wmmvsx.png)\n\n### Normal\n![Demo Image](https://files.catbox.moe/o9vvpw.png)\n\n# Guide\nYou are expected to read the [source\ncode](https://github.com/eeriemyxi/kisesi/blob/main/src/kisesi/__init__.py) to\nfigure out all the features.\n\n# Installation\nPypi\n```shell\nuser:~$ pip install kisesi\n```\nGit\n```shell\nuser:~$ pip install git+https://github.com/eeriemyxi/kisesi\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feeriemyxi%2Fkisesi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feeriemyxi%2Fkisesi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feeriemyxi%2Fkisesi/lists"}