{"id":13501666,"url":"https://github.com/python-validators/validators","last_synced_at":"2026-01-15T22:20:55.386Z","repository":{"id":11245758,"uuid":"13642984","full_name":"python-validators/validators","owner":"python-validators","description":"Python Data Validation for Humans™.","archived":false,"fork":false,"pushed_at":"2026-01-08T03:07:19.000Z","size":3510,"stargazers_count":1104,"open_issues_count":7,"forks_count":170,"subscribers_count":13,"default_branch":"master","last_synced_at":"2026-01-13T04:10:22.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/python-validators.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-10-17T08:16:32.000Z","updated_at":"2026-01-09T17:32:15.000Z","dependencies_parsed_at":"2023-11-07T15:26:39.368Z","dependency_job_id":"a9daad2f-db46-4dbf-b6c9-e0d864f24523","html_url":"https://github.com/python-validators/validators","commit_stats":{"total_commits":251,"total_committers":43,"mean_commits":5.837209302325581,"dds":"0.43027888446215135","last_synced_commit":"506d22bdecd8a049d701a1ef9efcaf9e9f2ba9aa"},"previous_names":["kvesteri/validators"],"tags_count":72,"template":false,"template_full_name":null,"purl":"pkg:github/python-validators/validators","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-validators%2Fvalidators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-validators%2Fvalidators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-validators%2Fvalidators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-validators%2Fvalidators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-validators","download_url":"https://codeload.github.com/python-validators/validators/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-validators%2Fvalidators/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:13:38.078Z","status":"ssl_error","status_checked_at":"2026-01-15T22:12:11.737Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-07-31T22:01:45.584Z","updated_at":"2026-01-15T22:20:55.373Z","avatar_url":"https://github.com/python-validators.png","language":"Python","readme":"# validators - Python Data Validation for Humans™\r\n\r\n[![PyCQA][pycqa-badge]][pycqa-link] [![SAST][sast-badge]][sast-link] [![Docs][docs-badge]][docs-link] [![Version][vs-badge]][vs-link] [![Downloads][dw-badge]][dw-link]\r\n\r\n\u003c!-- [![Package][package-badge]][package-link] --\u003e\r\n\r\nPython has all kinds of data validation tools, but every one of them seems to\r\nrequire defining a schema or form. I wanted to create a simple validation\r\nlibrary where validating a simple value does not require defining a form or a\r\nschema.\r\n\r\n```shell\r\npip install validators\r\n```\r\n\r\nThen,\r\n\r\n```python\r\n\u003e\u003e\u003e import validators\r\n\u003e\u003e\u003e\r\n\u003e\u003e\u003e validators.email('someone@example.com')\r\nTrue\r\n```\r\n\r\n## Resources\r\n\r\n\u003c!-- Backup documentation URL :  https://yozachar.github.io/pyvalidators/ --\u003e\r\n\u003c!-- Original documentation URL :  https://python-validators.github.io/validators/ --\u003e\r\n\r\n- [Documentation](https://yozachar.github.io/pyvalidators)\r\n- [Bugtracker](https://github.com/python-validators/validators/issues)\r\n- [Security](https://github.com/python-validators/validators/blob/master/SECURITY.md)\r\n- [Code](https://github.com/python-validators/validators/)\r\n\r\n\u003c!-- Original docs URL will be restored, once properly versioned docs are ready. --\u003e\r\n\r\n---\r\n\r\n\u003e **_Python 3.9 [reaches EOL in](https://endoflife.date/python) October 2025._**\r\n\r\n\u003c!-- Links --\u003e\r\n[sast-badge]: https://github.com/python-validators/validators/actions/workflows/sast.yaml/badge.svg\r\n[sast-link]: https://github.com/python-validators/validators/actions/workflows/sast.yaml\r\n[pycqa-badge]: https://github.com/python-validators/validators/actions/workflows/pycqa.yaml/badge.svg\r\n[pycqa-link]: https://github.com/python-validators/validators/actions/workflows/pycqa.yaml\r\n[docs-badge]: https://github.com/yozachar/pyvalidators/actions/workflows/pages/pages-build-deployment/badge.svg\r\n[docs-link]: https://github.com/yozachar/pyvalidators/actions/workflows/pages/pages-build-deployment\r\n[vs-badge]: https://img.shields.io/pypi/v/validators?logo=pypi\u0026logoColor=white\u0026label=version\u0026color=blue\r\n[vs-link]: https://pypi.python.org/pypi/validators/\r\n[dw-badge]: https://img.shields.io/pypi/dm/validators?logo=pypi\u0026logoColor=white\u0026color=blue\r\n[dw-link]: https://pypi.python.org/pypi/validators/\r\n\r\n\u003c!-- [package-badge]: https://github.com/python-validators/validators/actions/workflows/package.yaml/badge.svg\r\n[package-link]: https://github.com/python-validators/validators/actions/workflows/package.yaml --\u003e\r\n","funding_links":[],"categories":["Data Format \u0026 I/O","Data Validation","Python"],"sub_categories":["For Python"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-validators%2Fvalidators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-validators%2Fvalidators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-validators%2Fvalidators/lists"}