Metadata-Version: 2.1
Name: oncourse_api
Version: 1.1.3
Summary: A python api wrapper for OnCourse Connect
Home-page: https://github.com/Wolfhound905/OnCourse-API
Author: Wolfhound905
Author-email: aiden8green@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown


  <img width="50px" src="https://cdn.discordapp.com/attachments/848365417688203294/892262456271978566/oncourselogo.svg">

# OnCourse-API

OnCourse-API is a python library meant to make getting data from [OnCourse Connect](https://www.oncourseconnect.com/) a simple task

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install oncourse_api
```

## Usage

```python
from oncourse_api import OnCourse

data = OnCourse("Username", "Password")

print(data.schoolName)
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)


