Skip to content

This is a project from Cmpsc-101: Data Abstraction. This repository uses object-oriented programming to iterate through a dataset and return search results.

Notifications You must be signed in to change notification settings

folkenrothk/DataAbstraction-objectProcessing

Repository files navigation

Cmpsc 101 Data Abstraction: Object Processing

Completed Fall 2021

Project Instructions

  • Use the cd command 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

Findings

Please refer to the final report for reflection and findings.

About

This is a project from Cmpsc-101: Data Abstraction. This repository uses object-oriented programming to iterate through a dataset and return search results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages