Examples of using Python to work with LabKey Server | Brian Connolly | 2014-05-28 17:19 |
Status: Closed | ||
Here at LabKey, I regularly use Python to create tools for managing the servers we use. I often use the LabKey Server Python API to interact with the LabKey Servers we are running. However, in a few instances I have been forced to write code to interact with a LabKey Server in ways not yet supported by the Python API. Eventually this code might be included in the Python API, but until that happens I decided to share a few examples of what can be done.
NOTE: These scripts are checked into the LabKey/Samples repository at Github. This repository is used by LabKey to share tools/scripts with the LabKey Server community. It currently contains scripts for the install and upgrade of a LabKey Server and the python scripts described above. Keep an eye on it for additional scripts that are coming soon. |
||