godirect


Namegodirect JSON
Version 1.1.4 PyPI version JSON
download
home_pagehttps://github.com/vernierst/godirect-py
SummaryLibrary to interface with GoDirect devices via USB and BLE
upload_time2024-02-23 20:09:56
maintainer
docs_urlNone
authorVernier Software and Technology
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # godirect

A Python module for reading from [Vernier Go Direct® Sensors](https://www.vernier.com/products/sensors/go-direct-sensors/)<sup>1</sup> connected to USB or your system's on-board bluetooth radio. The module has been tested on Windows 10, macOS, and various Linux distros.

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

## Requirements

The following Python modules are required for `godirect`. They will be installed automatically as dependencies when installing `godirect` via pip.

* bleak (native Bluetooth Low Energy stack for Mac, Windows and Linux)
* hidapi (USB HID device support)

## Installation

Automatically install all the dependencies for both USB and native BLE.
```bash
pip install godirect
```

## Installation and Usage

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

## Legacy Support for Bluegiga Dongle

Prior to version 1.1.0, some platforms required a Bluegiga BLE dongle to connect over BLE. While we recommend using the native BLE radio (through bleak), the old functionality has been left in the library. In order to use the Bluegiga BLE dongle, vernierpygatt must be installed. This is a fork of the pygatt project with a fix for the BGAPI on Windows. See [the vernierpygatt PyPi page](https://pypi.org/project/vernierpygatt/) for details.

## 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.

<sup>1</sup> Go Direct spectrometers are not supported.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vernierst/godirect-py",
    "name": "godirect",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Vernier Software and Technology",
    "author_email": "info@vernier.com",
    "download_url": "",
    "platform": null,
    "description": "# godirect\n\nA Python module for reading from [Vernier Go Direct\u00ae Sensors](https://www.vernier.com/products/sensors/go-direct-sensors/)<sup>1</sup> connected to USB or your system's on-board bluetooth radio. The module has been tested on Windows 10, macOS, and various Linux distros.\n\nTake a look at the [godirect-examples repository](https://github.com/VernierST/godirect-examples/tree/main/python) for ideas and a number of helpful examples.\n\n## Requirements\n\nThe following Python modules are required for `godirect`. They will be installed automatically as dependencies when installing `godirect` via pip.\n\n* bleak (native Bluetooth Low Energy stack for Mac, Windows and Linux)\n* hidapi (USB HID device support)\n\n## Installation\n\nAutomatically install all the dependencies for both USB and native BLE.\n```bash\npip install godirect\n```\n\n## Installation and Usage\n\nGo to our [Getting Started with Vernier Go Direct Sensors and Python document](https://github.com/VernierST/godirect-examples/blob/main/python/readme.md) for detailed information regarding installation and usage of the godirect module.\n\n## Legacy Support for Bluegiga Dongle\n\nPrior to version 1.1.0, some platforms required a Bluegiga BLE dongle to connect over BLE. While we recommend using the native BLE radio (through bleak), the old functionality has been left in the library. In order to use the Bluegiga BLE dongle, vernierpygatt must be installed. This is a fork of the pygatt project with a fix for the BGAPI on Windows. See [the vernierpygatt PyPi page](https://pypi.org/project/vernierpygatt/) for details.\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\n<sup>1</sup> Go Direct spectrometers are not supported.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Library to interface with GoDirect devices via USB and BLE",
    "version": "1.1.4",
    "project_urls": {
        "Homepage": "https://github.com/vernierst/godirect-py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41e6a9beaeee0c512d53b6c3ff27213f96fd508e18baa0b6bdb06e25dd28807d",
                "md5": "9580d23514aaa3e55910e771b673e402",
                "sha256": "3903887586091b04dc6ac02a8e3cee06e9d342e49e5d38c7e8ca739d479576f0"
            },
            "downloads": -1,
            "filename": "godirect-1.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9580d23514aaa3e55910e771b673e402",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 36820,
            "upload_time": "2024-02-23T20:09:56",
            "upload_time_iso_8601": "2024-02-23T20:09:56.980725Z",
            "url": "https://files.pythonhosted.org/packages/41/e6/a9beaeee0c512d53b6c3ff27213f96fd508e18baa0b6bdb06e25dd28807d/godirect-1.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-23 20:09:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vernierst",
    "github_project": "godirect-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "godirect"
}
        
Elapsed time: 0.20921s