Metadata-Version: 2.1
Name: xviz-avs
Version: 0.1.0a5
Summary: Python implementation of XVIZ protocol
Home-page: https://github.com/uber/xviz
Author: Timothy Wojtaszek
Author-email: twojtasz@uber.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Database :: Front-Ends
Classifier: Environment :: Web Environment
Description-Content-Type: text/markdown
Requires-Dist: easydict
Requires-Dist: numpy
Requires-Dist: protobuf
Requires-Dist: websockets

# xviz_avs

Python implementation of XVIZ protocol libraries.

# Requirements

Python3, `websockets`, `protobuf`, `numpy`

# Get started

You can try running the scenario server by `python examples/serve_scenarios.py`. Then you can run `cd examples/get-started && yarn start-live` under your `streetscape.gl` repository to see the example scenarios.

# Acknowledgements

 * **[Yuanxin Zhong](https://github.com/cmpute)** created [xviz.py](https://github.com/cmpute/xviz.py) and allowed us to use it as the base for the official python XVIZ library.


