{"id":20711118,"url":"https://github.com/cypherpoet/alphabetencoder","last_synced_at":"2026-05-26T20:31:34.902Z","repository":{"id":63907270,"uuid":"493736231","full_name":"CypherPoet/AlphabetEncoder","owner":"CypherPoet","description":"A library to encode and decode integers from base alphabets of characters.","archived":false,"fork":false,"pushed_at":"2022-05-25T15:46:37.000Z","size":2406,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-19T17:18:48.741Z","etag":null,"topics":["algorithms","base62-decoding","base62-encoding","swift","swift-algorithms","swift-decoding","swift-encoding","swift-libraries","swift-package-manager","swift-world-domination"],"latest_commit_sha":null,"homepage":"https://cypherpoet.github.io/AlphabetEncoder/documentation/alphabetencoder","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/CypherPoet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://tippin.me/@cypher_poet","https://zbd.gg/Cypherpoet"]}},"created_at":"2022-05-18T16:11:45.000Z","updated_at":"2022-07-06T06:45:15.000Z","dependencies_parsed_at":"2022-11-28T22:47:33.795Z","dependency_job_id":null,"html_url":"https://github.com/CypherPoet/AlphabetEncoder","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":"CypherPoet/swift-package-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CypherPoet%2FAlphabetEncoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CypherPoet%2FAlphabetEncoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CypherPoet%2FAlphabetEncoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CypherPoet%2FAlphabetEncoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CypherPoet","download_url":"https://codeload.github.com/CypherPoet/AlphabetEncoder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242981927,"owners_count":20216503,"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":["algorithms","base62-decoding","base62-encoding","swift","swift-algorithms","swift-decoding","swift-encoding","swift-libraries","swift-package-manager","swift-world-domination"],"created_at":"2024-11-17T02:14:06.874Z","updated_at":"2026-05-26T20:31:34.847Z","avatar_url":"https://github.com/CypherPoet.png","language":"Swift","funding_links":["https://tippin.me/@cypher_poet","https://zbd.gg/Cypherpoet"],"categories":[],"sub_categories":[],"readme":"# AlphabetEncoder\n\n\u003c!-- Header Logo --\u003e\n\n\u003c!--\n\u003cdiv align=\"center\"\u003e\n   \u003cimg width=\"600px\" src=\"./Sources/MyLibraryName/MyLibraryName.docc/Resources/Images/banner-logo.png\" alt=\"Banner Logo\"\u003e\n\u003c/div\u003e\n\n\u003c!-- Badges --\u003e\n\n\u003cp\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Swift-5.6-F06C33.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/iOS -\u003e= 13.0-865EFC.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/iPadOS -\u003e= 13.0-F65EFC.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/macOS -\u003e= 10.15-179AC8.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/tvOS -\u003e= 13.0-41465B.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/watchOS -\u003e= 8.0+-1FD67A.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" /\u003e\n    \u003cimg src=\"https://github.com/CypherPoet/AlphabetEncoder/workflows/Build%20\u0026%20Test/badge.svg\" /\u003e\n    \u003ca href=\"https://github.com/apple/swift-package-manager\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://twitter.com/cypher_poet\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Contact-@cypher_poet-lightgrey.svg?style=flat\" alt=\"Twitter: @cypher_poet\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eA library to encode and decode integers from base alphabets of characters.\u003cp /\u003e\n\n## Installation\n\n### Xcode Projects\n\nSelect `File` -\u003e `Swift Packages` -\u003e `Add Package Dependency` and enter `https://github.com/CypherPoet/AlphabetEncoder`.\n\n### Swift Package Manager Projects\n\nYou can add `AlphabetEncoder` as a package dependency in your `Package.swift` file:\n\n```swift\nlet package = Package(\n    //...\n    dependencies: [\n        .package(\n            name: \"AlphabetEncoder\",\n            url: \"https://github.com/CypherPoet/AlphabetEncoder\",\n            .upToNextMinor(from: \"0.3.0\")\n        ),\n    ],\n    //...\n)\n```\n\n\u003c!-- 🔑 UNCOMMENT THE INSTRUCTIONS BELOW IF THE GITHUB REPO NAME MATCHES THE PACKAGE NAME 👇 --\u003e\n\nFrom there, refer to `AlphabetEncoder` as a \"target dependency\" in any of _your_ package's targets that need it.\n\n```swift\ntargets: [\n    .target(\n        name: \"YourLibrary\",\n        dependencies: [\n          \"AlphabetEncoder\",\n        ],\n        ...\n    ),\n    ...\n]\n```\n\nThen simply `import AlphabetEncoder` wherever you’d like to use it.\n\n## 🗺 Road Map\n\n- Potentially add more base alphabets.\n\n## 💻 Developing\n\n### Requirements\n\n- Xcode 13.0+\n\n### 📜 Creating \u0026 Building Documentation\n\nDocumentation is built with [DocC](https://developer.apple.com/documentation/docc) (see [Apple's guidance for more details about creating DocC content](https://developer.apple.com/documentation/docc/api-reference-syntax)).\n\nTo build and preview the documentation output, follow the instructions for the [here](https://github.com/apple/swift-docc-plugin#previewing-documentation) for the `Swift-DocC Plugin `.\n\nIf you're using VSCode, there's also a [task configuration](./.vscode/tasks.json) that will handle this directly from the editor 💪\n\n## 🏷 License\n\n`AlphabetEncoder` is available under the MIT license. See the [LICENSE file](./LICENSE) for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcypherpoet%2Falphabetencoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcypherpoet%2Falphabetencoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcypherpoet%2Falphabetencoder/lists"}