Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 791 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 791 Bytes

pydf

Python package for Dataflow at GCP

User's Guide

Install from this repo

pip install -U git+https://github.com/liferoad/pydf

Developer's Guide

Requirements

  • Python 3.9.x (3.10.x+ and 3.8.x- will not work)

IDE

VSCode with Code Spell Checker + autoDocstring + Python + Pylance

Setup Environment

make init
source venv/bin/activate

If you want to clean up your environment,

make clean

Please always run these before you commit your code:

make format
make lint

Run tests:

make test