{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "# Lake Shore Python Driver\n\n[![Build Status](https://lakeshorecryotronics.visualstudio.com/Lake%20Shore%20Dev/_apis/build/status/Python%20Driver?branchName=master)](https://lakeshorecryotronics.visualstudio.com/Lake%20Shore%20Dev/_build/latest?definitionId=138?branchName=master)\n[![Documentation Status](https://readthedocs.org/projects/lake-shore-python-driver/badge/?version=latest)](https://lake-shore-python-driver.readthedocs.io/en/latest/?badge=latest)\n[![PyPI Version](https://img.shields.io/pypi/v/lakeshore.svg)](https://pypi.org/project/lakeshore/)\n![Python Support](https://img.shields.io/pypi/pyversions/lakeshore.svg)\n\nThe [Lake Shore](https://www.lakeshore.com) python driver allows users to quickly and easily communicate with Lake Shore instruments. It automatically establishes a connection and provides a variety of functions specific to the product that configure settings and acquire measurements. \n\n## Supported Products\n* [F41 and F71 Teslameters](https://www.lakeshore.com/products/Gaussmeters/F71-F41-teslameters/Pages/Overview.aspx)\n* [155 Precision I/V Source](https://www.lakeshore.com/products/measureready/model-155/Pages/Overview.aspx) \n* [M91 FastHall Controller](https://www.lakeshore.com/products/categories/overview/material-characterization-products/measureready-instruments/measureready-m91-fasthall-measurement-controller) \n\n\n## Getting Started\nInstall the driver using [pip](https://pip.pypa.io/en/stable/quickstart/):\n\n pip install lakeshore\n\n## A Simple Example\nThe following code will connect to a 155 Precision Source over USB and print what is returned by an identification query.\n\n from lakeshore import PrecisionSource\n\n my_instrument = PrecisionSource()\n print(my_instrument.query('*IDN?'))\n\n## Documentation\nDetailed documentation of the driver and more example code is available [here](https://lake-shore-python-driver.readthedocs.io/en/latest/).\n\n## Contribute\nWe want your feedback!\n\nPlease request changes, features, and additional instruments through the GitHub issues page.\n\nDon't hesitate to create pull requests. They make the driver better for everyone! \n\n## Resources\n* [Lake Shore website](https://www.lakeshore.com)\n* [GitHub repo](https://github.com/lakeshorecryotronics/python-driver)\n* [Change log](https://github.com/lakeshorecryotronics/python-driver/blob/master/CHANGELOG.md)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lakeshorecryotronics/python-driver", "keywords": "", "license": "MIT", "maintainer": "Lake Shore Cryotronics, Inc.", "maintainer_email": "service@lakeshore.com", "name": "lakeshore", "package_url": "https://pypi.org/project/lakeshore/", "platform": "", "project_url": "https://pypi.org/project/lakeshore/", "project_urls": { "Homepage": "https://github.com/lakeshorecryotronics/python-driver" }, "release_url": "https://pypi.org/project/lakeshore/1.2.0/", "requires_dist": [ "pyserial (>=3.0)", "iso8601" ], "requires_python": "", "summary": "A package to connect to and interact with Lake Shore instruments.", "version": "1.2.0" }, "last_serial": 5732923, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "950813fe12ac5a9abe6084de09067abb", "sha256": "d79f4894b0ca24e66812075d38d1988942b324d71d505d435f4507da122ef2fb" }, "downloads": -1, "filename": "lakeshore-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "950813fe12ac5a9abe6084de09067abb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17508, "upload_time": "2019-01-11T17:43:46", "url": "https://files.pythonhosted.org/packages/9c/aa/533f9546982b94f407bbd3ea9d4f0a904e41237cc89992c9584e0a594c2a/lakeshore-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff83ec44481a8d52a4504bd09ce21979", "sha256": "15a00c5f96ecabc2cd75333070cfb66eb3fc6d387273abe03548bbbb27e6c326" }, "downloads": -1, "filename": "lakeshore-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ff83ec44481a8d52a4504bd09ce21979", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14575, "upload_time": "2019-01-11T17:43:48", "url": "https://files.pythonhosted.org/packages/b4/0b/0fcda98b40fd590102d0f4e85b35e315b41b9a7020470cb3a6cf923b0f06/lakeshore-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "7c8b49fbeb12768912850e4d0ea5c4fe", "sha256": "fd0f69b83df662485134852edd7eb6f4b063c1b9ebc1c9b6b1283a58bf26143c" }, "downloads": -1, "filename": "lakeshore-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7c8b49fbeb12768912850e4d0ea5c4fe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17864, "upload_time": "2019-07-23T20:38:55", "url": "https://files.pythonhosted.org/packages/23/b5/d15e656675593255f836d1049230c9ef2db586ba0d8330e097921de2e04e/lakeshore-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4fab97c3a2d95a1d55241501deb5561c", "sha256": "dddd790250fccddbd319d6c27a01c756d48dd49392fab96ddd1c957dcc3d2775" }, "downloads": -1, "filename": "lakeshore-1.1.0.tar.gz", "has_sig": false, "md5_digest": "4fab97c3a2d95a1d55241501deb5561c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15173, "upload_time": "2019-07-23T20:38:56", "url": "https://files.pythonhosted.org/packages/0a/c7/d6cc5d0f3237c53c7a8a04fc06c758e165417a513099a3cefdb83baf7667/lakeshore-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "3f1394a5a117b6524fbeccfda5925447", "sha256": "74dc52b0ab7133fa2b84393ebca8a0019613ddca01dd3defb12df6cfa5e5dbd5" }, "downloads": -1, "filename": "lakeshore-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f1394a5a117b6524fbeccfda5925447", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23266, "upload_time": "2019-08-26T20:14:04", "url": "https://files.pythonhosted.org/packages/2f/3d/29bf7f8f52e327b1cbd27557cb0776c6ed26a87491b0133bb0916149be0b/lakeshore-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6dc294b80ac85a2c139b2fb4a74819bf", "sha256": "5953dc55806f16b7429e1f9db5ab208f8be3116039bc823b072987edb996ead9" }, "downloads": -1, "filename": "lakeshore-1.2.0.tar.gz", "has_sig": false, "md5_digest": "6dc294b80ac85a2c139b2fb4a74819bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20945, "upload_time": "2019-08-26T20:14:05", "url": "https://files.pythonhosted.org/packages/3a/cb/b3c2bb57514b398d59e2e50fef34f557c005603a92314bda0d88000affc7/lakeshore-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3f1394a5a117b6524fbeccfda5925447", "sha256": "74dc52b0ab7133fa2b84393ebca8a0019613ddca01dd3defb12df6cfa5e5dbd5" }, "downloads": -1, "filename": "lakeshore-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f1394a5a117b6524fbeccfda5925447", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23266, "upload_time": "2019-08-26T20:14:04", "url": "https://files.pythonhosted.org/packages/2f/3d/29bf7f8f52e327b1cbd27557cb0776c6ed26a87491b0133bb0916149be0b/lakeshore-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6dc294b80ac85a2c139b2fb4a74819bf", "sha256": "5953dc55806f16b7429e1f9db5ab208f8be3116039bc823b072987edb996ead9" }, "downloads": -1, "filename": "lakeshore-1.2.0.tar.gz", "has_sig": false, "md5_digest": "6dc294b80ac85a2c139b2fb4a74819bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20945, "upload_time": "2019-08-26T20:14:05", "url": "https://files.pythonhosted.org/packages/3a/cb/b3c2bb57514b398d59e2e50fef34f557c005603a92314bda0d88000affc7/lakeshore-1.2.0.tar.gz" } ] }