{"id":20447326,"url":"https://github.com/wilfredpine/python-form-validators","last_synced_at":"2026-05-17T09:32:21.622Z","repository":{"id":153315495,"uuid":"423325695","full_name":"wilfredpine/python-form-validators","owner":"wilfredpine","description":"Customized form validations for python web development.","archived":false,"fork":false,"pushed_at":"2022-04-20T03:46:17.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T08:49:53.402Z","etag":null,"topics":["django","form-validation","framework","input","python","validation","validations","validator","web"],"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/wilfredpine.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-01T03:29:36.000Z","updated_at":"2022-04-20T03:46:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d2cc6e7-bb4c-4ede-95df-b841de2ec4fb","html_url":"https://github.com/wilfredpine/python-form-validators","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wilfredpine/python-form-validators","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilfredpine%2Fpython-form-validators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilfredpine%2Fpython-form-validators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilfredpine%2Fpython-form-validators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilfredpine%2Fpython-form-validators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wilfredpine","download_url":"https://codeload.github.com/wilfredpine/python-form-validators/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilfredpine%2Fpython-form-validators/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281563785,"owners_count":26522704,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["django","form-validation","framework","input","python","validation","validations","validator","web"],"created_at":"2024-11-15T10:25:49.736Z","updated_at":"2025-10-29T05:04:11.176Z","avatar_url":"https://github.com/wilfredpine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Form Validators\n\nA customized python validations.\n\n### How to use?\n\n```python\nfrom Validations import custom_validation\n\nclass UserManager(models.Manager):\n    def validator(self, postData):\n        custom_validation.submit(postData)\n        custom_validation.alpha_space(['f_name|First Name', 'm_name|Middle Name', 'l_name|Last Name'])\n        custom_validation.maxInput(['f_name|First Name', 'm_name|Middle Name', 'l_name|Last Name'], 100)\n        custom_validation.minInput(['f_name|First Name', 'm_name|Middle Name', 'l_name|Last Name'], 1)\n        custom_validation.maxInput(['password|Password'], 50)\n        custom_validation.minInput(['password|Password'], 8)\n        custom_validation.maxInput(['phone|Phone'], 13)\n        custom_validation.minInput(['phone|Phone'], 10)\n        return custom_validation.errors\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilfredpine%2Fpython-form-validators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilfredpine%2Fpython-form-validators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilfredpine%2Fpython-form-validators/lists"}