Metadata-Version: 2.4
Name: utic-public-types
Version: 0.1.3
Summary: Public/Open types shared among different projects in the Unstructured.io ecosystem.
Requires-Python: >=3.10
Requires-Dist: openapi-pydantic
Requires-Dist: orjson
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: pyyaml
Description-Content-Type: text/markdown

# Introduction

The project contains publicly shared types for the unstructured platform.

Right now, it is mostly utilized for defining unstructured's plugin architecture to
enable developers to define their own plugins.


## Quick start

- `make install`
- `make test`
