Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 781 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 781 Bytes

HAC API

Introduction

This is a simple API to access the Home Access Center (HAC) of the Frisco Independent School District. This API is not affiliated with the school district in any way.

Documentation

  • return_current_assignments_df( ) → list(pandas.DataFrame)

  • return_current_assignments_html( ) → list(str)

  • return_current_grades( ) → tuple(list(str))

  • get_username( ) → str

  • reset( ) → void

  • return_to_current( ) → void

  • return_weighted_gpa( ) → float

  • return_college_gpa( ) → float

Out of Order

  • return_quarter_grade(quarter) →

  • return_quarter_assignments_df(quarter) →

  • return_quarter_assignments_html(quarter) →