Metadata-Version: 2.4
Name: bloodline
Version: 0.1.0
Summary: Bloodline is a python package used for row-level data lineage
Author-email: Alexis Cruveiller <alexis@carbonfact.com>, Max Halford <max@carbonfact.com>
Maintainer-email: Alexis Cruveiller <alexis@carbonfact.com>, Max Halford <max@carbonfact.com>
License: MIT
Project-URL: bugs, https://github.com/acruve15/bloodline/issues
Project-URL: changelog, https://github.com/acruve15/bloodline/blob/master/changelog.md
Project-URL: homepage, https://github.com/acruve15/bloodline
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=2.2.6
Requires-Dist: pandas>=2.3.3
Requires-Dist: typer
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: ty; extra == "test"
Requires-Dist: ipdb; extra == "test"

# Bloodline

![PyPI version](https://img.shields.io/pypi/v/bloodline.svg)
[![Documentation Status](https://readthedocs.org/projects/bloodline/badge/?version=latest)](https://bloodline.readthedocs.io/en/latest/?version=latest)

Bloodline is a python package used for row-level data lineage

* PyPI package: https://pypi.org/project/bloodline/
* Free software: MIT License
* Documentation: https://bloodline.readthedocs.io.

## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyfeldroy/cookiecutter) and the [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) project template.
