Metadata-Version: 2.4
Name: mjcf2usd
Version: 0.0.1
Summary: Convert MJCF (MuJoCo XML) to USD format
Author: Ge Yang
License: MIT
Project-URL: Homepage, https://github.com/vuer-ai/mjcf2usd
Project-URL: Repository, https://github.com/vuer-ai/mjcf2usd
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# mjcf2usd

Convert MJCF (MuJoCo XML) to USD format.

## Installation

```bash
pip install mjcf2usd
```

## Usage

```python
import mjcf2usd
```
