Metadata-Version: 2.1
Name: FIDE-TRF
Version: 0.1.dev1
Summary: Tournament Report File format parser for the FIDE's agreed general data-exchange format for tournament resutls.
Author-email: Dionisio E Alonso <dalonso@grulic.org.ar>
License: GPL-3.0-or-later
Project-URL: Source, https://gitlab.com/baco/fide-trf
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# FIDE TRF

Tournament Report File format parser for the FIDE's agreed general Data-Exchange
Format for tournament resutls.

* Reference: https://fide.com/FIDE/handbook/C04Annex2_TRF16.pdf
* Sample: http://www.rrweb.org/javafo/aum/TRFXSample2.txt


Another similar project to look at is the [fidetournament](https://github.com/erral/fidetournament).
Probably both projects look for the same objective.
