{"id":21195598,"url":"https://github.com/openpeeps/valido","last_synced_at":"2026-01-02T06:19:17.027Z","repository":{"id":168757712,"uuid":"595120171","full_name":"openpeeps/valido","owner":"openpeeps","description":"A library of string validators and sanitizers.","archived":false,"fork":false,"pushed_at":"2024-04-24T16:09:54.000Z","size":1924,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T14:15:48.611Z","etag":null,"topics":["nim","nim-lang","nim-language","sanitizer","string-validation","validation","validation-library","validator"],"latest_commit_sha":null,"homepage":"https://openpeeps.github.io/valido","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/openpeeps.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":"2023-01-30T12:45:47.000Z","updated_at":"2024-09-12T13:20:44.000Z","dependencies_parsed_at":"2024-04-24T17:51:08.686Z","dependency_job_id":null,"html_url":"https://github.com/openpeeps/valido","commit_stats":null,"previous_names":["openpeeps/valido"],"tags_count":0,"template":false,"template_full_name":"openpeeps/pistachio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fvalido","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fvalido/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fvalido/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fvalido/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openpeeps","download_url":"https://codeload.github.com/openpeeps/valido/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652711,"owners_count":20325607,"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":["nim","nim-lang","nim-language","sanitizer","string-validation","validation","validation-library","validator"],"created_at":"2024-11-20T19:29:05.168Z","updated_at":"2026-01-02T06:19:17.022Z","avatar_url":"https://github.com/openpeeps.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/openpeeps/valido/blob/main/.github/logo.png\" width=\"64px\"\u003e\u003cbr\u003e\n  A library of string validators and sanitizers.\u003cbr\u003e👑 Written in Nim language\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ccode\u003enimble install valido\u003c/code\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://openpeeps.github.io/valido/\"\u003eAPI reference\u003c/a\u003e\u003cbr\u003e\n  \u003cimg src=\"https://github.com/openpeeps/valido/workflows/test/badge.svg\" alt=\"Github Actions\"\u003e \u003cimg src=\"https://github.com/openpeeps/valido/workflows/docs/badge.svg\" alt=\"Github Actions\"\u003e\n\u003c/p\u003e\n\n## 😍 Key Features\n- [x] Framework agnostic\n- [ ] Zero RegExp\n- [x] is `Base32`, `Base58`, `Base64`\n- [x] is `Email`\n- [x] is `IP4`, `IP6`\n- [ ] is `IBAN`\n- [x] is `CARD` (BIN/IIN support for `Visa`, `MasterCard`, `Maestro`, `Discovery`, etc.)\n- [x] is Strong `Password`\n- [x] is `Port`\n- [x] is `URI`\n- [x] is `UUID`\n- [x] is `JSON`\n- [x] is `Lowercase`, `Uppercase`, `Alpha`, `Alphanumerical`, `Digits`\n- [x] is `Boolean`, `Int`, `Float`, `Hex`, `Regex`\n- [ ] is Country\n- [x] Open Source | `MIT` License\n- [x] Written in Nim language\n\n## Examples\n```nim\nimport valido/[email, ip, password]\n\nassert isEmail(\"office@example.com\") == true\nassert isIP4(\"127.0.0.1\", allowLoopback = false) == false\n\nassert isStrongPassword(\"123adminAdmin\") == false\n\n```\n\n## Extra features\n`todo` Enable extra features by passing `-d:validoCountries`. This includes information\nabout all `countries`, `currency`, `languages`, `phone` codes/prefixes/length, `postal` information and `states`.\n\n## IBAN with SWIFT information\n`todo` Enable IBAN validation by passing `-d:validoSwiftCodes`\n\n### ❤ Contributions \u0026 Support\n- 🐛 Found a bug? [Create a new Issue](https://github.com/openpeeps/valido/issues)\n- 👋 Wanna help? [Fork it!](https://github.com/openpeeps/valido/fork)\n- 😎 [Get €20 in cloud credits from Hetzner](https://hetzner.cloud/?ref=Hm0mYGM9NxZ4)\n\n### 🎩 License\nValido | MIT license. [Made by Humans from OpenPeeps](https://github.com/openpeeps).\u003cbr\u003e\nCopyright \u0026copy; OpenPeeps \u0026 Contributors \u0026mdash; All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpeeps%2Fvalido","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenpeeps%2Fvalido","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpeeps%2Fvalido/lists"}