Metadata-Version: 2.1
Name: labquest
Version: 1.0.0
Summary: Library to interface with LabQuest interfaces via USB
Home-page: https://github.com/vernierst/labquest-py
Author: Vernier Software and Technology
Author-email: info@vernier.com
License: GPL v3.0
Description: # 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.
        
        ## 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.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
