Metadata-Version: 2.3
Name: hamming-sim-pytorch
Version: 0.1.2.2
Summary: A PyTorch extension for hamming similarity optimized for CPU usage.
License: MIT
Author: Yashasvi Ranawat
Author-email: yashasvi.ranawat@iprally.com
Maintainer: Berker Peksag
Maintainer-email: berker.peksag@iprally.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numpy (>=1.22,<1.23)
Requires-Dist: torch (==2.4.0)
Description-Content-Type: text/markdown

# hamming-sim-pytorch

`hamming-sim-pytorch` is a library that provides hamming similarity implementation
optimized for CPUs using PyTorch.

The binary wheel currently supports Intel Haswell CPUs and PyTorch 1.13. Use the
source distribution to build a binary wheel for different architectures.

## Installation

```
pip install hamming-sim-pytorch
```

## Usage

[`examples/time_hamming_sim.py`](examples/time_hamming_sim.py) contains a practical
example using the library.

## License

`hamming-sim-pytorch` is open-sourced software licensed under the MIT license.

