Typing stubs for pyfarmhash, provided by typeshed. Currently at version 0.4.0.20260408, updated regularly alongside typeshed releases. These stubs enable type-checking for the pyfarmhash library, which provides farmhash hash functions. Requires Python >=3.10.
pip install types-pyfarmhashVerified import paths — ran on the pinned version, not inferred.
Basic usage of pyfarmhash with type stub support.
Always pass seed as keyword: pyfarmhash.hash64(b'data', seed=0)
Ensure input is bytes: pyfarmhash.hash64(b'123') vs hash64(123).
No dependency data recorded yet.