{"id":18575049,"url":"https://github.com/mirusu400/binprint","last_synced_at":"2025-06-11T20:39:48.357Z","repository":{"id":57676729,"uuid":"488960805","full_name":"mirusu400/binprint","owner":"mirusu400","description":"Simple package to pretty print binary data in python","archived":false,"fork":false,"pushed_at":"2022-05-05T13:35:57.000Z","size":7,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T00:13:24.911Z","etag":null,"topics":["binary","dump","hex","library","pretty-print","pretty-printer","python"],"latest_commit_sha":null,"homepage":"","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/mirusu400.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":"2022-05-05T12:20:39.000Z","updated_at":"2023-12-09T14:45:03.000Z","dependencies_parsed_at":"2022-09-14T11:50:42.934Z","dependency_job_id":null,"html_url":"https://github.com/mirusu400/binprint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mirusu400/binprint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirusu400%2Fbinprint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirusu400%2Fbinprint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirusu400%2Fbinprint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirusu400%2Fbinprint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirusu400","download_url":"https://codeload.github.com/mirusu400/binprint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirusu400%2Fbinprint/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259336213,"owners_count":22842506,"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":["binary","dump","hex","library","pretty-print","pretty-printer","python"],"created_at":"2024-11-06T23:17:24.249Z","updated_at":"2025-06-11T20:39:48.316Z","avatar_url":"https://github.com/mirusu400.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# binprint\nSimple package to pretty print binary data in python\n\n# Installation\n```\npip install binprint\n```\n\n# Usage\n\n\n### Hex dump from raw text\n```python\nimport binprint\n\nb = binprint.BinPrint(\"Hello world\")\nb.print()\n```\n\n### Hex dump from file\n```python\nimport binprint\n\nwith open(\"./tests/testing.png\", \"rb\") as f:\n    b = binprint.BinPrint(f.read())\n    b.print()\n```\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirusu400%2Fbinprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirusu400%2Fbinprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirusu400%2Fbinprint/lists"}