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.5.tar.gz
(31.3 kB
view details)
Built Distribution
File details
Details for the file validata_core-0.8.5.tar.gz
.
File metadata
- Download URL: validata_core-0.8.5.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6368bba17b2b3be143567b77d3d1bdeca98763c180c42fa619737e586c4618a2 |
|
MD5 | 06ad1753edf31af970b63c3b0faef377 |
|
BLAKE2b-256 | a3eb4ea0aa44fe3a518a25fd6316561b6078cdaeb191d03306fe98b24a54dec8 |
File details
Details for the file validata_core-0.8.5-py3-none-any.whl
.
File metadata
- Download URL: validata_core-0.8.5-py3-none-any.whl
- Upload date:
- Size: 38.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 667b071cbcd93d881bf7dfd02d17aad0df07066ae8a452e1cbe8f689018dd9e9 |
|
MD5 | 5ee46df4ddea6745bbacdd20da6e49eb |
|
BLAKE2b-256 | 5f4a61be1a37da97099735e24d894e61884d1681f85f3c537ab654e7fbd8f0a4 |