schematalog
A registry and catalog for JSON Schema specifications: it stores versioned schema
documents and serves them back for validation, $ref resolution and format conversion.
pip install schematalog
schematalog serve
What this package is
This distribution contains no code. It depends on
schematalog-app, which is the registry.
It exists for two reasons:
pip install schematalogshould install the registry, because that is what someone typing the name intends.- The project's Python modules live in a
schematalog.*namespace shared across several distributions (schematalog-core,schematalog-app,schematalog-s3). A namespace like that accepts modules from any installed distribution, so leaving the matching name unclaimed would let an unrelated package place importable modules inside it.
The pieces
| Distribution | What it is |
|---|---|
schematalog-app |
The registry: JSON API, web UI, storage wiring. |
schematalog-core |
The domain contract and its conformance suite - what a storage backend codes against. |
schematalog-s3 |
An S3 storage backend, and the worked example of one living outside the registry. |
Writing a storage backend needs schematalog-core alone; it does not oblige you to
install a web framework.
The schematalog-* prefix is deliberately not reserved on PyPI, so third-party
backends are free to use it.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file schematalog-0.1.0.tar.gz.
File metadata
- Download URL: schematalog-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb83c2853c87b72a922353f9071e8cb30fd8dff9892b10566b1923dac4b35a6f
|
|
| MD5 |
7131881ebe099a10c783ac5d6a9932d3
|
|
| BLAKE2b-256 |
8fc624cd39affc61533223722632afbb7b55122cb71cbaeb66e8330412eef233
|
File details
Details for the file schematalog-0.1.0-py3-none-any.whl.
File metadata
- Download URL: schematalog-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d0b488e8263d114becfc20bee6e673d5979948ea1432ca309b239a4aa28655c
|
|
| MD5 |
6c243ac2019e34204daefd01c38dd907
|
|
| BLAKE2b-256 |
f5e4194137d969e88051ae1f1cf6e263179b5a98f62bf174b4ab4b6f2d409a9f
|