Metadata-Version: 2.1
Name: rfidtools
Version: 2.0.1
Summary: A tool for RFID production at CIOT.
Author: ar-bebop
Author-email: aribeir4@gmail.com
Requires-Python: >=3.11,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fabric (>=3.1.0,<4.0.0)
Requires-Dist: pyinstaller (>=5.13.0,<6.0.0)
Requires-Dist: pyodbc (>=4.0.39,<5.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: selenium (>=4.10.0,<5.0.0)
Description-Content-Type: text/markdown

# RFID Tools

RFID Tool used to print and add labels to RFID database.

----

Python >3.10 is required.

Download from PIP using the OS terminal:
    pip install rfidtools

Or on windows using powershell (if python is not in PATH):
    python -m pip install rfidtools

Run the program in your terminal using:
    python -m rfidtools

