sielc-dompser


Namesielc-dompser JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://gitlab.com/heingroup/sielc_dompser
SummaryThis is an unofficial Python package to interface with SIELC Technologies, Inc products through DOMP (Device Objected Manager Protocol) serial communication. We are not affiliated with SIELC.
upload_time2023-01-31 17:37:06
maintainer
docs_urlNone
authorVeronica Lai // Hein Group
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Sielc Dompser

This is an  unofficial Python package to interface with SIELC Technologies, Inc products through DOMP (Device Objected Manager Protocol) serial communication. We are not affiliated with SIELC.

Products supported:
* Miniature autosampler
  * Based on the Autosampler serial protocol Rev. 110. See [this document](sielc_dompser/autosampler/Autosampler_Protocol_for_editing.pdf) for details

## Miniature autosampler
See [here](examples/autosampler.py) for an example of how to interface and control a miniature autosampler

Note that not all the functionality as specified in the protocol document has been implemented, and on testing, some
protocols did not work.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/heingroup/sielc_dompser",
    "name": "sielc-dompser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Veronica Lai // Hein Group",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "# Sielc Dompser\n\nThis is an  unofficial Python package to interface with SIELC Technologies, Inc products through DOMP (Device Objected Manager Protocol) serial communication. We are not affiliated with SIELC.\n\nProducts supported:\n* Miniature autosampler\n  * Based on the Autosampler serial protocol Rev. 110. See [this document](sielc_dompser/autosampler/Autosampler_Protocol_for_editing.pdf) for details\n\n## Miniature autosampler\nSee [here](examples/autosampler.py) for an example of how to interface and control a miniature autosampler\n\nNote that not all the functionality as specified in the protocol document has been implemented, and on testing, some\nprotocols did not work.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is an unofficial Python package to interface with SIELC Technologies, Inc products through DOMP (Device Objected Manager Protocol) serial communication. We are not affiliated with SIELC.",
    "version": "0.6.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41f9bc2d9852a66088bb7c66fd4ade6890f76b456ad9a6172e1a8c8c36a705b6",
                "md5": "e37b74b9c03dce65cd1706d0d6d3e270",
                "sha256": "44e23877cc804c5a85642ddf34c0c3982f2b69eeb70e6f53a6a587aa40d4dd91"
            },
            "downloads": -1,
            "filename": "sielc_dompser-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e37b74b9c03dce65cd1706d0d6d3e270",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 13176,
            "upload_time": "2023-01-31T17:37:06",
            "upload_time_iso_8601": "2023-01-31T17:37:06.367297Z",
            "url": "https://files.pythonhosted.org/packages/41/f9/bc2d9852a66088bb7c66fd4ade6890f76b456ad9a6172e1a8c8c36a705b6/sielc_dompser-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-31 17:37:06",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "gitlab_user": "heingroup",
    "gitlab_project": "sielc_dompser",
    "lcname": "sielc-dompser"
}
        
Elapsed time: 0.03393s