Metadata-Version: 2.4
Name: mocap-converter
Version: 0.0.1a0
Summary: Motion capture conversion utilities.
Project-URL: Source, https://github.com/yukihiroK/mocap-converter
Project-URL: Issues, https://github.com/yukihiroK/mocap-converter/issues
Author-email: yukihiroK <57009247+yukihiroK@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Keywords: bvh,kinect,mocap,motion-capture
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: numpy>=1.23.5
Requires-Dist: scipy>=1.15.3
Description-Content-Type: text/markdown

# mocap-converter

[![PyPI - Version](https://img.shields.io/pypi/v/mocap-converter.svg)](https://pypi.org/project/mocap-converter)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mocap-converter.svg)](https://pypi.org/project/mocap-converter)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install mocap-converter
```

## License

`mocap-converter` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
