{"id":34029615,"url":"https://github.com/0xflotus/rfc1924","last_synced_at":"2026-04-02T03:17:13.960Z","repository":{"id":97250728,"uuid":"586856643","full_name":"0xflotus/rfc1924","owner":"0xflotus","description":"Implementation of RFC 1924 to get a compact representation of IPv6 addresses","archived":false,"fork":false,"pushed_at":"2025-10-07T10:05:33.000Z","size":28,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-15T07:53:48.739Z","etag":null,"topics":["compact","hacktoberfest","hacktoberfest-accepted","ipv6","rfc1924"],"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/0xflotus.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-09T11:51:48.000Z","updated_at":"2025-10-07T10:05:34.000Z","dependencies_parsed_at":"2024-06-11T20:38:23.632Z","dependency_job_id":"3fa7637b-71ba-458b-ba08-81c7f77f84c5","html_url":"https://github.com/0xflotus/rfc1924","commit_stats":{"total_commits":25,"total_committers":1,"mean_commits":25.0,"dds":0.0,"last_synced_commit":"295ef3dada009340c4531b9ad7ef35f4455e238d"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/0xflotus/rfc1924","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xflotus%2Frfc1924","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xflotus%2Frfc1924/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xflotus%2Frfc1924/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xflotus%2Frfc1924/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xflotus","download_url":"https://codeload.github.com/0xflotus/rfc1924/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xflotus%2Frfc1924/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31295023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["compact","hacktoberfest","hacktoberfest-accepted","ipv6","rfc1924"],"created_at":"2025-12-13T17:45:09.902Z","updated_at":"2026-04-02T03:17:13.952Z","avatar_url":"https://github.com/0xflotus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RFC 1924\n\nThis python library is an implementation of [RFC 1924](https://www.rfc-editor.org/rfc/rfc1924). \n\n## A Compact Representation of IPv6 Addresses\n\nWith this library you can store IPv6 addresses in a more compact form. It's Base85 encoded.\n\n## Usage\n\n```py\nfrom rfc1924 import encode, decode\n\nprint(encode(\"2345:0425:2CA1::0567:5673:23b5\")) # -\u003e AN?6(i3Y+yVr74uX@J3P\nprint(decode(\"AN?6(i3Y+yVr74uX@J3P\")) # -\u003e 2345:0425:2CA1::0567:5673:23b5\n```\n\nSave up to 48% space with this compact form:\n\n`ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff` -\u003e `=r54lj\u0026NUUO~Hi%c2ym0`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xflotus%2Frfc1924","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xflotus%2Frfc1924","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xflotus%2Frfc1924/lists"}