Tool to generate Python types based on TypedDict from a JSON Schema
Project description
JSON Schema generate Python types
Tools to generate Python types based on TypeDict from a JSON schema
Quick start
install:
python3 -m pip install --user jsonschema-gentype
Convert a JSON schema to a Python file contains the types:
jsonschema-gentype --json-schema=<JSON schema> --python=<destination Python>
Docker
You can also run it with Docker:
docker run --rm --user=$(id --user) --volume=$(pwd):/src camptocamp/jsonschema-gentypes
Config file
You can also write a config file named jsonschema-gentypes.yaml
with:
headers: >
# Automatically generated file from a JSON schema
# Used to correctly format the generated file
callbacks:
- - black
- - isort
generate:
- # JSON schema file path
source: jsonschema_gentypes/schema.json
# Python file path
destination: jsonschema_gentypes/configuration.py
# The name of the root element
root_name: Config
# Argument passed to the API
api_arguments:
additional_properties: Only explicit
# Rename an element
name_mapping: {}
And just run:
jsonschema-gentype
Limitations
Requires Python 3.8
See the issues with label "limitation".
Contribute
The code should be formatted with isort
and black
.
The code should be typed.
The prospector
tests should pass.
The code should be tested with pytests
.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file jsonschema_gentypes-0.9.2-py3-none-any.whl
.
File metadata
- Download URL: jsonschema_gentypes-0.9.2-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6487bd15f2cc29312305d941c5e07f71fc51226241996f60b31622ddf441186 |
|
MD5 | c3584180c94020a7d1180ae1385a418b |
|
BLAKE2b-256 | cf1ceaed133942c238af9f69e3a2f726a8836247352a252fc4b027fd760a19d5 |