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.36.3.tar.gz
(94.5 kB
view details)
File details
Details for the file labstep-3.36.3.tar.gz.
File metadata
- Download URL: labstep-3.36.3.tar.gz
- Upload date:
- Size: 94.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fc04b4a5529ca154be9e07f4424eab24481dc8bafd53fb622609510b529c15c
|
|
| MD5 |
7603ba35089dbb881997c2a7d9de9c14
|
|
| BLAKE2b-256 |
30ae36e81d7bbe1806afd3599e98c59a4aacf220f6e046ada59e9e87ecc980bd
|