Metadata-Version: 2.1
Name: validata-core
Version: 0.7.0a3
Summary: Validata Core library
Home-page: https://git.opendatafrance.net/validata/validata-core/
Author: Validata team
Author-email: admin-validata@jailbreak.paris
License: AGPLv3
Description: # Validata validation core
        
        [![PyPI](https://img.shields.io/pypi/v/validata-core.svg)](https://pypi.python.org/pypi/validata-core)
        
        Validata validation library built over [frictionless-py](https://github.com/frictionlessdata/frictionless-py) `3.*` provides tabular data validation with:
        
        - french error messages
        - custom checks to handle french specifics (SIREN, SIRET, ...)
        
        See [ERRORS.md](ERRORS.md) for more information
        
        Validata core is used by [validata-ui](https://git.opendatafrance.net/validata/validata-ui/) and [validata-api](https://git.opendatafrance.net/validata/validata-api/) projects.
        
        ## Try
        
        Create a virtualenv, run the script against fixtures:
        
        ```bash
        python -m venv .venv
        source .venv/bin/activate
        pip install -r requirements.txt
        pip install -e .
        validata --schema /path/to/schema.json table.csv
        ```
        
        A complete list of error messages can found in [ERRORS.md](ERRORS.md)
        
        ## Testing
        
        ```bash
        pip install pytest
        pytest --doctest-modules
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
