Metadata-Version: 2.1
Name: vrs
Version: 1.0.3
Summary: Python API for VRS
Home-page: https://github.com/facebookresearch/vrs
Author: Meta Reality Labs Research
License: Apache-2.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown

pyvrs is a Python library that provides read VRS capability to python code with a Pythonic API, using a pybind11 module to handle VRS files via the official VRS C++ API.

# Documentation
[The VRS documentation](https://facebookresearch.github.io/vrs/) explains how
VRS works. It is complemented by the
[API documentation](https://facebookresearch.github.io/vrs/python_api/index.html).

# Installation (macOS and Ubuntu and container)
## Requirements
- Ubuntu or macOS with Python >= 3.7

## Install via pip
```
pip install pyvrs
```

## Build from source
Check [Build from source](https://github.com/facebookresearch/vrs#getting-started) for how to build the package from source.
