Metadata-Version: 2.1
Name: common-interfaces
Version: 0.1.2
Summary: Useful tools to work with ETL Redis config in Python
Home-page: https://github.com/rajumonpk/common_interfaces
Author: Rajendran
Author-email: rajumonpk@hotmail.com
License: MIT
Download-URL: https://pypi.org/project/common_interfaces/
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: redis (==3.5.3)
Requires-Dist: rq

Useful tools to work common_interfaces for etl tools

Description

It consists of three main modules:

RedisManager: This library using for Redis configuration with docker environment
S3Manager: This library using for AWS S3 configuration with docker environment

Installation

Normal installation

pip install common_interfaces

Development installation

git clone https://github.com/rajumonpk/common_interfaces.git

cd common_interfaces

pip install --editable .


