Metadata-Version: 2.1
Name: hacapi
Version: 0.5.4
Summary: This is a simple API to access the Home Access Center (HAC)
License: MIT
Author: Nazchanel
Author-email: eshaniyer@duck.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beautifulsoup4 (>=4.10.0,<5.0.0)
Requires-Dist: lxml (>=4.6.3,<5.0.0)
Requires-Dist: pandas (>=1.3.3,<2.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Description-Content-Type: text/markdown

# 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***)  →

