|
|
2 weeks ago | |
|---|---|---|
| pythonScripts | 1 year ago | |
| LICENSE | 4 years ago | |
| Readme.md | 5 years ago | |
| config.py | 5 months ago | |
| getCSRF.py | 5 years ago | |
| getFile.py | 5 years ago | |
| importXLSX.py | 2 weeks ago | |
| labkeyDatabaseBrowser.py | 11 months ago | |
| labkeyFileBrowser.py | 4 years ago | |
| labkeyInterface.py | 1 year ago | |
| manageCRF.py | 2 weeks ago | |
| network-config-sample.json | 5 years ago |
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.
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')
getFile.py illustrates use to connect to site, collect image and perform image analysis.
To connect, a key without password is needed for compliance with urllib3.
Generate it with:
openssl rsa -in [file1.key] -out [file2.key]