{"id":17130735,"url":"https://github.com/jechol/base32h","last_synced_at":"2025-06-10T14:39:18.152Z","repository":{"id":43337152,"uuid":"293688934","full_name":"jechol/base32h","owner":"jechol","description":"Base32H for Elixir","archived":false,"fork":false,"pushed_at":"2024-04-10T11:01:17.000Z","size":27,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T08:34:07.314Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/jechol.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":"2020-09-08T03:15:53.000Z","updated_at":"2024-05-21T22:47:12.000Z","dependencies_parsed_at":"2024-04-10T12:24:25.994Z","dependency_job_id":"2a3e64ff-7d57-4f67-bf47-ef68019ac534","html_url":"https://github.com/jechol/base32h","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":0.06060606060606055,"last_synced_commit":"df07bcbf00d7dc4f838164b0fa87cf5584e9dcf7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jechol%2Fbase32h","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jechol%2Fbase32h/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jechol%2Fbase32h/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jechol%2Fbase32h/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jechol","download_url":"https://codeload.github.com/jechol/base32h/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jechol%2Fbase32h/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259093821,"owners_count":22804245,"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-14T19:13:08.165Z","updated_at":"2025-06-10T14:39:18.104Z","avatar_url":"https://github.com/jechol.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"![mix test](https://github.com/jechol/base32h/workflows/mix%20test/badge.svg)\n![Hex.pm](https://img.shields.io/hexpm/v/base32h)\n\n# Base32H\n\nYou might already know what Base32H is, if not see https://base32h.github.io\n\n## Installation\n\nThe package can be installed by adding `base32h` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:base32h, \"~\u003e 0.3.1\"}\n  ]\nend\n```\n\n## How to use?\n\n```elixir\nBase32H.encode(17_854_910) == \"H0WDY\"\nBase32H.encode_bin(\u003c\u003c227, 169, 72, 131, 141, 245, 213, 150, 217, 217\u003e\u003e) == \"WELLH0WDYPARDNER\"\n\nBase32H.decode(\"88pzd\") == 8_675_309\nBase32H.decode_bin(\"2060W2G6009\") == \u003c\u003c0, 0, 0, 8, 6, 7, 5, 3, 0, 9\u003e\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjechol%2Fbase32h","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjechol%2Fbase32h","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjechol%2Fbase32h/lists"}