Name | py122u JSON |
Version |
2.3.5
JSON |
| download |
home_page | |
Summary | This is a python library for the ACR122U NFC reader |
upload_time | 2023-09-12 20:26:37 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2020 Flowtter Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
nfc
acr
acr122u
|
VCS |
|
bugtrack_url |
|
requirements |
pyscard
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# PY-ACR122U
[![PyPI - Version](https://img.shields.io/pypi/v/py122u)](https://pypi.org/project/py122u/)
[![PyPI - License](https://img.shields.io/pypi/l/py122u)](https://pypi.org/project/py122u/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/py122u)](https://pypi.org/project/py122u/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py122u)](https://pypi.org/project/py122u/)
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/py122u)](https://pypi.org/project/py122u/)
This is a python library for the ACR122U NFC reader
## Installation
```shell
pip install py122u
```
## Usage
```python
from py122u import nfc
reader = nfc.Reader()
reader.connect()
reader.print_data(reader.get_uid())
reader.info()
```
Raw data
{
"_id": null,
"home_page": "",
"name": "py122u",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "nfc,acr,acr122u",
"author": "",
"author_email": "Brice PARENT <briceparent.it@gmail.com>, Robert van Dijk <contact@robertvandijk.nl>",
"download_url": "https://files.pythonhosted.org/packages/2e/4d/8afa43426a51961bb88de2270c20004d139558b4bbe1cffc56405d172ad1/py122u-2.3.5.tar.gz",
"platform": null,
"description": "# PY-ACR122U\n\n[![PyPI - Version](https://img.shields.io/pypi/v/py122u)](https://pypi.org/project/py122u/)\n[![PyPI - License](https://img.shields.io/pypi/l/py122u)](https://pypi.org/project/py122u/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/py122u)](https://pypi.org/project/py122u/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py122u)](https://pypi.org/project/py122u/)\n[![PyPI - Wheel](https://img.shields.io/pypi/wheel/py122u)](https://pypi.org/project/py122u/)\n\nThis is a python library for the ACR122U NFC reader\n\n## Installation\n\n```shell\npip install py122u\n```\n\n## Usage\n\n```python\n\nfrom py122u import nfc\n\nreader = nfc.Reader()\nreader.connect()\nreader.print_data(reader.get_uid())\nreader.info()\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2020 Flowtter Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "This is a python library for the ACR122U NFC reader",
"version": "2.3.5",
"project_urls": {
"Homepage": "https://github.com/Flowtter/py-acr122u"
},
"split_keywords": [
"nfc",
"acr",
"acr122u"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "67f806cccb763b29e83ee113ead1bf285fe6b06926164272fe3019e3ce396d69",
"md5": "a80dfcb15a8da425eef0c223d689ddbc",
"sha256": "c35b2d3ba6313d30676d228a375f3d8f9832c2c04581327b10a97309a1b2a6b9"
},
"downloads": -1,
"filename": "py122u-2.3.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a80dfcb15a8da425eef0c223d689ddbc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 8331,
"upload_time": "2023-09-12T20:26:35",
"upload_time_iso_8601": "2023-09-12T20:26:35.964783Z",
"url": "https://files.pythonhosted.org/packages/67/f8/06cccb763b29e83ee113ead1bf285fe6b06926164272fe3019e3ce396d69/py122u-2.3.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2e4d8afa43426a51961bb88de2270c20004d139558b4bbe1cffc56405d172ad1",
"md5": "f665d02f652cb236f7c75d8089ea8fce",
"sha256": "e2dcd120c6b3302f5026e27d38737423cc7d5bd5066bbe1cc510e8578fcb6953"
},
"downloads": -1,
"filename": "py122u-2.3.5.tar.gz",
"has_sig": false,
"md5_digest": "f665d02f652cb236f7c75d8089ea8fce",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 8416,
"upload_time": "2023-09-12T20:26:37",
"upload_time_iso_8601": "2023-09-12T20:26:37.431248Z",
"url": "https://files.pythonhosted.org/packages/2e/4d/8afa43426a51961bb88de2270c20004d139558b4bbe1cffc56405d172ad1/py122u-2.3.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-12 20:26:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Flowtter",
"github_project": "py-acr122u",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "pyscard",
"specs": []
}
],
"lcname": "py122u"
}