Metadata-Version: 2.2
Name: umd-api
Version: 0.5.0
Summary: A package for accessing the UMD API in Python
Author-email: Eshan Iyer <eshaniyer@duck.com>
License: MIT
Project-URL: Documentation, https://github.com/Nazchanel/umd-api-python
Project-URL: Source, https://github.com/Nazchanel/umd-api-python
Keywords: umd,education,API
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# HAC API

## Introduction

This is a simple API to access the Home Access Center (HAC) of the [Frisco Independent School District](https://www.friscoisd.org/). 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***)  →
