From 796a22e5d21218b867d9fd8f3be71b49426200b7 Mon Sep 17 00:00:00 2001 From: AN Long Date: Sun, 3 Dec 2023 23:41:03 +0800 Subject: [PATCH] ref to thriftpy2 in index.rst --- doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 705f09f..53e2eef 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -7,12 +7,12 @@ HappyBase **HappyBase** is a developer-friendly Python__ library to interact with `Apache HBase`__. HappyBase is designed for use in standard HBase setups, and offers application developers a Pythonic API to interact with HBase. Below the surface, -HappyBase uses the `Python Thrift library`__ to connect to HBase using its +HappyBase uses the `Python ThriftPy2 library`__ to connect to HBase using its Thrift__ gateway, which is included in the standard HBase 0.9x releases. __ http://python.org/ __ http://hbase.apache.org/ -__ http://pypi.python.org/pypi/thrift +__ http://pypi.python.org/pypi/thriftpy2 __ http://thrift.apache.org/