Metadata-Version: 2.1
Name: aissemble-foundation-model-lineage
Version: 1.10.0
Summary: Model lineage API
Author: aiSSEMBLE Baseline Community
Author-email: aissemble@bah.com
Requires-Python: >=3.8
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aissemble-foundation-data-lineage-python (==1.10.0)
Requires-Dist: openlineage-python (>=0.21.1,<0.22.0)
Description-Content-Type: text/markdown

## aiSSEMBLE&trade; Foundation Model Lineage Python

[![PyPI](https://img.shields.io/pypi/v/aissemble-foundation-model-lineage?logo=python&logoColor=gold)](https://pypi.org/project/aissemble-foundation-model-lineage/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aissemble-foundation-model-lineage?logo=python&logoColor=gold)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/aissemble-foundation-model-lineage?logo=python&logoColor=gold)

This module serves as a generic wrapper for model lineage 
types, objects, and functions.  While it is designed to be 
leveraged through the aiSSEMBLE&trade; ecosystem, it is not dependent
on aiSSEMBLE for execution.  It is intentionally designed for 
portability.

### Core Functionality

This module presently provides two main capabilities:

* Generic types to represent Model Lineage metadata
* Convenience methods for updating Model Lineage through various mediums

