pyW800rf32


NamepyW800rf32 JSON
Version 0.4 PyPI version JSON
download
home_pagehttps://github.com/horga83/W800rf32
SummaryA library to communicate with the W800rf32 family of devices
upload_time2023-10-02 20:25:27
maintainer
docs_urlNone
authorGeorge Farris
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyW800rf32
Python library to communicate with the W800rf32 devices from
http://www.wgldesigns.com/w800.html

See https://github.com/horga83/pyW800rf32 for the latest version.

Using
=====

Install pySerial first. After that, see the examples in the examples directory.

receive.py usage:

      ./receive.py  <- default /dev/ttyUSB0 baudrate=4800 xonxoff=False
      ./receive.py  <port> <baudrate=n> <xonxoff=True|False>

Receive will create a thread and print X10 codes and command received in the
terminal.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/horga83/W800rf32",
    "name": "pyW800rf32",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "George Farris",
    "author_email": "George Farris <farrisg@gmsys.com>",
    "download_url": "https://files.pythonhosted.org/packages/39/59/ba638792c66d1caf492e3c1f7d6686070361047282d44aa90e9a6e2a21a4/pyW800rf32-0.4.tar.gz",
    "platform": null,
    "description": "# pyW800rf32\nPython library to communicate with the W800rf32 devices from\nhttp://www.wgldesigns.com/w800.html\n\nSee https://github.com/horga83/pyW800rf32 for the latest version.\n\nUsing\n=====\n\nInstall pySerial first. After that, see the examples in the examples directory.\n\nreceive.py usage:\n\n      ./receive.py  <- default /dev/ttyUSB0 baudrate=4800 xonxoff=False\n      ./receive.py  <port> <baudrate=n> <xonxoff=True|False>\n\nReceive will create a thread and print X10 codes and command received in the\nterminal.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A library to communicate with the W800rf32 family of devices",
    "version": "0.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/horga83/pyW800rf32/issues",
        "Homepage": "https://github.com/horga83/pyW800rf32"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb5e0c7af8881f848dac6f1623d693b6c4615a59b884c6267f06ed8336d29dda",
                "md5": "09751b8d14df4477d91b848a452ee929",
                "sha256": "73528c5655cde860909f8bf700c2836be587928c92b4dbe98f64c66c5b856f25"
            },
            "downloads": -1,
            "filename": "pyW800rf32-0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09751b8d14df4477d91b848a452ee929",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 18695,
            "upload_time": "2023-10-02T20:25:25",
            "upload_time_iso_8601": "2023-10-02T20:25:25.809052Z",
            "url": "https://files.pythonhosted.org/packages/bb/5e/0c7af8881f848dac6f1623d693b6c4615a59b884c6267f06ed8336d29dda/pyW800rf32-0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3959ba638792c66d1caf492e3c1f7d6686070361047282d44aa90e9a6e2a21a4",
                "md5": "af8cc47605db6dd033049fe39e83791e",
                "sha256": "8b45d7aa884a639a5622370e094c5441dc7f1524aa8139d3696703c672188cc9"
            },
            "downloads": -1,
            "filename": "pyW800rf32-0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "af8cc47605db6dd033049fe39e83791e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17877,
            "upload_time": "2023-10-02T20:25:27",
            "upload_time_iso_8601": "2023-10-02T20:25:27.337287Z",
            "url": "https://files.pythonhosted.org/packages/39/59/ba638792c66d1caf492e3c1f7d6686070361047282d44aa90e9a6e2a21a4/pyW800rf32-0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-02 20:25:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "horga83",
    "github_project": "W800rf32",
    "github_not_found": true,
    "lcname": "pyw800rf32"
}
        
Elapsed time: 0.15577s