Metadata-Version: 2.4
Name: pyvq
Version: 0.1.0a0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
License-File: LICENSE
Summary: Python bindings for the Vq library
Keywords: vector-quantization,quantization,nearest-neighbor,data-compression,embeddings
Author-email: Hassan Abedi <hassan.abedi.t@gmail.com>
Maintainer-email: Hassan Abedi <hassan.abedi.t@gmail.com>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://github.com/habedi/vq
Project-URL: documentation, https://github.com/habedi/vq
Project-URL: repository, https://github.com/habedi/vq

## PyVq

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Python version](https://img.shields.io/badge/Python-%3E=3.10-blue)](https://github.com/habedi/vq)
[![PyPI version](https://badge.fury.io/py/pyvq.svg)](https://badge.fury.io/py/pyvq)
[![Pip downloads](https://img.shields.io/pypi/dm/pyvq.svg)](https://pypi.org/project/pyvq)

PyVq library allows users to use [Vq](https://github.com/habedi/vq) in Python.

### Installation

```bash
pip install pyvq
```

### License

PyVq is licensed under the [MIT License](LICENSE).

