Metadata-Version: 2.1
Name: remote-drawing-provider
Version: 0.0.1
Summary: Remote Drawing Provider
Author-email: thinkershare <thinkershare@163.com>
Project-URL: Homepage, https://github.com/XiaoyanQian/remote-drawing
Project-URL: Bug Tracker, https://github.com/XiaoyanQian/remote-drawing/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pytorch
Requires-Dist: websockets (>=11.0.2)

# remote-drawing-provider

## install

```bash
pip install remote-drawing-provider
```

## using

```python
from remote-drawing-provider.provider import send

send(method='visualize_point_cloud',[args])
```
