Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T11:08:05.000Z (over 7 years ago)
- Last Synced: 2024-10-01T11:50:41.110Z (3 months ago)
- Topics: bigchaindb, cpp, json, json-schema, python, rapidjson, schema
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 6
- 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