{"id":29638260,"url":"https://github.com/qualisys/qualisys_python_sdk","last_synced_at":"2025-07-21T19:07:16.452Z","repository":{"id":44568344,"uuid":"70243254","full_name":"qualisys/qualisys_python_sdk","owner":"qualisys","description":"Python implementation of the real-time protocol for Qualisys Track Manager","archived":false,"fork":false,"pushed_at":"2024-06-11T09:12:50.000Z","size":3748,"stargazers_count":44,"open_issues_count":4,"forks_count":20,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-06T10:53:15.045Z","etag":null,"topics":["motion-capture","motion-control","motion-tracking","position-tracking","python","qtm","qualisys","realtime"],"latest_commit_sha":null,"homepage":"https://qualisys.github.io/qualisys_python_sdk/index.html","language":"Python","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/qualisys.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":"2016-10-07T12:10:14.000Z","updated_at":"2025-04-23T13:09:43.000Z","dependencies_parsed_at":"2023-01-22T12:01:03.411Z","dependency_job_id":"655ae134-ae03-4b18-b037-8da51b06d874","html_url":"https://github.com/qualisys/qualisys_python_sdk","commit_stats":{"total_commits":88,"total_committers":14,"mean_commits":6.285714285714286,"dds":0.6363636363636364,"last_synced_commit":"a7c401d0aa920b1f79bbe73ab69ce5869d0218af"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/qualisys/qualisys_python_sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualisys%2Fqualisys_python_sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualisys%2Fqualisys_python_sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualisys%2Fqualisys_python_sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualisys%2Fqualisys_python_sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qualisys","download_url":"https://codeload.github.com/qualisys/qualisys_python_sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualisys%2Fqualisys_python_sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264910700,"owners_count":23682120,"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":["motion-capture","motion-control","motion-tracking","position-tracking","python","qtm","qualisys","realtime"],"created_at":"2025-07-21T19:07:15.881Z","updated_at":"2025-07-21T19:07:16.438Z","avatar_url":"https://github.com/qualisys.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Qualisys SDK for Python\n================================\n\n![PyPI - Version](https://img.shields.io/pypi/v/qtm_rt)\n\nThe Qualisys SDK for Python implements our RealTime(RT) protocol and works with Python 3.5 and above.\n\nInstallation\n------------\n\nThe easiest way to install the qtm_rt package is by using [pip]((https://pip.pypa.io/en/stable/installing/)):\n\n```\npython -m pip install pip --upgrade # Upgrade to latest pip\npython -m pip install qtm-rt\n```\n\nIt's also possible to install from github:\n\n```\npython -m pip install git+https://github.com/qualisys/qualisys_python_sdk.git\n```\n\nOr just clone the repo and copy the qtm_rt folder into you project folder,\n\nDocumentation\n-------------\n\nhttps://qualisys.github.io/qualisys_python_sdk/index.html\n\nExamples\n--------\n\nSee the examples folder.\n\nMissing RT features and limitations\n-----------------------------------\n\nImplementation only uses little endian, should connect to standard port 22223.\nProtocol version must be 1.8 or later.\n\nGetCaptureC3D is not implemented.\nGetCaptureQTM is not implemented.\n\nNo support for selecting analog channel.\n\nDevelopment\n-----------\n\nUse the following `bash` commands in sequence to build the distribution and\ndocumentation:\n\n```\n# Setup build environment\npython -m venv .venv\nsource ./.venv/Scripts/activate\npip install -r requirements-dev.txt\n\n# Run tests\npytest test/\n\n# Build source tarball and python wheel in dist/\npython -m build\n\n# Build sphinx documentation in docs/_build/html/\nmake -C docs html\n\n# Copy build output to gh-pages branch (checked out in a separate clone of the repository in ../qualisys_python_sdk_gh_pages)\n# Make sure to keep v102/, v103/ and v212/ directories with the old documentation.\ncp -r docs/_build/html/* ../qualisys_python_sdk_gh_pages\n# Commit the changes with a message like \"Update documentation to version x.y.z\"\ngit -C ../qualisys_python_sdk_gh_pages add .\ngit -C ../qualisys_python_sdk_gh_pages commit\ngit -C ../qualisys_python_sdk_gh_pages push origin gh-pages\n\n# Upload new version to https://pypi.org/project/qtm-rt (needs API key)\ntwine upload dist/*\n\n# Git tag and manually make release on github\ngit tag vx.y.z\ngit push --tags\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualisys%2Fqualisys_python_sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqualisys%2Fqualisys_python_sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualisys%2Fqualisys_python_sdk/lists"}