Python SDK for working with the Labstep API
Project description
Python SDK for working with the Labstep API
Installation
pip install labstep
Usage
import labstep # Login to your Labstep account user = labstep.login('myaccount@labstep.com', 'mypassword') # Get a list of your experiments experiments = user.getExperiments(count=10) # Get a specific experiment my_experiment = experiments[0] # Get a specific protocol protocols = user.getProtocols() my_protocol = protocols[0] # Attach the protocol to the experiment result = my_experiment.addProtocol(my_protocol)
For full list of available methods see:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
labstep-3.27.1.tar.gz
(88.2 kB
view details)
File details
Details for the file labstep-3.27.1.tar.gz
.
File metadata
- Download URL: labstep-3.27.1.tar.gz
- Upload date:
- Size: 88.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90f6f6be70837345ddb895428fdac9d54de7e287bdf9bc430dafee8d6a3aa03e |
|
MD5 | 3eeba81bf2192dbb632ccb39fa922540 |
|
BLAKE2b-256 | da0d5384ae55e8f4a5913aa3e9d2d727343c723d4911c36f6dc234fef3596c1f |