Metadata-Version: 2.4
Name: people_address_api_models
Version: 0.1.1
Summary: Modelos SQLModel e DTOs reutilizáveis para APIs FastAPI.
Author-email: Heitor Oliveira <oliheitor189@gmail.com>
License: MIT
Project-URL: homepage, https://github.com/heitoliv/Lib-API-PeopleAdress.git
Project-URL: repository, https://github.com/heitoliv/Lib-API-PeopleAdress.git
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: sqlmodel>=0.0.24
Requires-Dist: pydantic>=2.11.19

# people_address_api_models

A reusable Python library containing SQLModel ORM models and DTO schemas
for People and Address management. Designed for FastAPI or any project
using SQLModel.

## Installation

```bash
pip install people_address_api_models
