Skip to main content

Dump of schemastore schemas for offline use in Python based applications

Project description

schemastorepy

Contains all JSON Schemas from schemastore.org catalog so you can make use of them without needing internet access.

How to use

from schemastore import Store

store = Store(days=30)
my_schema_json = store.get('http://...') # <-- no network access happens

The days parameter is optional and defaults to 30, which means that after this it will start checking if the locally cached schema is up to date and refresh it it needed. store.catalog would contain the content of the catalog itself.

Stats

  • Over 500 JSON Schemas in the catalog
  • ~2.5Mib package size
  • ~30Mib installed size

Project details


Download files

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

Source Distribution

schemastore-0.1.2.tar.gz (2.6 MB view hashes)

Uploaded Source

Built Distribution

schemastore-0.1.2-py3-none-any.whl (2.7 MB 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