Python SDK for HOUSES API
Project description
HOUSES Client
A Python Client SDK for the Mayo Clinic HOUSES API
Requirements
Python 3.9+
Installation
pip install houses-client
Example Usage
from houses_client import client
#Create a client passing in your API client id and client secret
client = client.HousesClient(api_endpoint="https://houses.konfidential.io",
client_id="my oidc client id",
client_secret="my oidc client secret",
log_level="INFO")
# Submit batch request reading from myinput.csv and writing results to myoutput.csv
client.batch("myinput.csv", "myoutput.csv")
Build
pyton3 -m pip install --upgrade build
python3 -m build
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
houses-client-0.0.6.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for houses_client-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4be0be726ee04af4e195421dd24cc559ad18078c5b38efa05930687d0b624632 |
|
MD5 | 7ecd93966ac95daad30e9754667cc68d |
|
BLAKE2b-256 | 21d22fb7d98d43ae5b6aabb27e1e13a580c189a547b5a6cd47b8c7084e0fe561 |