juxtematics


Namejuxtematics JSON
Version 0.1.3 PyPI version JSON
download
home_page
Summary
upload_time2024-01-25 20:34:47
maintainer
docs_urlNone
authorZhuo Li
requires_python>=3.9
licenseMIT
keywords biomechanics kinematics sports analysis pose analysis motion analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Juxtematics

## Overview

Small library designed to facilitate the analysis and computation of kinematic data related to sports movements in a two-dimensional space. 

 <!-- your comment This library is particularly useful for applications involving sports biomechanics, motion analysis, and performance evaluation. -->
Codebase are adopted from [Kinovea](https://github.com/Kinovea/Kinovea) and [kineticstoolkit](https://github.com/kineticstoolkit/kineticstoolkit)
## Features

- **Body Joints Tracking:** Easily input and track the positions of key body joints in a two-dimensional space.
- **Data Preprocessing:** Perform data preprocessing tasks such as interpolation, filtering, and smoothing to enhance the quality of kinematic data.
- **Kinematic Computations:** Compute essential kinematic metrics, including velocities, accelerations, and angles, to gain insights into sports movements.
- **Customizable Processing:** Configure preprocessing and post-calculation options based on your specific analysis requirements.

## Installation

```bash
pip install juxtematics
```
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "juxtematics",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "biomechanics,kinematics,sports analysis,pose analysis,motion analysis",
    "author": "Zhuo Li",
    "author_email": "zhuolisam0627@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4b/a9/37bfdf11e79f6e17c2cb24b96ba27458bc058f6cdebbe03cc2571f85cd24/juxtematics-0.1.3.tar.gz",
    "platform": null,
    "description": "# Juxtematics\n\n## Overview\n\nSmall library designed to facilitate the analysis and computation of kinematic data related to sports movements in a two-dimensional space. \n\n <!-- your comment This library is particularly useful for applications involving sports biomechanics, motion analysis, and performance evaluation. -->\nCodebase are adopted from [Kinovea](https://github.com/Kinovea/Kinovea) and [kineticstoolkit](https://github.com/kineticstoolkit/kineticstoolkit)\n## Features\n\n- **Body Joints Tracking:** Easily input and track the positions of key body joints in a two-dimensional space.\n- **Data Preprocessing:** Perform data preprocessing tasks such as interpolation, filtering, and smoothing to enhance the quality of kinematic data.\n- **Kinematic Computations:** Compute essential kinematic metrics, including velocities, accelerations, and angles, to gain insights into sports movements.\n- **Customizable Processing:** Configure preprocessing and post-calculation options based on your specific analysis requirements.\n\n## Installation\n\n```bash\npip install juxtematics\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.1.3",
    "project_urls": {
        "Documentation": "https://github.com/zhuolisam/juxtematics",
        "Homepage": "https://github.com/zhuolisam/juxtematics",
        "Source Code": "https://github.com/zhuolisam/juxtematics"
    },
    "split_keywords": [
        "biomechanics",
        "kinematics",
        "sports analysis",
        "pose analysis",
        "motion analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ba42462b5605f8c129178a24c53a87ba94efcd43992c876c7fd29cacf6c4bc0",
                "md5": "bdd81da6549e8d4b436671962a03e72c",
                "sha256": "048578261059de415e6285e53d9f3e79cb0188ce064ce38f969aa14adb6ceba2"
            },
            "downloads": -1,
            "filename": "juxtematics-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bdd81da6549e8d4b436671962a03e72c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 23653,
            "upload_time": "2024-01-25T20:34:43",
            "upload_time_iso_8601": "2024-01-25T20:34:43.536992Z",
            "url": "https://files.pythonhosted.org/packages/3b/a4/2462b5605f8c129178a24c53a87ba94efcd43992c876c7fd29cacf6c4bc0/juxtematics-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ba937bfdf11e79f6e17c2cb24b96ba27458bc058f6cdebbe03cc2571f85cd24",
                "md5": "8234b263ec59e45a6f259a612484ce1a",
                "sha256": "1f38b7c1aa1eba2dcd4091143dcc472719309308008e16e3e2b03f5c1de1d8c0"
            },
            "downloads": -1,
            "filename": "juxtematics-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8234b263ec59e45a6f259a612484ce1a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 20133,
            "upload_time": "2024-01-25T20:34:47",
            "upload_time_iso_8601": "2024-01-25T20:34:47.160251Z",
            "url": "https://files.pythonhosted.org/packages/4b/a9/37bfdf11e79f6e17c2cb24b96ba27458bc058f6cdebbe03cc2571f85cd24/juxtematics-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-25 20:34:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zhuolisam",
    "github_project": "juxtematics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "juxtematics"
}
        
Elapsed time: 0.16938s