Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #15845 > unrolled thread

Bug#1071444: ITP: python-fnvhash -- Pure Python FNV hash implementation

Started byEdward Betts <edward@4angle.com>
First post2024-05-19 14:40 +0200
Last post2024-05-19 14:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.debian.maint.python


Contents

  Bug#1071444: ITP: python-fnvhash -- Pure Python FNV hash implementation Edward Betts <edward@4angle.com> - 2024-05-19 14:40 +0200

#15845 — Bug#1071444: ITP: python-fnvhash -- Pure Python FNV hash implementation

FromEdward Betts <edward@4angle.com>
Date2024-05-19 14:40 +0200
SubjectBug#1071444: ITP: python-fnvhash -- Pure Python FNV hash implementation
Message-ID<IFNZv-eppj-1@gated-at.bofh.it>
Package: wnpp
Severity: wishlist
Owner: Edward Betts <edward@4angle.com>
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-python@lists.debian.org

* Package name    : python-fnvhash
  Version         : 0.1.0
  Upstream Author : Lorenz Schori <lo@znerol.ch>
* URL             : https://github.com/znerol/py-fnvhash
* License         : MIT
  Programming Lang: Python
  Description     : Pure Python FNV hash implementation

  Pure Python implementation of the FNV (Fowler-Noll-Vo) hash family. Offers
  100% test coverage and is suitable for applications where portability is
  more important than performance.
  .
  FNV is a non-cryptographic hash function that is fast and has excellent
  dispersion, making it suitable for hash tables and checksums.
  .
  Example usage:
  .
   >>> from fnvhash import fnv1a_32
   >>> hex(fnv1a_32(b'foo'))
   '0xa9f37ed7'

I plan to maintain this package as part of the Python team.

[toc] | [standalone]


Back to top | Article view | linux.debian.maint.python


csiph-web