{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/5"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/9"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/5"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content"}],"enrichment":{"capability":"Provides 60+ validator functions for checking type and content of Python values, with consistent syntax across common validation tasks.","skillfed_tags":["data-validation","abandoned-but-stable"],"use_cases":["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"],"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.\n\nThe package is stable and production-ready in its current form, but is no longer actively maintained\u2014the 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.","worth_installing":"Yes, with conditions. Install if you are maintaining legacy Python 2.7 or 3.4\u20133.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\u2014the package is abandoned and will not receive bug fixes or compatibility patches."},"id":"validator-collection","links":{"html":"https://skillfed.io/packages/validator-collection","md":"https://skillfed.io/packages/validator-collection.md","pypi":"https://pypi.org/project/validator-collection/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-10-12","license_spdx":null,"license_treatment":"permissive","name":"validator-collection","python_support":"supports_current","summary":"Collection of 60+ Python functions for validating data"},"popularity":{"monthly_downloads":730723,"position":5209,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.5.0"}
