PlanetTerp API Python wrapper
Project description
PlanetTerp API Python Wrapper
This is a Python wrapper around the PlanetTerp API.
To install, either use the code on GitHub, or install with pip install planetterp (you might need to run pip3 install planetterp).
Example usage
import planetterp
course = planetterp.course(name="MATH140", reviews=True)
courses = planetterp.courses(department="MATH", limit=2)
prof = planetterp.professor(name="Jon Snow", reviews="true")
profs = planetterp.professors(type_="ta", limit=2)
grades = planetterp.grades(course="MATH140", professor="Jon Snow")
print(course)
print(courses)
print(prof)
print(profs)
print(grades)
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
planetterp-1.0.0.tar.gz
(3.0 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 planetterp-1.0.0.tar.gz.
File metadata
- Download URL: planetterp-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
060c2adbc80a62c0361fe6291e4cc3b24d7b2c692b1674115ea688d41b30fbf6
|
|
| MD5 |
e0039c4323b3607d30b965f42cbe5ba1
|
|
| BLAKE2b-256 |
e8e7b871ad4d1f2c65c5ff0d83de9d393c1b85c7dc1d2dc7227a9ec412a17458
|
File details
Details for the file planetterp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: planetterp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a63b9b66062574a5e36d95c3dbca9b4335cd5f213b891513bd4bbfcb1653ad1
|
|
| MD5 |
e9369c00f2800ffb5af6ce78935e4110
|
|
| BLAKE2b-256 |
33b6bb1f41706fec67c7acecf900b8c803b47eb16c2a31b8b97940608e4b6578
|