mfrc522-i2c


Namemfrc522-i2c JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/cpranzl/mfrc522_i2c
SummaryMFRC522 RFID reader/writer I2C driver in Python 3
upload_time2023-06-01 10:17:56
maintainer
docs_urlNone
authorChristoph Pranzl
requires_python>=3.6
licenseGPLv3
keywords i2c rfid mfrc522
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MFRC522 RFID reader/writer I2C driver in Python 3

The MFRC522 is a highly integrated reader/writer IC for contacless
communication at 13.56 MHz. The MFRC522 reader supports ISO/IEC 14443
A/MIFARE and NTAG.

## Overview
This library provides a Python interface to the MFRC522.

## Installation
```bash
python3 -m pip install mfrc522_i2c
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cpranzl/mfrc522_i2c",
    "name": "mfrc522-i2c",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "i2c rfid mfrc522",
    "author": "Christoph Pranzl",
    "author_email": "christoph.pranzl@pranzl.net",
    "download_url": "https://files.pythonhosted.org/packages/a6/82/3cb412e62875dfcc4056d7185f657d3cc5bde1eae0f1bf379b98f4064e7a/mfrc522_i2c-0.0.5.tar.gz",
    "platform": null,
    "description": "# MFRC522 RFID reader/writer I2C driver in Python 3\n\nThe MFRC522 is a highly integrated reader/writer IC for contacless\ncommunication at 13.56 MHz. The MFRC522 reader supports ISO/IEC 14443\nA/MIFARE and NTAG.\n\n## Overview\nThis library provides a Python interface to the MFRC522.\n\n## Installation\n```bash\npython3 -m pip install mfrc522_i2c\n```\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "MFRC522 RFID reader/writer I2C driver in Python 3",
    "version": "0.0.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/cpranzl/mfrc522_i2c/issues",
        "Homepage": "https://github.com/cpranzl/mfrc522_i2c"
    },
    "split_keywords": [
        "i2c",
        "rfid",
        "mfrc522"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e463b7763a10328b7db43d034576d44bb8e71011ae9f6a8ead2b537246f95503",
                "md5": "b79c442045d2a744c057ee9060e2f533",
                "sha256": "1c4e5247686674353ace23abdf0a6759c0e74aadd8f936b9b20d2185ad1240ea"
            },
            "downloads": -1,
            "filename": "mfrc522_i2c-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b79c442045d2a744c057ee9060e2f533",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 19414,
            "upload_time": "2023-06-01T10:17:54",
            "upload_time_iso_8601": "2023-06-01T10:17:54.442049Z",
            "url": "https://files.pythonhosted.org/packages/e4/63/b7763a10328b7db43d034576d44bb8e71011ae9f6a8ead2b537246f95503/mfrc522_i2c-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6823cb412e62875dfcc4056d7185f657d3cc5bde1eae0f1bf379b98f4064e7a",
                "md5": "9169ddafc820de518ddcf06abafdec5d",
                "sha256": "bbf909356cfdd0ee0fea0e7d5652c2b0c091d5a1b3bb85eb7b9227d8a6b35fdf"
            },
            "downloads": -1,
            "filename": "mfrc522_i2c-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "9169ddafc820de518ddcf06abafdec5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 19268,
            "upload_time": "2023-06-01T10:17:56",
            "upload_time_iso_8601": "2023-06-01T10:17:56.463976Z",
            "url": "https://files.pythonhosted.org/packages/a6/82/3cb412e62875dfcc4056d7185f657d3cc5bde1eae0f1bf379b98f4064e7a/mfrc522_i2c-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-01 10:17:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cpranzl",
    "github_project": "mfrc522_i2c",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "mfrc522-i2c"
}
        
Elapsed time: 0.07788s