Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 03a814f

Browse files
authored
Merge pull request #356 from jacksmith15/master
Add statham to implementations/codegen/python
2 parents 05960ad + b5725d2 commit 03a814f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

implementations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ are the only keywords that changed.
201201
- PHP
202202
- [php-code-builder](https://github.com/swaggest/php-code-builder)(MIT) - generates PHP mapping structures defined by JSON schema using [swaggest/json-schema](https://github.com/swaggest/php-json-schema) *supports Draft 7*
203203
- Python
204-
- [yacg](https://github.com/OkieOth/yacg) (MIT) - parse JSON Schema and OpenApi files to build a meta model from them. This meta model can be used in Mako templates to generate source code, other schemas or plantUml.
204+
- [yacg](https://github.com/OkieOth/yacg) (MIT) - parse JSON Schema and OpenApi files to build a meta model from them. This meta model can be used in Mako templates to generate source code, other schemas or plantUml.
205+
- [statham](https://github.com/jacksmith15/statham-schema) (MIT) - generate type-annotated models from JSON Schema documents.
205206
- Rust
206207
- [schemafy](https://github.com/Marwes/schemafy/) - generates Rust types and serialization code from a JSON schema. *supports Draft 4*
207208

0 commit comments

Comments
 (0)