SDK for the Rice VPAA API
Project description
Rice VPAA SDK
Internal SDK for accessing the Rice VPAA API. Requires an API key.
Install
pip install rice-vpaa
Documentation
Full Swagger API documentation is available here.
Usage
from rice_vpaa import VPAAClient
client = VPAAClient(api_key="your-api-key")
Get Faculty
faculty = client.get_faculty(
unit_ids=[123],
tenure_statuses=["TTT"],
employment_statuses=["Full Time"]
)
Get Divisions
divisions = client.get_divisions(departments_only=True)
Get Open Positions
positions = client.get_open_positions()
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
rice_vpaa_sdk-0.1.0.tar.gz
(2.9 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 rice_vpaa_sdk-0.1.0.tar.gz.
File metadata
- Download URL: rice_vpaa_sdk-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb9add79eeaea682dcb022512d2990949273e889ab43372cf1f80a01d13eeca7
|
|
| MD5 |
6c6321abd0ce72eb356f5e97453868ac
|
|
| BLAKE2b-256 |
06be3d9a7b5d7fbde1bf8fd10326c6939c3a918c1d95222a181284df0b7991f3
|
File details
Details for the file rice_vpaa_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rice_vpaa_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6cd2a940331a89287b8f51eeb49ef32f6219872d89e62a2500b9771b1d79c21
|
|
| MD5 |
078d3fe07945dc91efcaa61fa42839be
|
|
| BLAKE2b-256 |
2a36ab7b051413957cd9d2116568556b73c85dfd1dff5a54397036bfdb498cb3
|