A simple tool for parsing and manipulating HyTek files.
Project description
HyTek
Parses, reads, and writes HyTek meet entries and results files.
File Format Support
Format | Reading | Writing | Notes |
---|---|---|---|
.hy3 | ✅ | ❌ | Only tested with meet result files |
.sd3 | ❌ | ❌ | |
.cl2 | ❌ | ❌ | |
.ev3 | ❌ | ❌ | |
.hyv | ❌ | ❌ |
Installation
pip install hytek
Usage
import hytek
# for a .hy3 file
file = hytek.Hy3File("file.hy3")
file.read()
# .hy3 in a zip file
file = hytek.Hy3File("file.hy3") # if left blank for zip files, will detect first .hy3 file
file.read_zip("test.zip")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hytek-0.0.4.tar.gz
(7.3 kB
view details)
Built Distribution
hytek-0.0.4-py3-none-any.whl
(7.8 kB
view details)
File details
Details for the file hytek-0.0.4.tar.gz
.
File metadata
- Download URL: hytek-0.0.4.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 891d91a346abe448cc906f4e3622fd1d5940ec57f668f2b77bef3bd4f694176a |
|
MD5 | 54c9c469a379ba1b05789c3c0c6ae858 |
|
BLAKE2b-256 | dcae8155b1455aaee17adf47898da86d4b59ea3dc8f17ddeb076bd26f4096f4e |
File details
Details for the file hytek-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: hytek-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c38326000ff18561498fa31428226bcc0eae461c2a306402c6679568134685f3 |
|
MD5 | 58a703b017d5957e2b084bd86657c691 |
|
BLAKE2b-256 | 7fc27ce7f0f80c22f2a354c38623289f695fefab025b628285512367e86323fe |