{"id":15569035,"url":"https://github.com/jayvdb/frustum","last_synced_at":"2025-04-05T04:41:44.708Z","repository":{"id":71577582,"uuid":"200215154","full_name":"jayvdb/frustum","owner":"jayvdb","description":null,"archived":false,"fork":false,"pushed_at":"2019-08-02T10:25:17.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T12:42:58.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"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/jayvdb.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-02T10:23:52.000Z","updated_at":"2022-01-15T11:21:09.000Z","dependencies_parsed_at":"2023-02-27T20:15:35.499Z","dependency_job_id":null,"html_url":"https://github.com/jayvdb/frustum","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"3ee354df5ce12c31bc2d18febea0cca912a7c4e3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayvdb%2Ffrustum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayvdb%2Ffrustum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayvdb%2Ffrustum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayvdb%2Ffrustum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayvdb","download_url":"https://codeload.github.com/jayvdb/frustum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289393,"owners_count":20914464,"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":[],"created_at":"2024-10-02T17:21:56.071Z","updated_at":"2025-04-05T04:41:44.685Z","avatar_url":"https://github.com/jayvdb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Frustum\n========\n\n(Almost) out-of-the box logging. Frustum is a wrapper around the standard's\nlibrary logging, so you don't have to write the same boilerplate again.\n\nInstall::\n\n    pip install frustum\n\nUsage::\n\n    from frustum import Frustum\n\n    # Initialize with logger name and level\n    frustum = Frustum('logger_name', 'debug')\n\n    # Register all the events that you want within frustum\n    frustum.register_event('setup', 'info', 'Frustum has been setup in {}')\n\n    # Start the logger\n    frustum.start_logger()\n\n    # Now you can use the registered events in this way\n    frustum.log('setup', 'readme')\n\n    # The previous call would output:\n    # INFO:app:Frustum has been setup in readme\n    # into your stdout (as per standard logging configuration)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayvdb%2Ffrustum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayvdb%2Ffrustum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayvdb%2Ffrustum/lists"}