Metadata-Version: 2.4
Name: voe4
Version: 0.1.0
Summary: VOE4 - AI-powered video generation and editing platform
Project-URL: Homepage, https://voe4.org
Project-URL: Documentation, https://voe4.org
Project-URL: Repository, https://github.com/voe4/voe4
Project-URL: Website, https://voe4.org
Author-email: VOE4 Team <contact@voe4.org>
License: MIT
License-File: LICENSE
Keywords: ai,artificial-intelligence,creative-ai,video-editing,video-generation,voe4
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 :: Video
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# VOE4

AI-powered video generation and editing platform with advanced capabilities.

## Official Website

Visit: [https://voe4.org](https://voe4.org)

## Installation

```bash
pip install voe4
```

## Usage

```python
from voe4 import get_info, get_platform_url

info = get_info()
print(info)

url = get_platform_url()
print(url)  # https://voe4.org
```

## Links

- Website: [https://voe4.org](https://voe4.org)
- PyPI: [https://pypi.org/project/voe4/](https://pypi.org/project/voe4/)

## License

MIT License
