Skip to main content

A simple JSON schema package

Project description

saneschema

saneschema is a JSON schema package for people who want an easier-to-parse schema than that provided by jsonschema. saneschema checks that a JSON file conforms to a given structure, or schema, which can be a very useful tool for data validation.

Installation

PyPi & Pip

Installation with PyPi and Pip is the easier option and will ensure you have the most up to date, stable version The following command assumes that python 3 is your default version of python.

pip install saneschema

Git & Pip

Installation with Git and Pip is a bit more work but will ensure you have the most up to date version. The following commands assume that python 3 is your default version of python and pip.

git clone https://github.com/Murto/saneschema.git
cd saneschema
python setup.py
pip dist/saneschema-2.0-py3-none-any.whl

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

saneschema-2.3-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page