Skip to main content

A module for k2hash from antpickax

Project description

https://img.shields.io/badge/license-MIT-blue.svg https://img.shields.io/pypi/pyversions/k2hash.svg https://img.shields.io/github/forks/yahoojapan/k2hash_python.svg https://img.shields.io/github/stars/yahoojapan/k2hash_python.svg https://img.shields.io/github/issues/yahoojapan/k2hash_python.svg https://github.com/yahoojapan/k2hash_python/workflows/Python%20package/badge.svg https://readthedocs.org/projects/k2hash-python/badge/?version=latest https://img.shields.io/pypi/v/k2hash

Overview

k2hash_python is an official python driver for k2hash.

https://raw.githubusercontent.com/yahoojapan/k2hash_python/main/docs/images/top_k2hash_python.png

Install

Firstly you must install the k2hash shared library:

curl -o- https://raw.github.com/yahoojapan/k2hash_python/master/utils/libk2hash.sh | bash

Then, let’s install k2hash using pip:

pip install k2hash

Usage

Try to set a key and get it:

import k2hash

k = k2hash.K2hash('test.k2h')
k.set('hello', 'world')
v = k.get('hello')
print(v)    // world

Development

Clone this repository and go into the directory, then run the following command:

$ python3 -m pip install --upgrade build
$ python3 -m build

Documents

Here are documents including other components.

Document top page

About K2HASH

About AntPickax

Packages

Here are packages including other components.

k2hash(python packages)

License

MIT License. See the LICENSE file.

AntPickax

k2hash_python is a project by AntPickax, which is an open source team in Yahoo Japan Corporation.

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

k2hash-1.0.1.tar.gz (280.9 kB view hashes)

Uploaded Source

Built Distribution

k2hash-1.0.1-py3-none-any.whl (17.5 kB view hashes)

Uploaded Python 3

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