Skip to content

tkuriyama/jsonutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Deprecated

Incorporated into datautils repo.


JSON Lightweight Schema (lws)

lws offers a lightweight schema definition and validation library in Python. Schemas are defined as Python dictionaries and serialized to pickle files for use in validation.

Documentation

JSON Browser (jbro)

jbro offers a simple command-line tool for inspecting the contents of JSON files.

Documentation


Install

Directly from github

pip install git+https://github.com/tkuriyama/jsonutils

Clone locally and install (omit -e option if editable mode is not required)

git clone https://github.com/tkuriyama/jsonutils
pip install -e jsonutils

Version

Revised for Python 3.7, with backwards compatibility for Python 2.7 (though removing unicode-specific checks).