Metadata-Version: 2.4
Name: hunyuan-3d
Version: 0.1.0
Summary: Hunyuan 3D - AI-powered 3D model generation platform by Tencent
Project-URL: Homepage, https://hunyuan-3d.org
Project-URL: Documentation, https://hunyuan-3d.org
Project-URL: Repository, https://github.com/hunyuan-3d/hunyuan-3d
Project-URL: Website, https://hunyuan-3d.org
Author-email: Hunyuan 3D Team <contact@hunyuan-3d.org>
License: MIT
License-File: LICENSE
Keywords: 3d-generation,ai,generative-ai,hunyuan,hunyuan-3d,tencent,text-to-3d
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Hunyuan 3D

AI-powered 3D model generation platform by Tencent.

## Official Website

Visit: [https://hunyuan-3d.org](https://hunyuan-3d.org)

## Installation

```bash
pip install hunyuan-3d
```

## Usage

```python
from hunyuan_3d import get_info, get_platform_url

info = get_info()
print(info)

url = get_platform_url()
print(url)  # https://hunyuan-3d.org
```

## Links

- Website: [https://hunyuan-3d.org](https://hunyuan-3d.org)
- PyPI: [https://pypi.org/project/hunyuan-3d/](https://pypi.org/project/hunyuan-3d/)

## License

MIT License
