Metadata-Version: 2.2
Name: pylibvpx
Version: 1.1.0
Summary: Python bindings for libvpx
Author-Email: Peter Würtz <pwuertz@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Project-URL: Homepage, https://github.com/pwuertz/pylibvpx
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Python `libvpx` bindings
Python bindings for VPX encoding/decoding library

# Build with dependencies from lockfile
```shell
uv sync --no-install-project
uv build --wheel --no-build-isolation
```

# Develop with auto rebuild
```shell
uv sync
uv run pytest
```
