Metadata-Version: 2.3
Name: coastline
Version: 0.1.0
Summary: Add your description here
Author: Kevin Wierman
Author-email: Kevin Wierman <kwierman@gmail.com>
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pyyaml>=6.0.3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Coastline

A package to configure your project using pydantic types and yaml config files.

## TODO:
* Implement Registry that collects each class that is decorated by this library in a key-value store
* Implement a decorator that can be used to register each class with the registry
* Implement a loader that takes a path to a yaml file and returns an object with the objects populated by the values in the file
* Create examples
