{"id":42179836,"url":"https://github.com/neotoxic-off/pll","last_synced_at":"2026-01-26T22:01:54.133Z","repository":{"id":193367205,"uuid":"688645498","full_name":"Neotoxic-off/PLL","owner":"Neotoxic-off","description":"🔍 Python Logging Library","archived":false,"fork":false,"pushed_at":"2023-09-13T12:35:52.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-09-14T01:18:42.365Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Neotoxic-off.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}},"created_at":"2023-09-07T19:44:53.000Z","updated_at":"2023-09-07T20:39:04.000Z","dependencies_parsed_at":"2023-09-07T23:28:25.317Z","dependency_job_id":null,"html_url":"https://github.com/Neotoxic-off/PLL","commit_stats":null,"previous_names":["neotoxic-off/pll"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/Neotoxic-off/PLL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neotoxic-off%2FPLL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neotoxic-off%2FPLL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neotoxic-off%2FPLL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neotoxic-off%2FPLL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Neotoxic-off","download_url":"https://codeload.github.com/Neotoxic-off/PLL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neotoxic-off%2FPLL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28789720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"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-26T22:01:07.400Z","updated_at":"2026-01-26T22:01:54.126Z","avatar_url":"https://github.com/Neotoxic-off.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PLL\n🔍 Python Logging Library\n\n## Usage\n##### Code\n```PY\nfrom logger import Logger\n\nclass Class0:\n    def __init__(self):\n        self.a = \"1\"\n        self.b = 0\n\nclass Class1:\n    def __init__(self):\n        self.class = Class0()\n        self.logger = Logger()\n\n        self.run()\n\n    def run(self):\n        self.logger(\"example\")\n        self.logger(1)\n        self.logger(self.class)\n```\n\n##### Output\n```\nexample\n1\n{\"a\": \"1\", \"b\": \"0\"}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneotoxic-off%2Fpll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneotoxic-off%2Fpll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneotoxic-off%2Fpll/lists"}