Metadata-Version: 2.1
Name: dihlibs
Version: 0.0.37
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
Requires-Dist: SQLAlchemy
Requires-Dist: aiohttp
Requires-Dist: asyncio
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib
Requires-Dist: oauth2client
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: psycopg2-binary
Requires-Dist: pysqlcipher3
Requires-Dist: pyyaml
Requires-Dist: requests

# 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

