Metadata-Version: 2.1
Name: fnv128a
Version: 0.0.1
Summary: Python implementation of Golang's fnv128a in hash/fnv
Author-email: Simon Haxby <simon.haxby@gmail.com>
Project-URL: Bug Tracker, https://github.com/avicennax/fnv128a/issues
Project-URL: Homepage, https://github.com/avicennax/fnv128a
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# fnv128a

If you're like me and are using Go's implementation of fnv128a in [hash/fnv](https://pkg.go.dev/hash/fnv) and have need to compute identical hashes in Python, then look no further.

## Installation

I've created a super bare-bones pyproject.toml, just enough
to build the package and push to pypi and consquently advise
you just pip install via:

```
pip install fnv128a
```
