Metadata-Version: 2.1
Name: mfrc522-i2c
Version: 0.0.3
Summary: MFRC522 RFID reader/writer I2C driver in Python 3
Home-page: https://github.com/cpranzl/mfrc522_i2c
Author: Christoph Pranzl
Author-email: christoph.pranzl@pranzl.net
License: GPLv3
Project-URL: Bug Tracker, https://github.com/cpranzl/mfrc522_i2c/issues
Keywords: i2c rfid mfrc522
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: smbus (==1.1.post2)

# 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
```
