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.1.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.1.tar.gz.
File metadata
- Download URL: rice_vpaa_sdk-0.1.1.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 |
cf8044103e4cef5e0d31aa7a78b7076e35a401332399999af67560632c715a2a
|
|
| MD5 |
4b03162c383f6562be4b6a9401b1c6c7
|
|
| BLAKE2b-256 |
4cb6de1aa979c5019748cb0b1eb96445f4630b076b61bb33621dda31671ad08f
|
File details
Details for the file rice_vpaa_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: rice_vpaa_sdk-0.1.1-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 |
7edcc79ca798cc99f1fad4552c4320b093d6ae4afcb84f0c267334eaf5378878
|
|
| MD5 |
095ede817b0abd8421ce94fdd33866fe
|
|
| BLAKE2b-256 |
51ae4d6d3853a6573adeb1aeb9419142559141d948d0d528185b2cb08344c2e5
|