Metadata-Version: 2.1
Name: sllurp-gui
Version: 1.0.0
Summary: RFID LLRP reader control graphical interface using sllurp
Home-page: https://github.com/sllurp/sllurp-gui
Author: Florent Viard
Author-email: florent@sodria.com
Maintainer: github.com/fviard, https://github.com/papapel, github.com/thijmenketel
License: GPLv3
Keywords: llrp rfid reader gui
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
License-File: LICENSE.txt
Requires-Dist: PyQt5 (>=5.15)
Requires-Dist: pyqtgraph
Requires-Dist: sllurp (>=2.0)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'


=========================================================================
sllurp-gui is a QT based graphical interface to control LLRP RFID readers
=========================================================================

sllurp-gui is a GUI frontend for the `sllurp` client.
sllurp is a high performance client and library for the Low Level Reader Protocol (LLRP) to control RFID readers.

A recent version of sllurp (>= 2.0) is required to be able to run this GUI.

The GUI relies on PyQt5, pyqtgraph and using Python 3.6 or higher is recommended.
It has not been tested on any other OS than Linux.

Please report any bug by filing an issue on the [sllurp-gui project Github](https://github.com/sllurp/sllurp-gui/)

sllurp is distributed under version 3 of the GNU General Public License.  See
``LICENSE.txt`` for details.


**Run GUI**
```
sllurp-gui
```

# Authors

    - Florent Viard (florent@sodria.com)
    - Papapel
    - Thijmen Ketel

Project website:
    https://github.com/sllurp/sllurp-gui


