richardogoma / bitcoin-rate-etl

An ETL pipeline to ingest near-real time data of Bitcoin rates across major currencies (USD/GBP/EUR) from the CoinDesk Bitcoin Price Index API.
MIT License
0 stars 1 forks source link

Create pip installable package #31

Open richardogoma opened 10 months ago

richardogoma commented 10 months ago

In the Flask App, Install the etl client as a pip dependency. So configure the etl client to be installable as a package and modify reference or invocation in the flask app as required.

References: Python: Creating a pip installable package Installing Packages You can pip install directly from GitHub Pip Install From GitHub - Python Packages - Easy Method - Must Watch for Beginners