A simple API for the California Virtual Campus platform.
Project description
California Virtual Campus API
A simple API for the California Virtual Campus platform.
Documentation can be found at: https://cvc-api.github.io/
Installation:
python -m pip install CaliforniaVirtualCampusAPI
Update:
python -m pip install CaliforniaVirtualCampusAPI --upgrade
To use the package in your program, please import the package:
from cvc import *
Uninstallation:
python -m pip uninstall CaliforniaVirtualCampusAPI
Usage
Request a particular list of courses and retrieve all of their data.
Example:
from cvc import *
courseIDs = getCourseIDsBySearch("Pasadena City College", "COMP122", "CS2", "FUNDAMENTALS OF COMPUTER SCIENCE I")
getCourseContentByID(courseIDs[0]).printAll()
License
This project is also licensed under the Apache 2.0 License. See LICENSE for more details.
The course data used by this project is provided by California Virtual Campus and is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 californiavirtualcampusapi-0.0.2.tar.gz.
File metadata
- Download URL: californiavirtualcampusapi-0.0.2.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e2d0dafe28880293a18f3059f225bcc1f7144c715409406bad0431d99f03440
|
|
| MD5 |
0408cfd379599a0d461843362c03eaa0
|
|
| BLAKE2b-256 |
b7286b5cd3492f6b91a3248359ed0d0b3a14f0a0696020e191196a8d467d5749
|
File details
Details for the file californiavirtualcampusapi-0.0.2-py3-none-any.whl.
File metadata
- Download URL: californiavirtualcampusapi-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0a67d0c51ec0687449afb9c746e7b69c01f975811d8e3a0513fa84f6c4003dd
|
|
| MD5 |
3dd8fa810efe52cffe07f643b7c26e67
|
|
| BLAKE2b-256 |
49be64dc84e9672c291a3d0d0cd66cc15a276aa68b412b49cb1213c65ced5b0b
|