Releases: codedev1992/api2pydantic
Releases · codedev1992/api2pydantic
Initial Release
🎉 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 api2pydanticQuick Start
api2pydantic https://api.example.com/dataSee README for full documentation.