Hello everyone! Today, I want to share the story behind my open-source project: pydantic-faker. Like many Python developers, I frequently use Pydantic for defining data models. It’s an incredibly convenient tool that brings type safety and validation to our projects. However, when it comes to testing, writing documentation, or prototyping a frontend, a common challenge arises: where do we get realistic data that conforms to these very Pydantic schemas?
(more…)