{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/18"}],"enrichment":{"capability":"Validates CSV files against a schema definition, checking field types, constraints, and data integrity rules.","skillfed_tags":["csv-validation","data-quality","abandoned"],"use_cases":["Validate CSV exports from databases or ETL pipelines before downstream processing","Enforce data type and constraint rules on CSV uploads in web applications","Check CSV data quality in automated data pipelines with clear error reporting","Test CSV file correctness in data integration test suites"],"what_it_does":"PyCSVSchema is a Python implementation of the CSV Schema specification, allowing you to define and enforce validation rules on CSV files. It lets you specify field types, constraints like multipleOf or range limits, and other data integrity rules, then validates CSV data against those rules and reports violations with row and column context.\n\nThe package wraps the validation logic in a Validator class that takes a CSV filename and a schema dictionary, then checks each row for compliance. It depends on jsonschema and rfc3986 for underlying validation and URI handling. However, the project has been inactive since October 2019 and is marked as abandoned, meaning no new features, bug fixes, or compatibility updates should be expected.","worth_installing":"No. While the package is lightweight and permissively licensed, it has been abandoned for over four years with no maintenance. For active projects requiring CSV validation, a maintained alternative is strongly recommended. Use only if you have a legacy codebase already depending on it or are willing to fork and maintain it yourself."},"id":"pycsvschema","links":{"html":"https://skillfed.io/packages/pycsvschema","md":"https://skillfed.io/packages/pycsvschema.md","pypi":"https://pypi.org/project/pycsvschema/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-10-09","license_spdx":null,"license_treatment":"permissive","name":"pycsvschema","python_support":"unspecified","summary":"PyCSVSchema is an implementation of CSV Schema in Python."},"popularity":{"monthly_downloads":130839,"position":11623,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.6"}
