https://github.com/bigchaindb/python-rapidjson-schema
Python extension for rapidjson schema validation
https://github.com/bigchaindb/python-rapidjson-schema
bigchaindb cpp json json-schema python rapidjson schema
Last synced: 21 days ago
JSON representation
Python extension for rapidjson schema validation
- Host: GitHub
- URL: https://github.com/bigchaindb/python-rapidjson-schema
- Owner: bigchaindb
- Created: 2017-03-06T21:34:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T11:08:05.000Z (almost 8 years ago)
- Last Synced: 2025-04-21T04:53:50.016Z (about 1 month ago)
- Topics: bigchaindb, cpp, json, json-schema, python, rapidjson, schema
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSES.md
Awesome Lists containing this project
README
# RapidJSON Schema Validator
Wrapper around RapidJSON schema validator.
## Installation from sources
git clone --recursive https://github.com/bigchaindb/python-rapidjson-schema/
cd python-rapidjson-schema
python setup.py install