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.28.0.tar.gz
(88.1 kB
view details)
File details
Details for the file labstep-3.28.0.tar.gz
.
File metadata
- Download URL: labstep-3.28.0.tar.gz
- Upload date:
- Size: 88.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34349da741a917b0674542e8794ad88247a2aba48db38dfdd4674f96c6ceb578 |
|
MD5 | 2c4df51a2a7ae3dc15c1c3bc40c96945 |
|
BLAKE2b-256 | 63e39914fdc2efc4d80bf70e88c58bbd6e452387af37703177b031b67d911b97 |