Metadata-Version: 2.4
Name: foundry-sdk
Version: 0.0.143
Summary: A collection of tools and utilities for ETL and training pipelines
Author-email: D3 Group <contact@d3group.com>
Maintainer-email: D3 Group <contact@d3group.com>
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.5.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: kedro>=0.19.0
Requires-Dist: kedro-viz>=10.0.0
Requires-Dist: kedro-datasets>=6.0.0
Requires-Dist: kedro-mlflow>=0.14.0
Requires-Dist: sqlalchemy>=2.0.30
Requires-Dist: psycopg2
Requires-Dist: polars
Requires-Dist: tqdm
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Dynamic: license-file

![Uni Wuerzburg - Data Driven Decisions](https://raw.githubusercontent.com/d3group/.github/refs/heads/main/assets/unilogo4c_combined.png)

# Foundry SDK
## Info

This repository contains the Foundry SDK, a collection of tools and utilities to help with the development of ETL and training pipelines.

For various documentations, please refer to the foundry-master repository: [Foundry Master](https://github.com/d3group/foundry-master)

## Documentation

- **[Package Publishing Guide](./documentation/publish_package.md)**: Complete workflow for building, versioning, and publishing to PyPI
- **[Foundry Master](https://github.com/d3group/foundry-master)**: Main project documentation and setup guides

## Contributing

If you’d like to contribute to this project, please check out the [Contribution Guide](./CONTRIBUTING.md).
