Metadata-Version: 2.4
Name: peopleadress-lib
Version: 0.1.0
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/seurepositorio
Project-URL: repository, https://github.com/seurepositorio
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: sqlmodel>=0.0.24
Requires-Dist: pydantic>=2.11.19

# peopleadress-lib

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 peopleadress-lib
