Skip to main content

A simple interface to the UIUC course explorer API

Project description

UIUC CourseExplorer API
=======================
.. image:: https://circleci.com/gh/rohits2/UIUC-API/tree/master.svg?style=shield
What is this?
-------------
This is an interface to the UIUC Course Explorer API. It allows for the easy querying of class statuses from inside Python.
This library supports both async and standard queries to the API, as well as querying for specific CRNs.

Basic usage
-----------
The API is very simple to use:
::
from uiucapi.query import get_course
course = get_course("CS 374 FA17")
for section in course.sections:
print(section.registration_status)

Advanced features
-----------------
If :code:`uiucapi.aioquery` is used instead of query, the :code:`get_course` and :code:`get_section` methods provided will be non-blocking coroutines instead of
blocking methods.

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

uiucapi-1.0.2.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file uiucapi-1.0.2.tar.gz.

File metadata

  • Download URL: uiucapi-1.0.2.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for uiucapi-1.0.2.tar.gz
Algorithm Hash digest
SHA256 66b8c369ed48e97da1fcfb1acfe61cfdf82c0e96b9634e3ae6a2388a717f9cb6
MD5 075addc5e10ac52fe8da0fa0490adc58
BLAKE2b-256 ba30374ddd7fbc9209bfd52e88a99a245b33a96a074d86cef3f15bc4811c8423

See more details on using hashes here.

Supported by

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