From e05c68ffb441bdbc3c5da4084e8f032839be595c Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Thu, 10 Apr 2025 13:33:51 -0300 Subject: [PATCH 1/2] 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. -- 2.49.1 From e803e39a9259430de9c7595deb1a263a9c788314 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Fri, 11 Apr 2025 21:55:32 -0300 Subject: [PATCH 2/2] Adds Description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca8fd13..a13263e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "jambo" dynamic = ["version"] -description = "Add your description here" +description = "Jambo - JSON Schema to Pydantic Converter" requires-python = ">=3.10,<4.0" maintainers = [ { name = "Vitor Hideyoshi", email = "vitor.h.n.batista@gmail.com" }, -- 2.49.1