# qrio
> A QR handling module for writing and reading QR.
## example
```python
from qrio import encode, decode
data = "hello world"
print(data == decode(encode(data.encode())).decode())
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Shahaf-F-S/project-template",
"name": "qr-coder",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Shahaf Frank-Shapir",
"author_email": "shahaffrs@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/63/36/2d3e3f3939912328a549049b63f19c14235b19cdbb415a8063661ecf2bc1/qr-coder-0.0.0.tar.gz",
"platform": null,
"description": "# qrio\r\n\r\n> A QR handling module for writing and reading QR.\r\n\r\n## example\r\n\r\n```python\r\nfrom qrio import encode, decode\r\n\r\ndata = \"hello world\"\r\n\r\nprint(data == decode(encode(data.encode())).decode())\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A QR handling module for writing and reading QR.",
"version": "0.0.0",
"project_urls": {
"Homepage": "https://github.com/Shahaf-F-S/project-template"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "63362d3e3f3939912328a549049b63f19c14235b19cdbb415a8063661ecf2bc1",
"md5": "f36ae042a141b3991658bdcc3373cf86",
"sha256": "1042b99808b3f62b9349f250c5b4096776ed6ae95c79c35a1f8eddc4b43afcc0"
},
"downloads": -1,
"filename": "qr-coder-0.0.0.tar.gz",
"has_sig": false,
"md5_digest": "f36ae042a141b3991658bdcc3373cf86",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5166,
"upload_time": "2024-01-20T15:12:09",
"upload_time_iso_8601": "2024-01-20T15:12:09.751918Z",
"url": "https://files.pythonhosted.org/packages/63/36/2d3e3f3939912328a549049b63f19c14235b19cdbb415a8063661ecf2bc1/qr-coder-0.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-20 15:12:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Shahaf-F-S",
"github_project": "project-template",
"github_not_found": true,
"lcname": "qr-coder"
}