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.6.tar.gz
(4.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 rice_vpaa_sdk-0.1.6.tar.gz.
File metadata
- Download URL: rice_vpaa_sdk-0.1.6.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d726b9178f4094df41454695e650747e6fe464027df7314f42ae092e56cad0a1
|
|
| MD5 |
8ec7a9f9dd3fbf0fe18126332944a455
|
|
| BLAKE2b-256 |
f7e28ad086cc378bbdf769e16f634be56eefecec278f876e2671fe617c6b065f
|
File details
Details for the file rice_vpaa_sdk-0.1.6-py3-none-any.whl.
File metadata
- Download URL: rice_vpaa_sdk-0.1.6-py3-none-any.whl
- Upload date:
- Size: 4.7 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 |
4fc9e9de17ea97638d79c959eec7885da253c59ea23b6449594c7b4744b0f424
|
|
| MD5 |
c968e1b4080efd0b8da6a84a18fa96aa
|
|
| BLAKE2b-256 |
f2fe795ba194fae3be5869e56db332d5851800695c3bdf4f95475815ec67ec02
|