Нема описа

NIX User e892554ee8 adding missing getCSRF.py пре 4 година
Readme.md fbad6ad2e6 Initial import пре 5 година
getCSRF.py e892554ee8 adding missing getCSRF.py пре 4 година
getFile.py fbad6ad2e6 Initial import пре 5 година
labkeyDatabaseBrowser.py d1c64988f4 Adding encoding to response interpretation пре 4 година
labkeyFileBrowser.py fbad6ad2e6 Initial import пре 5 година
labkeyInterface.py 573173dc2c Allow for redirect through encoding for responseData to json parsing пре 4 година
network-config-sample.json fbad6ad2e6 Initial import пре 5 година

Readme.md

Labkey Python interface

A Python3 urllib3 based interface for communication with the LabKey server. Update over official LabKey version is the use of client certificates to access potentially sensitive sites.

Setup

Update network-config-sample.json with personal information needed to access the site (certificates, keys, username and password) When using labkeyInterface, use the updated file as input to labkeyInterface constructor, ie

ifc=labkeyInterface.labkeyInterface('/path/to/network-config.json')

Use

getFile.py illustrates use to connect to site, collect image and perform image analysis.