Metadata-Version: 2.1
Name: tikit
Version: 1.8.2.240926
Summary: Kit for TI PLATFORM
Home-page: https://cloud.tencent.com/
Author: TI PLATFORM TEAM
Author-email: TI_Platform@tencent.com
License: MIT
Platform: UNKNOWN
Requires-Dist: six (>=1.15.0)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: requests (>=2.26.0)
Requires-Dist: future (==0.18.2)
Requires-Dist: sasl (==0.3.1)
Requires-Dist: crcmod (==1.7)
Requires-Dist: thrift (==0.15.0)
Requires-Dist: PyHive[hive] (==0.6.4)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: certifi (==2021.10.8)
Requires-Dist: urllib3 (==1.26.7)
Requires-Dist: wcwidth (==0.2.5)
Requires-Dist: pure-sasl (==0.6.2)
Requires-Dist: idna (==3.3)
Requires-Dist: dicttoxml (==1.7.4)
Requires-Dist: prettytable (==2.5.0)
Requires-Dist: hdfs (==2.6.0)
Requires-Dist: cos-python-sdk-v5 (==1.9.29)
Requires-Dist: thrift-sasl (>=0.1.0)
Requires-Dist: pyjwt (>=2.4.0)
Requires-Dist: xmltodict (>=0.13.0)
Requires-Dist: py4j (==0.10.7)
Requires-Dist: tqdm (>=4.64.0)
Requires-Dist: requests-kerberos (>=0.14.0)
Requires-Dist: click (>=0.8.0)
Requires-Dist: pyyaml

TiKit是一套对接腾讯云TI平台各模块的python SDK工具。 
Tikit的核心作用是为了让算法类研发人员在使用Notebook功能时，能够更好地进行交互，打通Notebook和本地环境访问平台的路径，进行从训练到推理的闭环。

# 发布
'''bash
# 公网
make publish
'''

# 开发
'''bash
yum install -y cyrus-sasl cyrus-sasl-devel cyrus-sasl-lib krb5-devel
pip install -r requirements.txt
'''
# 公网
pip install tikit -U -i https://pypi.org/simple
'''

