Metadata-Version: 2.1
Name: dihlibs
Version: 0.0.2
Summary: A helper package for data integrations
Home-page: https://github.com/nKataraia/dihlibs
Author: Nitu
Author-email: nkataraia@d-tree.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# dihlibs

`dihlibs` is a Python package designed to simplify and enhance data integration and handling tasks. Whether you're dealing with data ingestion, preprocessing, transformation, or integration from various sources, `dihlibs` offers a set of tools and utilities to make these tasks more straightforward and efficient.

## Features

- **Data Ingestion**: Easily import data from multiple sources like databases, files, or APIs.
- **Data Transformation**: Transform data with a set of powerful, easy-to-use functions.
- **Integration Utilities**: Seamlessly integrate data from different formats and standards.
- **Preprocessing Tools**: Prepare your data for analysis with preprocessing capabilities.

## Installation

Install `dihlibs` using pip:

```bash
pip install dihlibs

