labstep


Namelabstep JSON
Version 3.28.2 PyPI version JSON
download
home_pagehttp://github.com/Labstep/labstepPy
SummaryPython SDK for working with the Labstep API
upload_time2024-11-05 09:59:52
maintainerNone
docs_urlNone
authorLabstep
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            labstepPy
=========

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:

https://labsteppy.readthedocs.io/en/latest/

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/Labstep/labstepPy",
    "name": "labstep",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Labstep",
    "author_email": "dev@labstep.com",
    "download_url": "https://files.pythonhosted.org/packages/e9/c3/ef8c98f4959a2d1a14df802043b34463bfa31fa96d90d517c948612dce0a/labstep-3.28.2.tar.gz",
    "platform": null,
    "description": "labstepPy\n=========\n\nPython SDK for working with the Labstep API\n\nInstallation\n------------\n\n::\n\n   pip install labstep\n\nUsage\n-----\n\n::\n\n   import labstep\n\n   # Login to your Labstep account\n   user = labstep.login('myaccount@labstep.com', 'mypassword')\n\n   # Get a list of your experiments\n   experiments = user.getExperiments(count=10)\n\n   # Get a specific experiment\n   my_experiment = experiments[0]\n\n   # Get a specific protocol\n   protocols = user.getProtocols()\n   my_protocol = protocols[0]\n\n   # Attach the protocol to the experiment\n   result = my_experiment.addProtocol(my_protocol)\n\nFor full list of available methods see:\n\nhttps://labsteppy.readthedocs.io/en/latest/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python SDK for working with the Labstep API",
    "version": "3.28.2",
    "project_urls": {
        "Homepage": "http://github.com/Labstep/labstepPy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9c3ef8c98f4959a2d1a14df802043b34463bfa31fa96d90d517c948612dce0a",
                "md5": "756a77b88e93adbcf57e12af54b40858",
                "sha256": "74d703006207a4a367c08db34d13b3347db96c0e6d16bc387fbe578a329d1d0e"
            },
            "downloads": -1,
            "filename": "labstep-3.28.2.tar.gz",
            "has_sig": false,
            "md5_digest": "756a77b88e93adbcf57e12af54b40858",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 88458,
            "upload_time": "2024-11-05T09:59:52",
            "upload_time_iso_8601": "2024-11-05T09:59:52.480852Z",
            "url": "https://files.pythonhosted.org/packages/e9/c3/ef8c98f4959a2d1a14df802043b34463bfa31fa96d90d517c948612dce0a/labstep-3.28.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 09:59:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Labstep",
    "github_project": "labstepPy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "labstep"
}
        
Elapsed time: 0.43213s