{"id":20580829,"url":"https://github.com/soffes/base62","last_synced_at":"2025-04-14T19:45:40.533Z","repository":{"id":66689545,"uuid":"59322011","full_name":"soffes/Base62","owner":"soffes","description":"Swift base62 library","archived":false,"fork":false,"pushed_at":"2021-12-16T18:10:02.000Z","size":12,"stargazers_count":8,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T08:11:17.114Z","etag":null,"topics":["ios","macos","swift","tvos","watchos"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/soffes.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}},"created_at":"2016-05-20T19:47:38.000Z","updated_at":"2022-04-05T12:30:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"23e1f6ba-3daa-4ed6-bb9d-8efcc872cbad","html_url":"https://github.com/soffes/Base62","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soffes%2FBase62","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soffes%2FBase62/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soffes%2FBase62/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soffes%2FBase62/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soffes","download_url":"https://codeload.github.com/soffes/Base62/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248950485,"owners_count":21188275,"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":["ios","macos","swift","tvos","watchos"],"created_at":"2024-11-16T06:25:40.419Z","updated_at":"2025-04-14T19:45:40.528Z","avatar_url":"https://github.com/soffes.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base62\n\nSwift [Base62](https://en.wikipedia.org/wiki/Base62) library.\n\n\n## Usage\n\nSimply import the library and you're good to go.\n\n```swift\nimport Base62\n\nencode(integer: 123) // \"1z\"\ndecode(string: \"funky\") // 619367412\n```\n\nIf you prefer, you can use `Base62.encode` instead of just `encode`.\n\nIt’s worth noting that you can’t decode an string with a value greater than `Int.max`.\n\n\n## Thanks\n\nThanks to the [base62 gem](https://github.com/jtzemp/base62) for a reference implementation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoffes%2Fbase62","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoffes%2Fbase62","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoffes%2Fbase62/lists"}