Command Line Interface

pydantic_espresso automatically installs the command pydantic_espresso. See pydantic_espresso --help for usage details.

pydantic_espresso

CLI for pydantic_espresso.

Usage

pydantic_espresso [OPTIONS] COMMAND [ARGS]...

def2xml

Convert the .def files to .xml files.

Usage

pydantic_espresso def2xml [OPTIONS]

download-defs

Download the latest XML files.

Usage

pydantic_espresso download-defs [OPTIONS]

schema

Print the JSON schema of the specified executable model.

Usage

pydantic_espresso schema [OPTIONS] EXECUTABLE

Options

--version <version>
Options:

develop

Arguments

EXECUTABLE

Required argument

update

Update all the pydantic models.

Usage

pydantic_espresso update [OPTIONS]

xml2pydantic

Generate the pydantic models from the XML files.

Usage

pydantic_espresso xml2pydantic [OPTIONS]