Skip to content

Releases: codedev1992/api2pydantic

Initial Release

16 Nov 04:13

Choose a tag to compare

🎉 First Release of API-to-Pydantic

Features

✨ Smart type inference from JSON data
📦 Support for nested objects and arrays
🔍 Special type detection (UUID, datetime, email, URL)
✅ Automatic Field validators generation
🖥️ CLI with multiple input sources (URL, file, curl, stdin)
🧪 Comprehensive test suite
🚀 GitHub Actions CI/CD

Installation

pip install api2pydantic

Quick Start

api2pydantic https://api.example.com/data

See README for full documentation.