{"id":19110303,"url":"https://github.com/whipper-team/whipper-plugin-eaclogger","last_synced_at":"2025-10-07T19:58:50.064Z","repository":{"id":35191388,"uuid":"39449655","full_name":"whipper-team/whipper-plugin-eaclogger","owner":"whipper-team","description":"A plugin for whipper which provides EAC style log reports","archived":false,"fork":false,"pushed_at":"2019-12-05T17:14:22.000Z","size":24,"stargazers_count":21,"open_issues_count":3,"forks_count":6,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-13T09:04:32.348Z","etag":null,"topics":["logger","plugin","ripper","whipper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whipper-team.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}},"created_at":"2015-07-21T14:18:17.000Z","updated_at":"2025-07-08T12:11:42.000Z","dependencies_parsed_at":"2022-08-29T08:01:07.721Z","dependency_job_id":null,"html_url":"https://github.com/whipper-team/whipper-plugin-eaclogger","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/whipper-team/whipper-plugin-eaclogger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whipper-team%2Fwhipper-plugin-eaclogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whipper-team%2Fwhipper-plugin-eaclogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whipper-team%2Fwhipper-plugin-eaclogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whipper-team%2Fwhipper-plugin-eaclogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whipper-team","download_url":"https://codeload.github.com/whipper-team/whipper-plugin-eaclogger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whipper-team%2Fwhipper-plugin-eaclogger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278838468,"owners_count":26054721,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["logger","plugin","ripper","whipper"],"created_at":"2024-11-09T04:24:33.985Z","updated_at":"2025-10-07T19:58:50.028Z","avatar_url":"https://github.com/whipper-team.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Status\n\n[![License](https://img.shields.io/github/license/whipper-team/whipper-plugin-eaclogger.svg)](https://github.com/whipper-team/whipper-plugin-eaclogger/blob/master/LICENSE)\n[![Build Status](https://travis-ci.com/whipper-team/whipper-plugin-eaclogger.svg?branch=master)](https://travis-ci.com/whipper-team/whipper-plugin-eaclogger)\n[![GitHub (pre-)release](https://img.shields.io/github/release/whipper-team/whipper-plugin-eaclogger/all.svg)](https://github.com/whipper-team/whipper-plugin-eaclogger/releases/latest)\n\n## Logger information\n\nThis logger plugin for whipper provides text reports structured in a way that\ncarefully mimics EAC's generated ones (except for the checksum). Unless you've\ngot particular requirements, I suggest using whipper's default logger.\n\nThe logger should be feature complete so future development will consist\nmainly of bugfixes.\n\nIf you're looking for the analogous (legacy) morituri plugin, it can be found\n[here](https://github.com/whipper-team/morituri-plugin-eaclogger).\n\n## License\n\nLicensed under the [ISC license](https://github.com/whipper-team/whipper-plugin-eaclogger/blob/master/LICENSE).\n\n## Instructions\n\nTo use this plugin:\n\n* build it:\n\n    ```bash\n    git clone https://github.com/whipper-team/whipper-plugin-eaclogger.git\n    cd whipper-plugin-eaclogger\n    python3 setup.py bdist_egg\n    ```\n\n* copy it to your local plugin directory:\n\n    ```bash\n    export XDG_DATA_HOME=${XDG_DATA_HOME:-\"${HOME}/.local/share\"}\n    mkdir -p \"$XDG_DATA_HOME/whipper/plugins\"\n    cp dist/whipper_plugin_eaclogger*.egg \"$XDG_DATA_HOME/whipper/plugins\"\n    ```\n\n* verify that it gets recognized:\n\n    ```bash\n    whipper cd rip --help\n    ```\n\n  You should see `eac` as a possible logger.\n\n* use it:\n\n    ```bash\n    whipper cd rip -L eac\n    ```\n\n## Developers\n\nTo use the plugin while developing uninstalled:\n\n```bash\npython3 setup.py develop --install-dir=path/to/checkout/of/whipper\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhipper-team%2Fwhipper-plugin-eaclogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhipper-team%2Fwhipper-plugin-eaclogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhipper-team%2Fwhipper-plugin-eaclogger/lists"}