webthing-ws


Namewebthing-ws JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/home-assistant-ecosystem/webthing-ws
SummaryA WebThing WebSocket consumer and API client.
upload_time2022-12-25 10:16:31
maintainer
docs_urlNone
authorFabian Affolter
requires_python>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            webthing-ws
===========

A  `WebThing <https://iot.mozilla.org/wot/>`_ WebSocket consumer and API client.

Installation
------------

The module is available from the `Python Package Index <https://pypi.python.org/pypi>`_.

.. code:: bash

    $ pip3 install webthing-ws

On a Fedora-based system or on a CentOS/RHEL host with EPEL 8.

.. code:: bash

    $ sudo dnf -y install python3-webthing-ws

Usage
-----

The file ``example.py`` contains an example about how to use this module.

Development
-----------

For development is recommended to use a ``venv``. Create it in the directory
after cloning the Git repository.

.. code:: bash

    $ python3 -m venv .
    $ source bin/activate
    $ python3 setup.py develop

License
-------

``webthing-ws`` is licensed under MIT, for more details check LICENSE.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/home-assistant-ecosystem/webthing-ws",
    "name": "webthing-ws",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Fabian Affolter",
    "author_email": "fabian@affolter-engineering.ch",
    "download_url": "https://files.pythonhosted.org/packages/04/4d/af38dc10f8535d2330097e346180bb32e38ca74328dd8dcc227fcbeb8618/webthing-ws-0.2.0.tar.gz",
    "platform": null,
    "description": "webthing-ws\n===========\n\nA  `WebThing <https://iot.mozilla.org/wot/>`_ WebSocket consumer and API client.\n\nInstallation\n------------\n\nThe module is available from the `Python Package Index <https://pypi.python.org/pypi>`_.\n\n.. code:: bash\n\n    $ pip3 install webthing-ws\n\nOn a Fedora-based system or on a CentOS/RHEL host with EPEL 8.\n\n.. code:: bash\n\n    $ sudo dnf -y install python3-webthing-ws\n\nUsage\n-----\n\nThe file ``example.py`` contains an example about how to use this module.\n\nDevelopment\n-----------\n\nFor development is recommended to use a ``venv``. Create it in the directory\nafter cloning the Git repository.\n\n.. code:: bash\n\n    $ python3 -m venv .\n    $ source bin/activate\n    $ python3 setup.py develop\n\nLicense\n-------\n\n``webthing-ws`` is licensed under MIT, for more details check LICENSE.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A WebThing WebSocket consumer and API client.",
    "version": "0.2.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "18589c00357166b67114b652a2d2498d",
                "sha256": "6b6c59c149691370be6dc8b27de0e944ea00f51cfa02fbf9c8305fcc57932312"
            },
            "downloads": -1,
            "filename": "webthing-ws-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "18589c00357166b67114b652a2d2498d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4078,
            "upload_time": "2022-12-25T10:16:31",
            "upload_time_iso_8601": "2022-12-25T10:16:31.626837Z",
            "url": "https://files.pythonhosted.org/packages/04/4d/af38dc10f8535d2330097e346180bb32e38ca74328dd8dcc227fcbeb8618/webthing-ws-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-25 10:16:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "home-assistant-ecosystem",
    "github_project": "webthing-ws",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "webthing-ws"
}
        
Elapsed time: 0.03223s