{"id":15284377,"url":"https://github.com/alhankeser/tcx-extract","last_synced_at":"2026-04-27T18:32:06.907Z","repository":{"id":226675936,"uuid":"767928426","full_name":"alhankeser/tcx-extract","owner":"alhankeser","description":"Speed-optimized data extractor for .tcx (Garmin) files.","archived":false,"fork":false,"pushed_at":"2024-03-12T08:26:33.000Z","size":1826,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T08:52:21.145Z","etag":null,"topics":["data-extraction","garmin","python","tcx","zig","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alhankeser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-06T06:38:57.000Z","updated_at":"2024-03-11T20:57:30.000Z","dependencies_parsed_at":"2024-10-14T14:42:14.649Z","dependency_job_id":"54925ad5-123b-4b50-a22c-cebc105b688a","html_url":"https://github.com/alhankeser/tcx-extract","commit_stats":null,"previous_names":["alhankeser/zig-tcx-extractor","alhankeser/tcx-extractor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alhankeser/tcx-extract","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alhankeser%2Ftcx-extract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alhankeser%2Ftcx-extract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alhankeser%2Ftcx-extract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alhankeser%2Ftcx-extract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alhankeser","download_url":"https://codeload.github.com/alhankeser/tcx-extract/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alhankeser%2Ftcx-extract/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32274997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-extraction","garmin","python","tcx","zig","ziglang"],"created_at":"2024-09-30T14:54:54.134Z","updated_at":"2026-04-27T18:32:06.892Z","avatar_url":"https://github.com/alhankeser.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TCX Extractor\n\nA speed-optimized data extractor for .tcx (Garmin) files.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Support](#support)\n\n## Installation\nCan be installed using: \n\n```bash\npip install tcx-extract\n```\n\nThen run this once to build the Zig executable:\n```python\nimport tcx_extract as tcx\ntcx.build_zig()\n```\n\n## Usage\n```python\nimport tcx_extract as tcx\nwatts = tcx.extract(filepath=\"example.tcx\", tag_name=\"ns3:Watts\")\nprint(watts)\n\n# Output:\n# ['402', '380', '304'...]\n```\n- By default, an item for every `\u003cTrackPoint\u003e` will be included in the resulting Python list.\n- `filepath` path to the .tcx file to extract from.\n- `tag_name` tag to get value from. \n  - Nested or multiple tags are not currently supported.\n\n## Support\nPlease [create an issue](https://github.com/alhankeser/tcx-extract/issues/new) if you're having an issue or have questions. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falhankeser%2Ftcx-extract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falhankeser%2Ftcx-extract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falhankeser%2Ftcx-extract/lists"}