A client for SFU's course outline API.
Project description
sfu-api
A client for SFU's course outline API.
Examples
Printing all the terms of the first year
client = sfu_api.Client()
years = client.get_years()
terms = client.get_terms(years[0])
for term in terms:
print(term)
# summer
# fall
Getting the course description for MATH 150 D101 (Calculus I with Review) in the Summer 2023 term
client = sfu_api.Client()
outline = client.get_outline("2023", "summer", "math", "150", "d101")
print(outline.info.description)
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
sfu_api-0.1.2.tar.gz
(13.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sfu_api-0.1.2.tar.gz.
File metadata
- Download URL: sfu_api-0.1.2.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc7f9ef68e1659a8490be10c27cd119ccb09a541cef658d081aebfa9ca5b1757
|
|
| MD5 |
29d932ea85cc96927b6fd41a157664c7
|
|
| BLAKE2b-256 |
6afada8ccca79a1c24371bf725192a94a15c989f8a8b1267ae6c948436180d73
|
File details
Details for the file sfu_api-0.1.2-py3-none-any.whl.
File metadata
- Download URL: sfu_api-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01f34ee0c7ce9696863483e3818a86a0d764e3439af230e8d0197cba4f8c74de
|
|
| MD5 |
22d30c4b1482c3fa6d95a4668e6dc4eb
|
|
| BLAKE2b-256 |
89280888ced278d03f0b7c5d3d26bd08240d0ebef0f42c1fe8ee8d36730ad9cd
|