Metadata-Version: 2.1
Name: rcd-pyutils
Version: 0.1.30
Summary: A package contains simple utils for accessing database/cloud storage (GCP, S3, AWS redshift, Elasticsearch, Snowflake, MySQL), pandas dataframe quality check, data type and length detector, debug decorator, etc...
Home-page: https://packaging.python.org/
Author: Yu LE VERN
Author-email: yu.levern@realconsultingdata.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: botocore
Requires-Dist: sqlalchemy
Requires-Dist: sqlalchemy-redshift
Requires-Dist: psycopg2-binary
Requires-Dist: elasticsearch
Requires-Dist: numpy
Requires-Dist: pandas

# rcd-pyutils

rcd-utils is a Python package for manipulating data.

## Installation
```bash
pip install rcd-utils
```

## Modules
### database_manager
### decorator_manager
### file_manager
### pandas_manager

## Feedback
Any questions or suggestions?
Please contact package maintainer.


