Skip to main content

A python api wrapper for OnCourse Connect

Project description

OnCourse-API

OnCourse-API is a python library meant to make getting data from OnCourse Connect a simple task

PyPI PyPI - Python Version

Installation

Use the package manager pip to install foobar.

pip install oncourse-api

Usage

from oncourse_api import OnCourse

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

student = account.active_profile.student

print(student) # Prints Student Name

assignments = student.assignments # Returns list of assignments

# I love typehinting so your IDE should display options for everything

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oncourse-api-2.2.1.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

oncourse_api-2.2.1-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page