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.
=======================
.. 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.
Release files for uiucapi 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| uiucapi-1.0.2.tar.gz | 4.0 kB | Details |
Release files / uiucapi-1.0.2.tar.gz
| Download URL | uiucapi-1.0.2.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
66b8c369ed48e97da1fcfb1acfe61cfdf82c0e96b9634e3ae6a2388a717f9cb6
|
|
BLAKE2b-256 checksum How to use checksums |
ba30374ddd7fbc9209bfd52e88a99a245b33a96a074d86cef3f15bc4811c8423
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |