Skip to content

A parser for files created by Hytek's Meet Manager.

License

Notifications You must be signed in to change notification settings

SwimComm/hytek-parser

Repository files navigation

Hytek Parser

Hytek Parser

📃 Table of contents


🎯 About

This is a parser for files generated by Hytek's Meet Manager. Currently this has been tested on files generated by Meet Manager 8.0.

Supported filetypes: hy3 (merge exports), hyv (event exports), and xls (individual event report data-only exports).

✨ Features

✔️ hy3 merge export parsing
✔️ hyv event export parsing
✔️ xls parser for event result reports.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

All that you need installed is Python 3.9 or higher.

🏁 Starting

To install this, simply run

pip install hytek_parser

However, using a virtual environment manager such as Poetry is highly recommended.

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Nino Maruszewski

 

Back to top