Metadata-Version: 2.1
Name: moveai-mocap-python
Version: 0.18.3
Summary: 
License: #
Author: Ben Hastings
Author-email: ben@move.ai
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: boto3 (>=1.34.48,<2.0.0)
Requires-Dist: boto3-stubs[ec2,iam] (>=1.34.49,<2.0.0)
Requires-Dist: pydantic (>=2.6.1,<3.0.0)
Requires-Dist: pydantic-settings (>=2.2.1,<3.0.0)
Description-Content-Type: text/markdown

# Move AI Mocap SDK

This SDK allows you to use Python to define and run Move AI Engine jobs. It currently supports running jobs on AWS, based on the availability of AMIs in your EC2 environment.

### Requirements
Python 3.10 or higher.

### Installation

#### With poetry

```bash
poetry add moveai-mocap-python
```

#### With pip

```bash
pip install moveai-mocap-python
```

## Quickstart

See the [docs](https://move-ai.github.io/moveai-mocap-python/) for more detailed information.

### Examples

See the [multi camera example](https://move-ai.github.io/moveai-mocap-python/quickstart/multicam.html).

See the [single camera example](https://move-ai.github.io/moveai-mocap-python/quickstart/singlecam.html).

## License

This project is proprietary. All rights reserved.

