jupyterhub / hubshare

A directory sharing service for JupyterHub
BSD 3-Clause "New" or "Revised" License
57 stars 21 forks source link

client library #10

Open minrk opened 7 years ago

minrk commented 7 years ago

once this is up, we should probably have a simple Python client library (and possibly CLI) for interacting with HubShare.

Since we've got a simple REST (and/or WebDAV) API, this should be pretty straightforward via requests.Session.