https://github.com/csdev/datacheck
python data validation library
https://github.com/csdev/datacheck
Last synced: 5 months ago
JSON representation
python data validation library
- Host: GitHub
- URL: https://github.com/csdev/datacheck
- Owner: csdev
- License: mit
- Created: 2015-03-28T23:21:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T19:35:43.000Z (about 3 years ago)
- Last Synced: 2026-01-08T06:19:20.905Z (5 months ago)
- Language: Python
- Size: 43 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datacheck
python data validation library
**EOL Notice** - This project is no longer being maintained, except for major security updates.
(Better schema validation libraries exist now, and I do not have time to develop new features for this one.)
## Run Tests
```bash
docker run -u root -v `pwd`:/tests -it --rm 31z4/tox:4-3
```