Metadata-Version: 2.4
Name: p2f-pydantic
Version: 0.0.11
Summary: Pydantic library to define the data types of the Past to Future project API.
Author-email: Garrett Speed <g.t.speed@uu.nl>
Project-URL: Homepage, https://github.com/Past-to-Future-EU-Horizon/p2f-pydantic
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: pydantic[email]>=2.11.4
Requires-Dist: python-dotenv>=1.1.0

# p2f-pydantic

Data model layer for the Past to Future projects data portal and API. This package is a dependency of all components so there is a single source of truth for data structures. Past to Future is an EU Horizon funded project. 

## Installation

This package is a dependency for the [p2f-client-py](https://github.com/Past-to-Future-EU-Horizon/p2f-client-py) package that you should install from instead. 

This package is available on pypi, so you can simply `pip install p2f-pydantic` to install this package. 

