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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for schemastore-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78a21b31bf26b8b983537993c49ab27aff48f25acf9b5076024324d292b1707f |
|
MD5 | cb9307581bd4b6434a343937216edca9 |
|
BLAKE2b-256 | 4b15eb8f4d612b6a4d0c8e05af5acc5181a31eaa7343ec35b86afab69e3d4c4f |