epdx 1.2.2

EPDx is a library for parsing EPD files into a common exchange format.
Documentation
# Schemas

=== "JSON Schema"

    ```json
    {!> schemas/epdx.schema.json!}
    ```

=== "Python"

    ```python
    {!> schemas/pydantic.py!}
    ```

=== "TypeScript"

    ```typescript
    {!> schemas/epdx.d.ts!}
    ```