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.2.tar.gz
(3.2 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.2.tar.gz.
File metadata
- Download URL: rice_vpaa_sdk-0.1.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c63d1ccb645c77f8ba1d261e911413e84237cc9fd40fb7aa2773d72e5c3de03
|
|
| MD5 |
05c01561b42837f8118acd35e4638945
|
|
| BLAKE2b-256 |
afe2e7abf07873cc9ab54b2fc616278ca42eb2a13b5e8111173381694c4673ab
|
File details
Details for the file rice_vpaa_sdk-0.1.2-py3-none-any.whl.
File metadata
- Download URL: rice_vpaa_sdk-0.1.2-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 |
80ceba0a32e9d75eb432560e13a5803ea0e094f3a86c6d58ef5513932c8f2b12
|
|
| MD5 |
fcc6fda5254e27fed4d73571827c6fd8
|
|
| BLAKE2b-256 |
2ed4ebbf990da7e0043c246090fd907bf74a35f080cf3bf9c27f7d0633f969d8
|