--- id: validator-collection version: "1.5.0" license: MIT license_treatment: permissive maintenance: abandoned --- # validator-collection — Collection of 60+ Python functions for validating data License: permissive · Maintenance: abandoned · Downloads: 730.7K/mo ## What it is and what it does Validator Collection is a Python library offering a suite of 60+ pre-built validator functions designed to check both the type and contents of input values. Each validator follows a consistent calling convention, making it straightforward to integrate validation logic into data processing pipelines. The library depends on jsonschema for JSON Schema validation and regex (on Python 2.7) for pattern matching. The package is stable and production-ready in its current form, but is no longer actively maintained—the last release was in October 2020 and the repository shows no commits since December 2022. It supports Python 2.7 through 3.8, though it has not been updated for newer Python versions. For projects locked to older Python versions or seeking a straightforward, battle-tested validator collection without ongoing development, it remains usable; for new projects requiring active maintenance and modern Python support, alternatives may be preferable. Use it for: - Validate email addresses, URLs, and other common data formats in form processing or API input handlers - Check numeric ranges and types before performing calculations or database operations - Enforce data type constraints in data pipelines or ETL workflows - Validate file paths and file-related metadata in file-handling code - Perform JSON Schema validation on structured configuration or API payloads ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides 60+ validator functions for checking type and content of Python values, with consistent syntax across common validation tasks. Yes, with conditions. Install if you are maintaining legacy Python 2.7 or 3.4–3.8 code that needs a stable, well-tested validator library and you accept no further updates. Do not install for new projects targeting modern Python versions or requiring active maintenance and security updates—the package is abandoned and will not receive bug fixes or compatibility patches. ## Install pip install validator-collection uv add validator-collection poetry add validator-collection ## Installing validator-collection Before you install: Low install friction with only jsonschema and regex as runtime dependencies. However, the package is abandoned—last release was 2020-10-12 and last commit 2022-12-08, with no active maintenance. License in practice: MIT license permits commercial and private use with minimal restrictions, requiring only attribution and inclusion of the license text. Quickstart: pip install validator-collection from validator_collection import validators result = validators.email('user@example.com') Requires Python 2.7 or 3.4+; abandoned status means no bug fixes or security updates will be released. Verify before relying: - Whether the 60+ validators cover the specific validation types your application needs - Current compatibility with Python versions released after 3.8 - Whether jsonschema and regex dependencies have unresolved security issues ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: abandoned - Downloads: 730.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags python data validation functions, type checking validators, input validation library, data validation utilities, schema validation python, content validation functions, value validation checkers, data-validation, abandoned-but-stable [View on SkillFed](https://skillfed.io/packages/validator-collection) · [View on PyPI](https://pypi.org/project/validator-collection/)