From e05c68ffb441bdbc3c5da4084e8f032839be595c Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Thu, 10 Apr 2025 13:33:51 -0300 Subject: [PATCH] Adds Badges to README --- .github/workflows/build.yml | 2 +- README.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a1272c..aa55be5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Example +name: Test and Publish on: diff --git a/README.md b/README.md index 5cfcb99..0c32a34 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # Jambo - JSON Schema to Pydantic Converter +

+ + + Tests + +
+ + Package version + + + Python versions + License + +

+ **Jambo** is a Python package that automatically converts [JSON Schema](https://json-schema.org/) definitions into [Pydantic](https://docs.pydantic.dev/) models. It's designed to streamline schema validation and enforce type safety using Pydantic's powerful validation features.