Metadata-Version: 2.4
Name: dihlibs
Version: 0.0.88
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: asyncio
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: openpyxl
Requires-Dist: SQLAlchemy
Requires-Dist: psycopg2-binary
Requires-Dist: pyjwt
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-oauthlib
Requires-Dist: google-auth
Requires-Dist: aiohttp
Requires-Dist: pyyaml
Requires-Dist: fuzzywuzzy
Requires-Dist: setuptools
Requires-Dist: python-Levenshtein
Requires-Dist: cryptography
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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

