4 Commits

Author SHA1 Message Date
df1df0daab Merge pull request #6 from HideyoshiNakazone/adds-description
Adds Description
2025-04-11 21:59:14 -03:00
e803e39a92 Adds Description 2025-04-11 21:55:32 -03:00
8f569f2446 Merge pull request #5 from HideyoshiNakazone/badges-readme
Adds Badges to README
2025-04-10 13:34:29 -03:00
e05c68ffb4 Adds Badges to README 2025-04-10 13:33:51 -03:00
3 changed files with 17 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Example name: Test and Publish
on: on:

View File

@@ -1,5 +1,20 @@
# Jambo - JSON Schema to Pydantic Converter # Jambo - JSON Schema to Pydantic Converter
<p align="center">
<a href="https://github.com/HideyoshiNakazone/jambo" target="_blank">
<img src="https://img.shields.io/github/last-commit/HideyoshiNakazone/jambo.svg">
<img src="https://github.com/HideyoshiNakazone/jambo/actions/workflows/build.yml/badge.svg" alt="Tests">
</a>
<br />
<a href="https://pypi.org/project/jambo" target="_blank">
<img src="https://badge.fury.io/py/jambo.svg" alt="Package version">
</a>
<a href="https://github.com/HideyoshiNakazone/jambo" target="_blank">
<img src="https://img.shields.io/pypi/pyversions/jambo.svg" alt="Python versions">
<img src="https://img.shields.io/github/license/HideyoshiNakazone/jambo.svg" alt="License">
</a>
</p>
**Jambo** is a Python package that automatically converts [JSON Schema](https://json-schema.org/) definitions into [Pydantic](https://docs.pydantic.dev/) models. **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. It's designed to streamline schema validation and enforce type safety using Pydantic's powerful validation features.

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "jambo" name = "jambo"
dynamic = ["version"] dynamic = ["version"]
description = "Add your description here" description = "Jambo - JSON Schema to Pydantic Converter"
requires-python = ">=3.10,<4.0" requires-python = ">=3.10,<4.0"
maintainers = [ maintainers = [
{ name = "Vitor Hideyoshi", email = "vitor.h.n.batista@gmail.com" }, { name = "Vitor Hideyoshi", email = "vitor.h.n.batista@gmail.com" },