labquest


Namelabquest JSON
Version 2.1.0 PyPI version JSON
download
home_pageNone
SummaryLibrary to interface with LabQuest interfaces via USB
upload_time2025-09-09 14:47:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords labquest vernier usb interface
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # labquest

A Python module for reading from [Vernier LabQuest® interfaces](https://www.vernier.com/products/labquest/) connected to USB. The module has been tested on Windows 10 and macOS. The module should work with any of these LabQuest interfaces:
 * [LabQuest Mini](https://www.vernier.com/product/labquest-mini/)
 * [LabQuest Stream](https://www.vernier.com/product/labquest-stream/)
 * [LabQuest 3](https://www.vernier.com/product/labquest-3/)
 * [LabQuest 2](https://www.vernier.com/product/labquest-2/)
 * [LabQuest](https://www.vernier.com/downloads/original-labquest-updates/)

Take a look at the [labquest-examples repository](https://github.com/VernierST/labquest-examples/tree/main/python) for ideas and a number of helpful examples.

## Requirements

For Windows computers, you must have the appropriate USB drivers installed. The easiest way to do this is to run the free [Vernier Graphical Analysis™](https://www.vernier.com/products/graphical-analysis/free/) installer.

## Installation

Automatically install all the dependencies for USB communication.
```bash
pip install labquest
```

## Installation and Usage

Go to our [Getting Started with Vernier LabQuest and Python document](https://github.com/VernierST/labquest-examples/blob/main/python/readme.md) for detailed information regarding installation and usage of the labquest module.

## Local builds

In order to explore and contribute to this module, you can modify this module, build and install it locally.

_# Uninstall any installed version_
```bash
pip uninstall labquest
```

_# Install the build tool (if you have not already)_
```bash
pip install build
```

_# Build the module_
```bash
python -m build
```

_# Install the module_
```bash
pip install .
```

## License

GNU General Public License v3 (GPLv3)

Vernier products are designed for educational use. Our products are not designed nor are they recommended for any industrial, medical, or commercial process such as life support, patient diagnosis, control of a manufacturing process, or industrial testing of any kind.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "labquest",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Vernier Software and Technology <info@vernier.com>",
    "keywords": "labquest, vernier, usb, interface",
    "author": null,
    "author_email": "Vernier Software and Technology <info@vernier.com>",
    "download_url": "https://files.pythonhosted.org/packages/14/ef/5eba7513dc64edb7b2c9b1d0463407bdfbcc62fa035179d80b50502e9771/labquest-2.1.0.tar.gz",
    "platform": null,
    "description": "# labquest\n\nA Python module for reading from [Vernier LabQuest\u00ae interfaces](https://www.vernier.com/products/labquest/) connected to USB. The module has been tested on Windows 10 and macOS. The module should work with any of these LabQuest interfaces:\n * [LabQuest Mini](https://www.vernier.com/product/labquest-mini/)\n * [LabQuest Stream](https://www.vernier.com/product/labquest-stream/)\n * [LabQuest 3](https://www.vernier.com/product/labquest-3/)\n * [LabQuest 2](https://www.vernier.com/product/labquest-2/)\n * [LabQuest](https://www.vernier.com/downloads/original-labquest-updates/)\n\nTake a look at the [labquest-examples repository](https://github.com/VernierST/labquest-examples/tree/main/python) for ideas and a number of helpful examples.\n\n## Requirements\n\nFor Windows computers, you must have the appropriate USB drivers installed. The easiest way to do this is to run the free [Vernier Graphical Analysis\u2122](https://www.vernier.com/products/graphical-analysis/free/) installer.\n\n## Installation\n\nAutomatically install all the dependencies for USB communication.\n```bash\npip install labquest\n```\n\n## Installation and Usage\n\nGo to our [Getting Started with Vernier LabQuest and Python document](https://github.com/VernierST/labquest-examples/blob/main/python/readme.md) for detailed information regarding installation and usage of the labquest module.\n\n## Local builds\n\nIn order to explore and contribute to this module, you can modify this module, build and install it locally.\n\n_# Uninstall any installed version_\n```bash\npip uninstall labquest\n```\n\n_# Install the build tool (if you have not already)_\n```bash\npip install build\n```\n\n_# Build the module_\n```bash\npython -m build\n```\n\n_# Install the module_\n```bash\npip install .\n```\n\n## License\n\nGNU General Public License v3 (GPLv3)\n\nVernier products are designed for educational use. Our products are not designed nor are they recommended for any industrial, medical, or commercial process such as life support, patient diagnosis, control of a manufacturing process, or industrial testing of any kind.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Library to interface with LabQuest interfaces via USB",
    "version": "2.1.0",
    "project_urls": {
        "Homepage": "https://github.com/vernierst/labquest-py",
        "Repository": "https://github.com/vernierst/labquest-py"
    },
    "split_keywords": [
        "labquest",
        " vernier",
        " usb",
        " interface"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e371c88a8a54735e426cd607db21698ec864f738104cd8f2a9732ad363d2a2bb",
                "md5": "974b29d3faddbe05dccf7a8906e68a1b",
                "sha256": "5c5c171d786c8cdb79d6f89d16ca63d1a22c2ed6e4c4111b784571cdeb9208aa"
            },
            "downloads": -1,
            "filename": "labquest-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "974b29d3faddbe05dccf7a8906e68a1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4082297,
            "upload_time": "2025-09-09T14:47:04",
            "upload_time_iso_8601": "2025-09-09T14:47:04.804185Z",
            "url": "https://files.pythonhosted.org/packages/e3/71/c88a8a54735e426cd607db21698ec864f738104cd8f2a9732ad363d2a2bb/labquest-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "14ef5eba7513dc64edb7b2c9b1d0463407bdfbcc62fa035179d80b50502e9771",
                "md5": "881980d7793297e31a1db6968119f8fa",
                "sha256": "430935a97b0ccf3fd70eac49c07ac40bc84b076d0d8588b55a25be492e006d52"
            },
            "downloads": -1,
            "filename": "labquest-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "881980d7793297e31a1db6968119f8fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4066105,
            "upload_time": "2025-09-09T14:47:06",
            "upload_time_iso_8601": "2025-09-09T14:47:06.703209Z",
            "url": "https://files.pythonhosted.org/packages/14/ef/5eba7513dc64edb7b2c9b1d0463407bdfbcc62fa035179d80b50502e9771/labquest-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-09 14:47:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vernierst",
    "github_project": "labquest-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "labquest"
}
        
Elapsed time: 2.87994s