Metadata-Version: 2.1
Name: awesome_pipeline
Version: 0.0.1
Summary: A framework for data standardised pipeline  platform
Author: Andy Yang
Author-email: yong.yang@health.nsw.gov.au
License: private
Keywords: None
Requires-Python: >3.6

# Overview
This project is used to build data ETL standardised pipeline

The whole process works from end to end
## Requirements
Install the program.

If you need to run the  pipeline, you need to this package first


### Installation Instructions
To install the package, run the following command in the base folder including 
the `setup.py`

``
pip install -e .
``
