Completed Fall 2021
- Use the
cdcommand to change into the directory for this repository - Change into the program directory by typing
cd objectprocessor - Install the dependencies for the project by typing
poetry install - Run the program with its different configurations by typing:
poetry run objectprocessor --search-term john79 --attribute email --input-file input/people.txt --output-file output/people.txt- Please note that the program will not work unless you add the required source code
- You should run the program in many different configurations so as to ensure it is working correctly
- Confirm that the program is producing the expected output
Please refer to the final report for reflection and findings.