Metadata-Version: 2.1
Name: metarace-tagreg
Version: 1.0.0
Summary: Transponder allocation tool
Author-email: Nathan Fraser <ndf-zz@6-v.org>
License: MIT
Project-URL: homepage, https://github.com/ndf-zz/metarace-tagreg
Keywords: transponder
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# metarace-tagreg

Read transponder ids from a connected
decoder.

![tagreg screenshot](screenshot.png "tagreg")

## Requirements

   - Gtk >= 3.0
   - metarace >= 2.0


## Installation

[Install metarace](https://github.com/ndf-zz/metarace#installation)
and the required system packages:

	# apt install gir1.2-gtk-3.0

Then install tagreg using pip:

	$ pip3 install metarace-tagreg
