An open API service indexing awesome lists of open source software.

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

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
```