{"id":20333713,"url":"https://github.com/davidegalilei/base45","last_synced_at":"2025-07-05T23:05:56.812Z","repository":{"id":111469940,"uuid":"423458014","full_name":"DavideGalilei/base45","owner":"DavideGalilei","description":"A simple to use Nim library to encode/decode using base45 encoding","archived":false,"fork":false,"pushed_at":"2021-11-01T12:38:27.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T12:47:22.807Z","etag":null,"topics":["base45","encoding","library","nim"],"latest_commit_sha":null,"homepage":"","language":"Nim","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/DavideGalilei.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":"2021-11-01T12:32:48.000Z","updated_at":"2022-12-02T00:34:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7ddb379-d216-4a5b-a64b-5ab7873cfc47","html_url":"https://github.com/DavideGalilei/base45","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/DavideGalilei/base45","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideGalilei%2Fbase45","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideGalilei%2Fbase45/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideGalilei%2Fbase45/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideGalilei%2Fbase45/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavideGalilei","download_url":"https://codeload.github.com/DavideGalilei/base45/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideGalilei%2Fbase45/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263819156,"owners_count":23516116,"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":["base45","encoding","library","nim"],"created_at":"2024-11-14T20:32:59.369Z","updated_at":"2025-07-05T23:05:56.738Z","avatar_url":"https://github.com/DavideGalilei.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base45\n\n### With this library you can encode/decode strings using Base45 encoding\n\n## Installation\n```bash\n$ nimble install https://github.com/DavideGalilei/base45\n```\n\n## Usage\n```nim\nimport base45\n\nlet encoded = b45encode(\"Hello World\")\nlet decoded = b45decode(encoded)\necho decoded # Hello World\n```\n\n## Run tests\n```bash\n$ nimble test\n```\n\n## Credits\nThis library is inspired from https://github.com/kirei/python-base45\n\n## License\nThis project is under MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidegalilei%2Fbase45","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidegalilei%2Fbase45","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidegalilei%2Fbase45/lists"}