Andrej f3bf3bfd7c Error in OSError reporting | преди 4 месеца | |
---|---|---|
pythonScripts | преди 4 месеца | |
LICENSE | преди 3 години | |
Readme.md | преди 4 години | |
getCSRF.py | преди 4 години | |
getFile.py | преди 4 години | |
labkeyDatabaseBrowser.py | преди 7 месеца | |
labkeyFileBrowser.py | преди 3 години | |
labkeyInterface.py | преди 4 месеца | |
netwo | преди 2 години | |
network-config-sample.json | преди 4 години |
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]