Metadata-Version: 2.4
Name: visionsdk
Version: 0.0.2
Summary: VisionSDK Python SDK
Author: visionsdk
Author-email: sdk@neurarank.tech
License-Expression: MIT
Project-URL: Home, https://docs.neurarank.tech
Project-URL: Documentation, https://docs.neurarank.tech
Project-URL: Source, https://docs.neurarank.tech
Project-URL: Website, https://neurarank.tech
Keywords: ml,webrtc,audio,video,ai,visionsdk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Conferencing
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=1.10.15
Requires-Dist: vsaiortc>=0.0.6
Requires-Dist: h264-profile-level-id<1.1.0,>=1.0.0
Requires-Dist: sdp-transform<1.2.0,>=1.1.0
Requires-Dist: pyee>=13.0.0
Requires-Dist: av<17.0.0,>=14.0.0
Requires-Dist: websockets<=15.0.1,>=12.0.0
Requires-Dist: requests<2.32.0,>=2.3.1
Requires-Dist: pylibsrtp>=0.10.0
Requires-Dist: pyopenssl>=24.0.0
Requires-Dist: pycryptodome==3.20.0
Requires-Dist: pillow>=11.1.0
Dynamic: author-email

# VisionSDK Python SDK

## Overview

The VisionSDK Python SDK provides a convenient way to interact with the VisionSDK API. It allows you to integrate video functionalities, including video calling, recording, and streaming, into your Python applications easily.

## Features

- **Video Calling**: Start, join, and manage video calls.
- **Recording**: Record video calls.
- **Live Streaming**: Stream your video calls to platforms like YouTube, Facebook, etc.
- **Chat**: Send and receive messages during a video call.

## Installation

To install the SDK, use pip:

```bash
pip install visionsdk
```

## Documentation

For detailed documentation, visit the [VisionSDK Documentation](https://docs.neurarank.tech).

## Support

If you need help or have any questions, please feel free to reach out to our support team at [support@neurarank.tech](mailto:support@neurarank.tech) or join our community forum.
