Validata Core library
Project description
Validata validation core
validata-core
is a library built over frictionless-py which provides tabular data validation with:
- French error messages (see ERRORS)
- Custom checks to handle french specifics (see CUSTOM CHECKS)
validata-core
is used by validata-ui and validata-api as part of the Validata project.
Try
Create a virtualenv, run the script against fixtures:
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
Testing
pip install pytest
pytest --doctest-modules
Release a new version
- Update version in setup.py and CHANGELOG.md files
- Commit changes using
Release
as commit message - Create git tag (starting with "v" for the release)
- Git push:
git push && git push --tagss
- Check that pypi package is created (validata-core pipelines)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
validata_core-0.8.6.tar.gz
(31.2 kB
view details)
Built Distribution
File details
Details for the file validata_core-0.8.6.tar.gz
.
File metadata
- Download URL: validata_core-0.8.6.tar.gz
- Upload date:
- Size: 31.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
dd48b4d24ee7341b198fb2bf14efc5200dcf3ba5d5af94a3ab88605f0e60e16d
|
|
MD5 |
0a8f921926c3e391e984f712301ac075
|
|
BLAKE2b-256 |
c0564fb7eba836d3253fb643ddb76c232e609e215bbbdcf406d2ca3b5c9f124f
|
File details
Details for the file validata_core-0.8.6-py3-none-any.whl
.
File metadata
- Download URL: validata_core-0.8.6-py3-none-any.whl
- Upload date:
- Size: 38.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c530e412b81371e86c4fc0da99b676005c04afc58a5e4f1cf24db55497188803
|
|
MD5 |
5867297d054cfd7e71990ac3df6199b9
|
|
BLAKE2b-256 |
e63b64a96cb40f491100754e12390809ee2c29c2eb2ff138be6420fad66bdfd8
|