Python-bindings for CityHash, a fast non-cryptographic hash algorithm
Project Links
Meta
Author: Alexander [Amper] Marshalov
Classifiers
Development Status
- 4 - Beta
Operating System
- OS Independent
Intended Audience
- Developers
- Science/Research
License
- OSI Approved :: MIT License
Programming Language
- C++
- Cython
- Python :: 2.7
- Python :: 3.6
Topic
- Internet
- Scientific/Engineering
- Scientific/Engineering :: Information Analysis
- Software Development
- Software Development :: Libraries :: Python Modules
- Utilities
A fork of Python wrapper around CityHash with downgraded version of algorithm. This fork used as 3-rd party library for hashing data in ClickHouse protocol. Unfortunately ClickHouse server comes with built-in old version of this algorithm.
Please use original python-cityhash package for other purposes.
Getting Started
To use this package in your program, simply type
pip install clickhouse-cityhash
See Also
For other fast non-cryptographic hashing implementations available as Python extensions, see MetroHash and xxh.
License
This software is licensed under the MIT License. See the included LICENSE file for more information.
Nov 17, 2022
1.0.2.4
Aug 17, 2019
1.0.2.3
Sep 26, 2018
1.0.2.2
Oct 08, 2017
1.0.2.1
May 23, 2017
1.0.2
Wheel compatibility matrix
Files in release
No dependencies