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.4.tar.gz
(3.3 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.4.tar.gz.
File metadata
- Download URL: rice_vpaa_sdk-0.1.4.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a4cfda9eded8f1c2177b634e5d7500fe7903a86444b0b8173b0e81b8eb31b55
|
|
| MD5 |
9e5af914eec7684a5cdf822eec44f0b6
|
|
| BLAKE2b-256 |
bb3561563c89b3985482a029836ca803134c73572a833cb27d28a91e01cb98b9
|
File details
Details for the file rice_vpaa_sdk-0.1.4-py3-none-any.whl.
File metadata
- Download URL: rice_vpaa_sdk-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.9 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 |
899f4f56d7e60faca7ba992c39235616284f0fb429d5b52620366f59d2bafe3c
|
|
| MD5 |
a4d5f6a2f90219ecfbeb2e0523652cdc
|
|
| BLAKE2b-256 |
10561eb04eb1f39dfde31884d5459bd7e9e5ece5cc96fe5c36b8b6a771382065
|