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-sdk
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.3.tar.gz
(3.1 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.3.tar.gz.
File metadata
- Download URL: rice_vpaa_sdk-0.1.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16c3b667134ec6087ea178f8995ba5a0f1a667c1d9ab0acd8ea9ab4847d76ebd
|
|
| MD5 |
565d58c889bf0894f56b4f5ca9dc83f5
|
|
| BLAKE2b-256 |
588524ffee86bc5ad4a3f43321be7b5533b9c7268b43daeeef6b7961f7361ada
|
File details
Details for the file rice_vpaa_sdk-0.1.3-py3-none-any.whl.
File metadata
- Download URL: rice_vpaa_sdk-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.8 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 |
50cc7b137ae69ff25b57c18f0afd5e7a0917016e38875088edfbfa58ce9b09d1
|
|
| MD5 |
784dfe90622188a62db917a753b43d23
|
|
| BLAKE2b-256 |
bbaa85210f7f9924c97ca7b9178c0ac226a2929a6ba32dbc52709da567d70466
|