cbpi4-buzzer


Namecbpi4-buzzer JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/PiBrewing/cbpi4-buzzer
SummaryCraftBeerPi4 Buzzer Plugin
upload_time2023-06-25 11:32:50
maintainer
docs_urlNone
authorAlexander Vollkopf
requires_python
licenseGPLv3
keywords globalsettings
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CBPi4 Buzzer Plugin

## Buzzer Plugin calls buzzer on cbpi notifications

- Settings will be added by this plugin
- buzzer_gpio: GPIO your buzzer is conected to
- buzzer_gpio_inverted: Set to 'yes', if your buzzer is connected via inverted GPIO (High on Low)
- buzzer_level: Sound level(High or Low)
- Different sounds for error, warning and other message types

### Changelog

- 25.06.23: (0.0.8) internal change on startup with respect to logging of parameter check for gpio_inverted
- 10.06.23: (0.0.7) fix issues in setup.py
- 10.06.23: (0.0.6) bump version to release
- 02.06.23: (0.0.6.rc1) added cbpi version requirement
- 16.04.23: (0.0.6.a4) bug fix for parameter generation
- 05.04.23: (0.0.6.a3) Test for plugin settings selection test branch of cbpi
- 12.03.23: (0.0.4) Added option for inverted GPIO
- 10.04.21: (0.0.3) changed from asyncio.sleep to a thread as buzzer sound was impacted by asyncio.sleep accuracy
- 01.04.21: Initial release



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PiBrewing/cbpi4-buzzer",
    "name": "cbpi4-buzzer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "globalsettings",
    "author": "Alexander Vollkopf",
    "author_email": "avollkopf@web.de",
    "download_url": "https://files.pythonhosted.org/packages/01/0a/3ff335907bcd23f2bf22a142b26d5e2618bdcbef7d510e8143d3b730b03b/cbpi4-buzzer-0.0.8.tar.gz",
    "platform": null,
    "description": "# CBPi4 Buzzer Plugin\r\n\r\n## Buzzer Plugin calls buzzer on cbpi notifications\r\n\r\n- Settings will be added by this plugin\r\n- buzzer_gpio: GPIO your buzzer is conected to\r\n- buzzer_gpio_inverted: Set to 'yes', if your buzzer is connected via inverted GPIO (High on Low)\r\n- buzzer_level: Sound level(High or Low)\r\n- Different sounds for error, warning and other message types\r\n\r\n### Changelog\r\n\r\n- 25.06.23: (0.0.8) internal change on startup with respect to logging of parameter check for gpio_inverted\r\n- 10.06.23: (0.0.7) fix issues in setup.py\r\n- 10.06.23: (0.0.6) bump version to release\r\n- 02.06.23: (0.0.6.rc1) added cbpi version requirement\r\n- 16.04.23: (0.0.6.a4) bug fix for parameter generation\r\n- 05.04.23: (0.0.6.a3) Test for plugin settings selection test branch of cbpi\r\n- 12.03.23: (0.0.4) Added option for inverted GPIO\r\n- 10.04.21: (0.0.3) changed from asyncio.sleep to a thread as buzzer sound was impacted by asyncio.sleep accuracy\r\n- 01.04.21: Initial release\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "CraftBeerPi4 Buzzer Plugin",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "https://github.com/PiBrewing/cbpi4-buzzer"
    },
    "split_keywords": [
        "globalsettings"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "010a3ff335907bcd23f2bf22a142b26d5e2618bdcbef7d510e8143d3b730b03b",
                "md5": "4b6d8cc88cc6e4cb628e350fa86d8dd6",
                "sha256": "c124cfd86b76dc6f1ccac14a1134ed9e09a1342399e9f67c970f39c0d9973d23"
            },
            "downloads": -1,
            "filename": "cbpi4-buzzer-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "4b6d8cc88cc6e4cb628e350fa86d8dd6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16279,
            "upload_time": "2023-06-25T11:32:50",
            "upload_time_iso_8601": "2023-06-25T11:32:50.707965Z",
            "url": "https://files.pythonhosted.org/packages/01/0a/3ff335907bcd23f2bf22a142b26d5e2618bdcbef7d510e8143d3b730b03b/cbpi4-buzzer-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-25 11:32:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PiBrewing",
    "github_project": "cbpi4-buzzer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cbpi4-buzzer"
}
        
Elapsed time: 0.09444s