{"id":15797262,"url":"https://github.com/domna/tdm_loader","last_synced_at":"2025-05-07T02:44:00.474Z","repository":{"id":12942099,"uuid":"81567019","full_name":"domna/tdm_loader","owner":"domna","description":"This modules allows accessing Labview TDM/TDX files to be accessed like numpy structured arrays.","archived":false,"fork":false,"pushed_at":"2024-03-28T13:20:48.000Z","size":829,"stargazers_count":15,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-21T03:09:45.687Z","etag":null,"topics":["labview","numpy","python","tdm"],"latest_commit_sha":null,"homepage":"https://tdm-loader.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/domna.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-02-10T13:18:53.000Z","updated_at":"2025-04-02T05:42:13.000Z","dependencies_parsed_at":"2024-10-26T05:53:03.326Z","dependency_job_id":"9c770360-4697-4059-a2a3-10948482446f","html_url":"https://github.com/domna/tdm_loader","commit_stats":{"total_commits":63,"total_committers":11,"mean_commits":"5.7272727272727275","dds":0.5555555555555556,"last_synced_commit":"c00e5e78af5e02432ded945eb858b1f13298fd92"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domna%2Ftdm_loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domna%2Ftdm_loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domna%2Ftdm_loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domna%2Ftdm_loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domna","download_url":"https://codeload.github.com/domna/tdm_loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252802636,"owners_count":21806547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["labview","numpy","python","tdm"],"created_at":"2024-10-05T00:05:52.534Z","updated_at":"2025-05-07T02:44:00.428Z","avatar_url":"https://github.com/domna.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI](https://img.shields.io/pypi/v/tdm_loader)](https://pypi.org/project/tdm_loader/)\n[![Pytest](https://github.com/domna/tdm_loader/actions/workflows/pytest.yml/badge.svg)](https://github.com/domna/tdm_loader/actions/workflows/pytest.yml)\n[![Coverage Status](https://coveralls.io/repos/github/domna/tdm_loader/badge.svg?branch=master)](https://coveralls.io/github/domna/tdm_loader?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/tdm_loader/badge/?version=latest)](https://tdm-loader.readthedocs.io/en/latest/?badge=latest)\n\nThis module allows National Instruments TDM/TDX files to be accessed like\nNumPy structured arrays.\n\nTo install the newest version use::\n\n    pip install tdm-loader\n\nSample usage::\n\n    import tdm_loader\n    data_file = tdm_loader.OpenFile('filename.tdm')\n    \nAccess a channel by channel group and channel index combination::\n    \n    data_file.channel(channel_group, channel)\n\nGet a dict of all channels in a channel group:\n\n    data_file.channel_dict(channel_group)\n\nSearch for a column name.  A list of all column names that contain\n``search_term`` and their indices will be returned::\n\n    data_file.channel_search(search_term)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomna%2Ftdm_loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomna%2Ftdm_loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomna%2Ftdm_loader/lists"}