Metadata-Version: 2.1
Name: vrs
Version: 1.0.4
Summary: Python API for VRS
Home-page: https://github.com/facebookresearch/pyvrs
Author: Meta Reality Labs Research
License: Apache-2.0
Description: # What is pyvrs?
        
        pyvrs is a Python interface for C++ library [VRS](https://github.com/facebookresearch/vrs) using [pybind11](https://github.com/pybind/pybind11).
        
        ## Installation
        ```
        pip install vrs
        ```
        
        
        # Contributing
        
        We welcome contributions! See [CONTRIBUTING](CONTRIBUTING.md) for details on how
        to get started, and our [code of conduct](CODE_OF_CONDUCT.md).
        
        # License
        
        VRS is released under the [Apache 2.0 license](LICENSE).
        
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
