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


Groups > linux.debian.bugs.dist > #1197921

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

From Edward Betts <edward@4angle.com>
Newsgroups linux.debian.bugs.dist, linux.debian.devel, linux.debian.maint.python
Subject Bug#1071444: ITP: python-fnvhash -- Pure Python FNV hash implementation
Date 2024-05-19 14:40 +0200
Message-ID <IFNZv-eppj-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Cross-posted to 3 groups.

Show all headers | View raw


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.

Back to linux.debian.bugs.dist | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web