{ "info": { "author": "Liam Hawkins", "author_email": "liam.hawkins@carleton.ca", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering" ], "description": "PipetteWrapper\n-----\nPipetteWrapper is used to wrap opentrons multichannel Pipette objects to allow multichannels to act as single channels.\n\n__CURRENTLY REQUIRES A MODIFICATION TO LINE 67 IN `opentrons/api/calibration.py`:__\n\n__CHANGE:__\n\n``inst.pick_up_tip(container._container[0])``\n\n__TO:__\n\n``inst.pick_up_tip(location=container._container[0])``\n\nExample\n-----\n```\nfrom opentrons import labware, instruments\ntip_rack = labware.load('opentrons-tiprack-300ul', slot='4')\npipette = PipetteWrapper(instruments.P50_multi(mount='left', tip_racks=[tip_rack]))\nplate = labware.load('96-flat')\npipette.distribute(50, plate.wells('A1'), plate.wells('A2'), num_tips=4) # Uses 4 tips\npipette.transfer(50, plate.wells('A1'), plate.wells('A2')) # Defaults behaviour (8 tips)\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/liamhawkins/PipetteWrapper", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pipettewrapper", "package_url": "https://pypi.org/project/pipettewrapper/", "platform": "", "project_url": "https://pypi.org/project/pipettewrapper/", "project_urls": { "Homepage": "https://github.com/liamhawkins/PipetteWrapper" }, "release_url": "https://pypi.org/project/pipettewrapper/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Wrapper to allow Opentrons multichannel pipettes to use any number of tips", "version": "0.0.3" }, "last_serial": 4539254, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "6983a410698af86442f52af81337f17f", "sha256": "7cc77633bf1fa7e220982113085447e46b9fb67da21421355e7e609d39e92813" }, "downloads": -1, "filename": "pipettewrapper-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "6983a410698af86442f52af81337f17f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16531, "upload_time": "2018-11-28T15:49:32", "url": "https://files.pythonhosted.org/packages/a6/58/07c00a4f29b83f60c86967e037ac287b4cf479bb135918922b812ffb45a8/pipettewrapper-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6817ab8f67d12bfe4d7bde994012af2d", "sha256": "1a5dc5519d9b26f48c2a21624f108f7491c5df855b5a67b81dcf04cc2cc266eb" }, "downloads": -1, "filename": "pipettewrapper-0.0.3.tar.gz", "has_sig": false, "md5_digest": "6817ab8f67d12bfe4d7bde994012af2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3266, "upload_time": "2018-11-28T15:49:34", "url": "https://files.pythonhosted.org/packages/96/81/2e45f72d88fdfdfeb944562f817095a852f4f21ffa1da40f1cdaf3c925c3/pipettewrapper-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6983a410698af86442f52af81337f17f", "sha256": "7cc77633bf1fa7e220982113085447e46b9fb67da21421355e7e609d39e92813" }, "downloads": -1, "filename": "pipettewrapper-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "6983a410698af86442f52af81337f17f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16531, "upload_time": "2018-11-28T15:49:32", "url": "https://files.pythonhosted.org/packages/a6/58/07c00a4f29b83f60c86967e037ac287b4cf479bb135918922b812ffb45a8/pipettewrapper-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6817ab8f67d12bfe4d7bde994012af2d", "sha256": "1a5dc5519d9b26f48c2a21624f108f7491c5df855b5a67b81dcf04cc2cc266eb" }, "downloads": -1, "filename": "pipettewrapper-0.0.3.tar.gz", "has_sig": false, "md5_digest": "6817ab8f67d12bfe4d7bde994012af2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3266, "upload_time": "2018-11-28T15:49:34", "url": "https://files.pythonhosted.org/packages/96/81/2e45f72d88fdfdfeb944562f817095a852f4f21ffa1da40f1cdaf3c925c3/pipettewrapper-0.0.3.tar.gz" } ] }