README.md
setup.py
ta_assignment_automation/__init__.py
ta_assignment_automation.egg-info/PKG-INFO
ta_assignment_automation.egg-info/SOURCES.txt
ta_assignment_automation.egg-info/dependency_links.txt
ta_assignment_automation.egg-info/requires.txt
ta_assignment_automation.egg-info/top_level.txt
ta_assignment_automation/src/__init__.py
ta_assignment_automation/src/algorithms/__init__.py
ta_assignment_automation/src/algorithms/hungarian.py
ta_assignment_automation/src/config/__init__.py
ta_assignment_automation/src/config/capacity_cap.py
ta_assignment_automation/src/config/daysMapping.py
ta_assignment_automation/src/config/db_config.py
ta_assignment_automation/src/config/edgeWeights.py
ta_assignment_automation/src/config/getPseudoLabs.py
ta_assignment_automation/src/config/lab_ta_requirements.py
ta_assignment_automation/src/config/timeSlotMapping.py
ta_assignment_automation/src/db_access/__init__.py
ta_assignment_automation/src/db_access/connect.py
ta_assignment_automation/src/db_access/create_tables.py
ta_assignment_automation/src/db_access/insert_data.py
ta_assignment_automation/src/db_access/models.py
ta_assignment_automation/src/scripts/__init__.py
ta_assignment_automation/src/scripts/combined_view.py
ta_assignment_automation/src/scripts/compute_conflict_matrix.py
ta_assignment_automation/src/scripts/create_conflict_breakdown_skeleton.py
ta_assignment_automation/src/scripts/create_final_sections.py
ta_assignment_automation/src/scripts/duplicateTAs.py
ta_assignment_automation/src/scripts/getCoursesTakenFromCrn.py
ta_assignment_automation/src/scripts/getTimeSlotsFromCRN.py
ta_assignment_automation/src/scripts/incremental_TA_duplication.py
ta_assignment_automation/src/scripts/parse_courses.py
ta_assignment_automation/src/scripts/parse_instructor_pref.py
ta_assignment_automation/src/scripts/parse_schedule.py
ta_assignment_automation/src/scripts/parse_sections.py
ta_assignment_automation/src/scripts/parse_ta_data.py
ta_assignment_automation/src/scripts/process_labs.py
ta_assignment_automation/src/scripts/show_hungarian_assignments.py
ta_assignment_automation/src/scripts/splitTAHours.py
ta_assignment_automation/src/utils/__init__.py
ta_assignment_automation/src/utils/convertCSVtoJSON.py
ta_assignment_automation/src/utils/create_required_folders.py
ta_assignment_automation/src/utils/csvToDict.py
ta_assignment_automation/src/utils/dictionaryToJsonFile.py
ta_assignment_automation/src/utils/filterDigits.py
ta_assignment_automation/src/utils/load_conflict_matrix.py
ta_assignment_automation/src/utils/saveMatirxToTxtFile.py
ta_assignment_automation/src/utils/setCurrDirToBase.py