{"id":70527,"name":"validator","description":"Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator","url":"https://github.com/csenshi/validator","last_synced_at":"2025-09-08T15:06:37.007Z","repository":{"id":50717037,"uuid":"261877456","full_name":"CSenshi/Validator","owner":"CSenshi","description":"Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator","archived":false,"fork":false,"pushed_at":"2022-10-14T12:53:08.000Z","size":236,"stargazers_count":46,"open_issues_count":16,"forks_count":24,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-23T16:08:14.648Z","etag":null,"topics":["python","validator"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/validator/","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/CSenshi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-06T20:59:16.000Z","updated_at":"2025-06-29T15:26:01.000Z","dependencies_parsed_at":"2022-09-10T14:41:06.836Z","dependency_job_id":null,"html_url":"https://github.com/CSenshi/Validator","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/CSenshi/Validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSenshi","download_url":"https://codeload.github.com/CSenshi/Validator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/sbom","scorecard":{"id":26438,"data":{"date":"2025-08-11","repo":{"name":"github.com/CSenshi/Validator","commit":"ce275d5f2157cf8839f83854f0ad5fe945779e3a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":3,"reason":"Found 10/30 approved changesets -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pythonpackage.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpackage.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/CSenshi/Validator/pythonpackage.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpackage.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/CSenshi/Validator/pythonpackage.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/pythonpackage.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/pythonpackage.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/pythonpackage.yml:30","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-14T18:00:11.740Z","repository_id":50717037,"created_at":"2025-08-14T18:00:11.740Z","updated_at":"2025-08-14T18:00:11.740Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274202772,"owners_count":25240371,"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-09-08T02:00:09.813Z","response_time":121,"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"}},"owner":{"login":"CSenshi","name":"Saba Pochkhua","uuid":"27967284","kind":"user","description":"","email":"","website":"linkedin.com/in/saba-pochkhua","location":"Tbilisi, Georgia","twitter":null,"company":"@reddot ","icon_url":"https://avatars.githubusercontent.com/u/27967284?u=287b32ed47306b61e6820f43a3ae615a5a2e7c95\u0026v=4","repositories_count":2,"last_synced_at":"2025-07-28T02:32:54.475Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/CSenshi","funding_links":[],"total_stars":null,"followers":45,"following":29,"created_at":"2022-11-15T16:46:35.242Z","updated_at":"2025-07-28T02:32:54.475Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSenshi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSenshi/repositories"},"packages":[{"id":2962065,"name":"validator","ecosystem":"pypi","description":"Python Validator","homepage":"https://github.com/CSenshi/Validator","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/CSenshi/Validator","keywords_array":[],"namespace":null,"versions_count":26,"first_release_published_at":"2020-06-18T13:42:48.000Z","latest_release_published_at":"2021-08-19T14:31:47.000Z","latest_release_number":"0.7.1","last_synced_at":"2025-08-23T11:33:02.932Z","created_at":"2022-04-10T12:59:19.170Z","updated_at":"2025-08-23T13:44:37.101Z","registry_url":"https://pypi.org/project/validator/","install_command":"pip install validator --index-url https://pypi.org/simple","documentation_url":"https://validator.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["License :: OSI Approved :: MIT License","Operating System :: OS Independent","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8"],"normalized_name":"validator","project_status":null},"repo_metadata":{"id":50717037,"uuid":"261877456","full_name":"CSenshi/Validator","owner":"CSenshi","description":"Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator","archived":false,"fork":false,"pushed_at":"2022-10-14T12:53:08.000Z","size":236,"stargazers_count":46,"open_issues_count":16,"forks_count":24,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-28T02:49:04.135Z","etag":null,"topics":["python","validator"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/validator/","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/CSenshi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-06T20:59:16.000Z","updated_at":"2025-06-29T15:26:01.000Z","dependencies_parsed_at":"2022-09-10T14:41:06.836Z","dependency_job_id":null,"html_url":"https://github.com/CSenshi/Validator","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/CSenshi/Validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSenshi","download_url":"https://codeload.github.com/CSenshi/Validator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/sbom","scorecard":{"id":26438,"data":{"date":"2025-08-11","repo":{"name":"github.com/CSenshi/Validator","commit":"ce275d5f2157cf8839f83854f0ad5fe945779e3a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":3,"reason":"Found 10/30 approved changesets -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pythonpackage.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpackage.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/CSenshi/Validator/pythonpackage.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpackage.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/CSenshi/Validator/pythonpackage.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/pythonpackage.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/pythonpackage.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/pythonpackage.yml:30","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-14T18:00:11.740Z","repository_id":50717037,"created_at":"2025-08-14T18:00:11.740Z","updated_at":"2025-08-14T18:00:11.740Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271749713,"owners_count":24814256,"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-08-23T02:00:09.327Z","response_time":69,"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"},"owner_record":{"login":"CSenshi","name":"Saba Pochkhua","uuid":"27967284","kind":"user","description":"","email":"","website":"linkedin.com/in/saba-pochkhua","location":"Tbilisi, Georgia","twitter":null,"company":"@reddot ","icon_url":"https://avatars.githubusercontent.com/u/27967284?u=287b32ed47306b61e6820f43a3ae615a5a2e7c95\u0026v=4","repositories_count":2,"last_synced_at":"2025-07-28T02:32:54.475Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/CSenshi","funding_links":[],"total_stars":null,"followers":45,"following":29,"created_at":"2022-11-15T16:46:35.242Z","updated_at":"2025-07-28T02:32:54.475Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSenshi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSenshi/repositories"},"tags":[{"name":"v0.7","sha":"2c5caa9323aef35e2796813a357e5a7d6d4a80ba","kind":"commit","published_at":"2020-08-07T21:35:22.000Z","download_url":"https://codeload.github.com/CSenshi/Validator/tar.gz/v0.7","html_url":"https://github.com/CSenshi/Validator/releases/tag/v0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CSenshi/Validator@v0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags/v0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags/v0.7/manifests"},{"name":"v0.5","sha":"5563f0778e165d4ed4789a81e42466b680528aa7","kind":"commit","published_at":"2020-07-20T12:47:11.000Z","download_url":"https://codeload.github.com/CSenshi/Validator/tar.gz/v0.5","html_url":"https://github.com/CSenshi/Validator/releases/tag/v0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CSenshi/Validator@v0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags/v0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags/v0.5/manifests"},{"name":"v0.4","sha":"0d6d469b08afa65f15c6f0ec30a84aaae6277f31","kind":"commit","published_at":"2020-07-18T23:28:22.000Z","download_url":"https://codeload.github.com/CSenshi/Validator/tar.gz/v0.4","html_url":"https://github.com/CSenshi/Validator/releases/tag/v0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CSenshi/Validator@v0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags/v0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags/v0.4/manifests"},{"name":"v0.3","sha":"cc52ff211fd987093c993c6584e31a279d76bbc8","kind":"commit","published_at":"2020-07-06T01:16:29.000Z","download_url":"https://codeload.github.com/CSenshi/Validator/tar.gz/v0.3","html_url":"https://github.com/CSenshi/Validator/releases/tag/v0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CSenshi/Validator@v0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags/v0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags/v0.3/manifests"},{"name":"v0.2","sha":"3acd639785294b7b68663de8f589ec4bfd3217b5","kind":"commit","published_at":"2020-07-03T23:01:53.000Z","download_url":"https://codeload.github.com/CSenshi/Validator/tar.gz/v0.2","html_url":"https://github.com/CSenshi/Validator/releases/tag/v0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CSenshi/Validator@v0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags/v0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags/v0.2/manifests"},{"name":"v0.1","sha":"a94b37bacb179fc2b28e47fc9d29e6b927cb68b4","kind":"commit","published_at":"2020-06-21T13:01:35.000Z","download_url":"https://codeload.github.com/CSenshi/Validator/tar.gz/v0.1","html_url":"https://github.com/CSenshi/Validator/releases/tag/v0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CSenshi/Validator@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-23T13:44:37.100Z","dependent_packages_count":4,"downloads":16924,"downloads_period":"last-month","dependent_repos_count":28,"rankings":{"downloads":3.0730014059981636,"dependent_repos_count":2.742119241130455,"dependent_packages_count":2.3666079825624378,"stargazers_count":9.712888849935887,"forks_count":8.10706793963377,"docker_downloads_count":3.619893116618765,"average":4.9369297559799135},"purl":"pkg:pypi/validator","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/validator","docker_dependents_count":6,"docker_downloads_count":143,"usage_url":"https://repos.ecosyste.ms/usage/pypi/validator","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/validator/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-23T13:44:32.477Z","issues_count":53,"pull_requests_count":48,"avg_time_to_close_issue":2615168.8421052634,"avg_time_to_close_pull_request":256843.12765957447,"issues_closed_count":38,"pull_requests_closed_count":47,"pull_request_authors_count":20,"issue_authors_count":14,"avg_comments_per_issue":0.9811320754716981,"avg_comments_per_pull_request":0.375,"merged_pull_requests_count":42,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/issues","maintainers":[{"login":"CSenshi","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CSenshi"},{"login":"iko1133","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iko1133"},{"login":"beqakd","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/beqakd"},{"login":"nikalosa","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nikalosa"},{"login":"bnMikheili","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bnMikheili"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/validator/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/validator/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/validator/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/validator/related_packages","maintainers":[{"uuid":"CSenshi","login":"CSenshi","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/CSenshi/","role":null,"created_at":"2023-02-25T18:05:01.770Z","updated_at":"2023-02-25T18:05:01.770Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/CSenshi/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726172,"maintainers_count":308804,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":677344,"full_name":"CSenshi/Validator","default_branch":"master","committers":[{"name":"CSenshi","email":"saba.pochkhua@gmail.com","count":89},{"name":"beqakd","email":"bgoga16@freeuni.edu.ge","count":11},{"name":"Ioane Margiani","email":"margianiioane@gmail.com","count":10},{"name":"Nika Losaberidze","email":"nlosa16@freeuni.edu.ge","count":10},{"name":"bnMikheili","email":"mnazg16@freeuni.edu.ge","count":8},{"name":"bnMikheili","email":"39998190+bnMikheili@users.noreply.github.com","count":5},{"name":"beqakd","email":"39763019+beqakd@users.noreply.github.com","count":4},{"name":"z13z","email":"zgogi15@freeuni.edu.ge","count":3},{"name":"Vato Kostava","email":"vkost16@freeuni.edu.ge","count":3},{"name":"Tornike Kechakmadze","email":"44344828+tkech17@users.noreply.github.com","count":2},{"name":"Rezga12","email":"39564236+Rezga12@users.noreply.github.com","count":2},{"name":"Nato Egnatashvili","email":"48616435+negna1@users.noreply.github.com","count":2},{"name":"Gugatke","email":"40359699+Gugatke@users.noreply.github.com","count":2},{"name":"dbejanishvili","email":"37870110+dbejanishvili@users.noreply.github.com","count":2},{"name":"mateuszz0000","email":"mtszzwdzk@gmail.com","count":2},{"name":"Varun Chauhan","email":"43171263+Varun-22@users.noreply.github.com","count":2},{"name":"Dimitri Rogava","email":"30288842+Rogavactive@users.noreply.github.com","count":1},{"name":"LashaBuxo","email":"lashabuxo@gmail.com","count":1},{"name":"Benjamin Soyka","email":"bensoyka@icloud.com","count":1},{"name":"Bakur Tsutskhashvili","email":"bakuricucxashvili@gmail.com","count":1},{"name":"rjbroussard","email":"royalbroussard@gmail.com","count":1},{"name":"Marshall Mamiya","email":"44485531+marshall7m@users.noreply.github.com","count":1}],"total_commits":163,"total_committers":22,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":7.409090909090909,"dds":0.45398773006134974,"past_year_committers":null,"past_year_total_commits":null,"past_year_total_committers":null,"past_year_total_bot_commits":null,"past_year_total_bot_committers":null,"past_year_mean_commits":null,"past_year_dds":null,"last_synced_at":"2023-03-20T02:13:53.953Z","last_synced_commit":"ce275d5f2157cf8839f83854f0ad5fe945779e3a","created_at":"2023-03-09T10:43:24.823Z","updated_at":"2023-09-19T17:37:38.971Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:16.827Z","repositories_count":5483990,"commits_count":854433418,"contributors_count":31153023,"owners_count":909123,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"CSenshi/Validator","html_url":"https://github.com/CSenshi/Validator","last_synced_at":"2025-08-23T13:44:32.477Z","status":"error","issues_count":53,"pull_requests_count":48,"avg_time_to_close_issue":2615168.8421052634,"avg_time_to_close_pull_request":256843.12765957447,"issues_closed_count":38,"pull_requests_closed_count":47,"pull_request_authors_count":20,"issue_authors_count":14,"avg_comments_per_issue":0.9811320754716981,"avg_comments_per_pull_request":0.375,"merged_pull_requests_count":42,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-15T02:15:13.201Z","updated_at":"2025-09-02T01:51:12.874Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSenshi%2FValidator/issues","issue_labels_count":{"good first issue":27,"new rule":24,"bug":12,"new example":3,"testing":3,"missing":3,"need change":2,"help wanted":1,"URGENT":1,"enhancement":1},"pull_request_labels_count":{"enhancement":1},"issue_author_associations_count":{"OWNER":35,"NONE":11,"COLLABORATOR":6,"CONTRIBUTOR":1},"pull_request_author_associations_count":{"CONTRIBUTOR":28,"COLLABORATOR":15,"OWNER":4,"NONE":1},"issue_authors":{"CSenshi":35,"iko1133":3,"beqakd":3,"dzhaugasharov":2,"blkmajik":1,"dolohow":1,"darrivau":1,"over-star":1,"greyfade":1,"luminescent":1,"rjbroussard":1,"karanAT":1,"karolyjozsa":1,"rafael-bm":1},"pull_request_authors":{"iko1133":6,"CSenshi":4,"nikalosa":4,"z13z":3,"VatoKo":3,"beqakd":3,"bsoyka":3,"tkech17":3,"negna1":2,"bakurits":2,"bnMikheili":2,"dbejanishvili":2,"Rezga12":2,"gugatkesheladze":2,"varunhc":2,"LashaBuxo":1,"marshall7m":1,"rjbroussard":1,"Rogavactive":1,"rahulgurujala":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:17.013Z","repositories_count":10158119,"issues_count":32041093,"pull_requests_count":100149735,"authors_count":10725585,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{},"past_year_pull_request_authors":{},"maintainers":[{"login":"CSenshi","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CSenshi"},{"login":"iko1133","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iko1133"},{"login":"beqakd","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/beqakd"},{"login":"nikalosa","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nikalosa"},{"login":"bnMikheili","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bnMikheili"}],"active_maintainers":[]},"events":{"total":{"WatchEvent":1,"ForkEvent":1},"last_year":{"WatchEvent":1,"ForkEvent":1}},"keywords":["python","validator"],"dependencies":[{"ecosystem":"pypi","filepath":"requirements/dev.txt","sha":null,"kind":"manifest","created_at":"2022-09-10T14:41:06.578Z","updated_at":"2022-09-10T14:41:06.578Z","repository_link":"https://github.com/CSenshi/Validator/blob/master/requirements/dev.txt","dependencies":[{"id":4403932897,"package_name":"black","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":4403932898,"package_name":"pytest","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":4403932899,"package_name":"flask","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":4403932900,"package_name":"jinja2","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":4403932901,"package_name":"requests","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/prod.txt","sha":null,"kind":"manifest","created_at":"2022-09-10T14:41:06.673Z","updated_at":"2022-09-10T14:41:06.673Z","repository_link":"https://github.com/CSenshi/Validator/blob/master/requirements/prod.txt","dependencies":[{"id":4403932971,"package_name":"python-dateutil","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]}],"score":16.965361396544136,"created_at":"2025-09-08T11:19:09.001Z","updated_at":"2025-10-07T08:25:57.511Z","avatar_url":"https://github.com/CSenshi.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":16924,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/70527","html_url":"https://science.ecosyste.ms/projects/70527"}