Installation

The most recent release can be installed from PyPI with uv:

$ uv pip install pydantic_espresso

or with pip:

$ python3 -m pip install pydantic_espresso

Installing from git

The most recent code and data can be installed directly from GitHub with uv:

$ uv pip install git+https://github.com/elinscott/pydantic-espresso.git

or with pip:

$ python3 -m pip install git+https://github.com/elinscott/pydantic-espresso.git

Installing for development

To install in development mode with uv:

$ git clone git+https://github.com/elinscott/pydantic-espresso.git
$ cd pydantic-espresso
$ uv pip install -e .

or with pip:

$ python3 -m pip install -e .