labstep


Namelabstep JSON
Version 3.30.0 PyPI version JSON
download
home_pagehttp://github.com/Labstep/labstepPy
SummaryPython SDK for working with the Labstep API
upload_time2025-01-02 08:39:23
maintainerNone
docs_urlNone
authorLabstep
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements pandas python-dotenv requests pytest coverage Pylama Sphinx sphinx_rtd_theme sphinxcontrib-programoutput pycodestyle pylint beautifulsoup4 Deprecated pathvalidate Pillow
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/fa/18/311db0ff5bcdebf814ced84cfcdd1c2c91660320ea726e7d8f9412deff10/labstep-3.30.0.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.30.0",
    "project_urls": {
        "Homepage": "http://github.com/Labstep/labstepPy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa18311db0ff5bcdebf814ced84cfcdd1c2c91660320ea726e7d8f9412deff10",
                "md5": "c1423b4d16496ea9acba6aba7e047a68",
                "sha256": "2ef25436771574f70b9ae15c5f892464aacde052ecdda44b1a9915046bef86a4"
            },
            "downloads": -1,
            "filename": "labstep-3.30.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c1423b4d16496ea9acba6aba7e047a68",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 88704,
            "upload_time": "2025-01-02T08:39:23",
            "upload_time_iso_8601": "2025-01-02T08:39:23.632640Z",
            "url": "https://files.pythonhosted.org/packages/fa/18/311db0ff5bcdebf814ced84cfcdd1c2c91660320ea726e7d8f9412deff10/labstep-3.30.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-02 08:39:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Labstep",
    "github_project": "labstepPy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "python-dotenv",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "coverage",
            "specs": []
        },
        {
            "name": "Pylama",
            "specs": []
        },
        {
            "name": "Sphinx",
            "specs": []
        },
        {
            "name": "sphinx_rtd_theme",
            "specs": []
        },
        {
            "name": "sphinxcontrib-programoutput",
            "specs": []
        },
        {
            "name": "pycodestyle",
            "specs": []
        },
        {
            "name": "pylint",
            "specs": []
        },
        {
            "name": "beautifulsoup4",
            "specs": []
        },
        {
            "name": "Deprecated",
            "specs": []
        },
        {
            "name": "pathvalidate",
            "specs": []
        },
        {
            "name": "Pillow",
            "specs": []
        }
    ],
    "lcname": "labstep"
}
        
Elapsed time: 0.39875s