{"id":18636842,"url":"https://github.com/silv-io/diapretty","last_synced_at":"2026-01-23T22:10:22.900Z","repository":{"id":63765100,"uuid":"569782740","full_name":"silv-io/diapretty","owner":"silv-io","description":"Pretty print LocalStack diagnostics files","archived":false,"fork":false,"pushed_at":"2023-04-07T12:28:18.000Z","size":38,"stargazers_count":18,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T14:36:51.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silv-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-11-23T15:49:31.000Z","updated_at":"2025-01-30T15:16:02.000Z","dependencies_parsed_at":"2024-11-07T05:34:37.386Z","dependency_job_id":"53878207-faac-4afd-a406-b94c40d83c28","html_url":"https://github.com/silv-io/diapretty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/silv-io/diapretty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silv-io%2Fdiapretty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silv-io%2Fdiapretty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silv-io%2Fdiapretty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silv-io%2Fdiapretty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silv-io","download_url":"https://codeload.github.com/silv-io/diapretty/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silv-io%2Fdiapretty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28701055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","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":"2024-11-07T05:32:28.267Z","updated_at":"2026-01-23T22:10:22.884Z","avatar_url":"https://github.com/silv-io.png","language":"Jinja","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"# diapretty - LocalStack diagnosis pretty printer\n\nUsers of [LocalStack](https://github.com/localstack/localstack) can create diagnostics reports via the diagnostics endpoint:\n\n```shell\ncurl -s localhost:4566/_localstack/diagnose | gzip -cf \u003e diagnose.json.gz\n```\n\nThis report contains a lot of data, which can be a bit overwhelming. \n\n`diapretty` helps with that, by taking all the data from the report and putting it into a nice to read HTML report which is automatically opened in your browser.\n\n# Installation\n\nJust do `pip install -e .` in this directory\n\n# Usage\n\n## Read existing diagnostics report\n\nAfter installation, you can use diapretty like this:\n```shell\npython -m diapretty.main /path/to/diagnose.json.gz\n```\n\n## Start the server\n\nTo access the diagnosis report of your currently running localstack instance, install the server extra:\n\n```shell\npip install -e '.[server]'\n```\n\nand run\n```shell\npython -m diapretty.server\n```\n\nThen navigate to http://localhost:4567 in your browser.\n\n# Develop\n\nRun `make install` to create a virtual environment and install developer dependencies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilv-io%2Fdiapretty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilv-io%2Fdiapretty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilv-io%2Fdiapretty/lists"}