Skip to main content

Google FarmHash Bindings for Python

Project description

python-farmhash
==========


Overview
========
This package provides bindings for the [Google's FarmHash](http://code.google.com/p/farmhash/).

Code specific to this project is covered by [The MIT License](http://opensource.org/licenses/MIT)

Install
=======
Currently, clone the repo and:
> $ cd python-farmhash
> $ sudo python setup.py Install


The package was hosted on [PyPI](http://pypi.python.org/pypi/pyfarmhash)

> $ pip install pyfarmhash
> $ easy_install pyfarmhash

Usage
=====
The library is pretty simple to use:

> import pyfarmhash as farmhash
> print farmhash.hash64('abc')
> 2640714258260161385

For more details, use ipython:
> In [1]: import pyfarmhash as farmhash
>
> In [2]: farmhash.hash64withseed?
> Type: builtin_function_or_method
> String Form:<built-in function hash64withseed>
> Docstring:
> Hash function for a string. For convenience, a 64-bit seed is also hashed into the result.
> example: print farmhash.hash64withseed('abc', 12345)
> 13914286602242141520L

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfarmhash-0.1.3.tar.gz (65.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page