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.1.tar.gz
(13.6 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.1.tar.gz.
File metadata
- Download URL: sfu_api-0.1.1.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3e3c2fa2da6aad0d9f6d15aed6c36b4e06abe1319bb609bfb61f127e089bade
|
|
| MD5 |
f64e29154a8890f0eb4077cc1202c665
|
|
| BLAKE2b-256 |
20a00243a7893222b2a8786ac456ad8a331277ef0babf10ead32f9543f014c57
|
File details
Details for the file sfu_api-0.1.1-py3-none-any.whl.
File metadata
- Download URL: sfu_api-0.1.1-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 |
0d04e5fef2f023f681889dabd8eca8595158954c20ee8ea5d5de5c35f6688ee9
|
|
| MD5 |
237dfbc9d0a8daa03ce9fa320929c87c
|
|
| BLAKE2b-256 |
30e45a70f89ad311e61999744b7177f830fb12885d6f3e4e3ad87ab7ea9d0e77
|