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.5.tar.gz
(3.8 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.5.tar.gz.
File metadata
- Download URL: rice_vpaa_sdk-0.1.5.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbd1b31fa550e5d7d6a64423f94c12e2beddc709f9c13e691b767024a9665da6
|
|
| MD5 |
3a55299abb396b97aff5669f3ce6e7e4
|
|
| BLAKE2b-256 |
612b97042d532df9f77c1d7a5fe1419abce0ecd917c14e6c87fc018e876b2155
|
File details
Details for the file rice_vpaa_sdk-0.1.5-py3-none-any.whl.
File metadata
- Download URL: rice_vpaa_sdk-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.6 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 |
ff4c7a7cd406231b70dbe2509ae102b72fa2cd7d0d892f648867ade495b48e14
|
|
| MD5 |
b37a7553b037fdc7d38cefb3233265fa
|
|
| BLAKE2b-256 |
b85c6de22c7faf68544a3a8f5cc90f640f88ddcb1d90981102285dff834b3407
|