qrkey


Nameqrkey JSON
Version 0.5.3 PyPI version JSON
download
home_pageNone
SummarySwarm robotics deployments made easy.
upload_time2024-05-16 06:49:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords robotics swarm ux
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Qrkey

[![PyPI - Version](https://img.shields.io/pypi/v/qrkey.svg)](https://pypi.org/project/qrkey)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qrkey.svg)](https://pypi.org/project/qrkey)
[![NPM - Version](https://img.shields.io/npm/v/qrkey.svg)](https://npmjs.org/package/qrkey)

<p align="center">
  <img src="qrkey.png" width="328"/>
</p>

## Summary

Qrkey is a library implementing a protocol designed to facilitate the
deployment of robots swarm.
The protocol relies on [MQTT](https://en.wikipedia.org/wiki/MQTT) so that a
Qrkey server is reachable even with a private IP address.
Access to the swarm is managed by a QR code based authentication scheme.

## Installation

- Python server library:

```console
pip install qrkey
```

- Node client library:

```console
npm i qrkey
```

## License

`qrkey` is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "qrkey",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "robotics, swarm, ux",
    "author": null,
    "author_email": "Alexandre Abadie <alexandre.abadie@inria.fr>",
    "download_url": "https://files.pythonhosted.org/packages/6c/0a/cbbbb814b7a935b21f19e21127af28b8abce924eb32991a510924f7caa5c/qrkey-0.5.3.tar.gz",
    "platform": null,
    "description": "# Qrkey\n\n[![PyPI - Version](https://img.shields.io/pypi/v/qrkey.svg)](https://pypi.org/project/qrkey)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qrkey.svg)](https://pypi.org/project/qrkey)\n[![NPM - Version](https://img.shields.io/npm/v/qrkey.svg)](https://npmjs.org/package/qrkey)\n\n<p align=\"center\">\n  <img src=\"qrkey.png\" width=\"328\"/>\n</p>\n\n## Summary\n\nQrkey is a library implementing a protocol designed to facilitate the\ndeployment of robots swarm.\nThe protocol relies on [MQTT](https://en.wikipedia.org/wiki/MQTT) so that a\nQrkey server is reachable even with a private IP address.\nAccess to the swarm is managed by a QR code based authentication scheme.\n\n## Installation\n\n- Python server library:\n\n```console\npip install qrkey\n```\n\n- Node client library:\n\n```console\nnpm i qrkey\n```\n\n## License\n\n`qrkey` is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Swarm robotics deployments made easy.",
    "version": "0.5.3",
    "project_urls": {
        "Documentation": "https://github.com/DotBots/qrkey#readme",
        "Issues": "https://github.com/DotBots/qrkey/issues",
        "Source": "https://github.com/DotBots/qrkey"
    },
    "split_keywords": [
        "robotics",
        " swarm",
        " ux"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b2dcd03dc836587d8f0a55271f1fc813b83f59a842c38c1a8323ecbdcd6e32f3",
                "md5": "ca8fbce273b5208ff8b09d2ead248a21",
                "sha256": "3d6c94798368ad8f7dbb508d68cb9476b80ed4a9f24d21e8fa8a5fb08a13b12a"
            },
            "downloads": -1,
            "filename": "qrkey-0.5.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca8fbce273b5208ff8b09d2ead248a21",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 912242,
            "upload_time": "2024-05-16T06:49:03",
            "upload_time_iso_8601": "2024-05-16T06:49:03.691463Z",
            "url": "https://files.pythonhosted.org/packages/b2/dc/d03dc836587d8f0a55271f1fc813b83f59a842c38c1a8323ecbdcd6e32f3/qrkey-0.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6c0acbbbb814b7a935b21f19e21127af28b8abce924eb32991a510924f7caa5c",
                "md5": "6413deda269f4e93fff9f04444c9f515",
                "sha256": "be8f16dec98cf048198df0a44fd0a0dfc03c708c92a231350cd8161877d5b615"
            },
            "downloads": -1,
            "filename": "qrkey-0.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6413deda269f4e93fff9f04444c9f515",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 901882,
            "upload_time": "2024-05-16T06:49:06",
            "upload_time_iso_8601": "2024-05-16T06:49:06.096515Z",
            "url": "https://files.pythonhosted.org/packages/6c/0a/cbbbb814b7a935b21f19e21127af28b8abce924eb32991a510924f7caa5c/qrkey-0.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-16 06:49:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DotBots",
    "github_project": "qrkey#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "qrkey"
}
        
Elapsed time: 0.23827s