Metadata-Version: 2.3
Name: pydantic-serializable
Version: 0.1.2
Summary: A lightweight, type-safe base class for serializing/deserializing Pydantic models to/from JSON files, with built-in fallback to default data and overwrite protection.
License: MIT
Keywords: pydantic,serialization,json
Author: Mirage_
Author-email: gaoxuran111@gmail.com
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: poetry-core (>=2.0.0)
Requires-Dist: pydantic (>=2.11.9)
Project-URL: Homepage, https://github.com/gxxxr-111/pydantic-serializable
Project-URL: Repository, https://github.com/gxxxr-111/pydantic-serializable
Description-Content-Type: text/markdown

# pydantic-serializable
A lightweight, type-safe base class for serializing/deserializing Pydantic models to/from JSON files, with built-in fallback to default data and overwrite protection.

