Metadata-Version: 2.4
Name: vidformer
Version: 0.12.0
Summary: vidformer-py is a Python 🐍 interface for [vidformer](https://github.com/ixlab/vidformer).
Author-email: Dominik Winecki <dominikwinecki@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: requests
Requires-Dist: msgpack
Requires-Dist: numpy
Project-URL: Documentation, https://ixlab.github.io/vidformer/vidformer-py/
Project-URL: Homepage, https://ixlab.github.io/vidformer/
Project-URL: Issues, https://github.com/ixlab/vidformer/issues

# vidformer-py

[![PyPI version](https://img.shields.io/pypi/v/vidformer.svg)](https://pypi.org/project/vidformer/)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/ixlab/vidformer/blob/main/LICENSE)

vidformer-py is a Python 🐍 frontend for [vidformer](https://github.com/ixlab/vidformer).
It has an API compatability layer with OpenCV cv2, as well as some [supervision](https://github.com/roboflow/supervision) annotators.
Our [getting started guide](https://ixlab.github.io/vidformer/getting-started.html) explains how to use it.

**Quick links:**
* [📦 PyPI](https://pypi.org/project/vidformer/)
* [📘 Documentation - vidformer-py](https://ixlab.github.io/vidformer/vidformer-py/pdoc/)
* [📘 Documentation - vidformer.cv2](https://ixlab.github.io/vidformer/vidformer-py/pdoc/vidformer/cv2.html)
* [📘 Documentation - vidformer.supervision](https://ixlab.github.io/vidformer/vidformer-py/pdoc/vidformer/supervision.html)
* [🧑‍💻 Source Code](https://github.com/ixlab/vidformer/tree/main/vidformer-py/)

**Publish:**
```bash
 export FLIT_USERNAME='__token__' FLIT_PASSWORD='<token>'
flit publish
```

