Steps to run my assignment
- Create conda environment conda create -n csv_filter python=3.11
- Activate Environment conda activate csv_filter
- Download Dependencies pip install -r requirements.txt
- Install the csv_filter package for command line ussage pip install --editable .
- Run the command line tool (Using the provided input.csv to test) csv-filter input.csv output.csv "Student" "occupation"
- Run the Unit Tests pytest