bluet


Namebluet JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryA unit-test library and setup for embedded bluetooth testing.
upload_time2024-04-14 10:45:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords ble bluetooth mock test unit-test
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bluet

A *unit-test* library and setup for embedded bluetooth testing.

It expects a bluetooth application to be cross-compiled into an executable in a PC to run, and it should only include the bluetooth host but not the controller.
The test framework will use [bumble](https://github.com/google/bumble) to setup everything else so the test code interacts with a python-based device.

<!-- [![PyPI - Version](https://img.shields.io/pypi/v/bluet.svg)](https://pypi.org/project/bluet) -->
<!-- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bluet.svg)](https://pypi.org/project/bluet) -->

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

COMING...

## License

`bluet` is distributed under the terms of the [Apache-2.0](https://github.com/jeru/bluet/blob/main/LICENSE) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bluet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "ble, bluetooth, mock, test, unit-test",
    "author": null,
    "author_email": "Cheng Sheng <jeru.sheng@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/43/a8/341e42440e8187581aa72a5b3cdc63e1481e7ffdfa3978368cd99fcfa474/bluet-0.0.4.tar.gz",
    "platform": null,
    "description": "# bluet\n\nA *unit-test* library and setup for embedded bluetooth testing.\n\nIt expects a bluetooth application to be cross-compiled into an executable in a PC to run, and it should only include the bluetooth host but not the controller.\nThe test framework will use [bumble](https://github.com/google/bumble) to setup everything else so the test code interacts with a python-based device.\n\n<!-- [![PyPI - Version](https://img.shields.io/pypi/v/bluet.svg)](https://pypi.org/project/bluet) -->\n<!-- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bluet.svg)](https://pypi.org/project/bluet) -->\n\n-----\n\n**Table of Contents**\n\n- [Installation](#installation)\n- [License](#license)\n\n## Installation\n\nCOMING...\n\n## License\n\n`bluet` is distributed under the terms of the [Apache-2.0](https://github.com/jeru/bluet/blob/main/LICENSE) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A unit-test library and setup for embedded bluetooth testing.",
    "version": "0.0.4",
    "project_urls": {
        "Issues": "https://github.com/jeru/bluet/issues",
        "Source": "https://github.com/jeru/bluet"
    },
    "split_keywords": [
        "ble",
        " bluetooth",
        " mock",
        " test",
        " unit-test"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abc4e1a1c7f6e04ca99eb9011f963ea39170f14fe74036af0d0b44b67b2a6831",
                "md5": "216ece0a7689eddcd81fd5751069b187",
                "sha256": "a9730bfde5469d337ed993c0ff8a0186289d1dbc4010b809ef28d04fdff3fd65"
            },
            "downloads": -1,
            "filename": "bluet-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "216ece0a7689eddcd81fd5751069b187",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 13092,
            "upload_time": "2024-04-14T10:45:00",
            "upload_time_iso_8601": "2024-04-14T10:45:00.699211Z",
            "url": "https://files.pythonhosted.org/packages/ab/c4/e1a1c7f6e04ca99eb9011f963ea39170f14fe74036af0d0b44b67b2a6831/bluet-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43a8341e42440e8187581aa72a5b3cdc63e1481e7ffdfa3978368cd99fcfa474",
                "md5": "a47857fa2f8474e04f80f590ab6e39e7",
                "sha256": "256c9dc56ee26724bccdb7a7196b2de0aec6c4f2c1eb1b7eab26a30a5fcab34a"
            },
            "downloads": -1,
            "filename": "bluet-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a47857fa2f8474e04f80f590ab6e39e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 12469,
            "upload_time": "2024-04-14T10:45:03",
            "upload_time_iso_8601": "2024-04-14T10:45:03.765945Z",
            "url": "https://files.pythonhosted.org/packages/43/a8/341e42440e8187581aa72a5b3cdc63e1481e7ffdfa3978368cd99fcfa474/bluet-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 10:45:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jeru",
    "github_project": "bluet",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bluet"
}
        
Elapsed time: 0.29758s