Metadata-Version: 2.4
Name: gxkit
Version: 0.1.1
Summary: Gx Company development toolkit
Author-email: Shaojiayi <shaojy@sunburst.com.cn>
License: Apache-2.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml
Dynamic: license-file

# gx-toolkit

`gx-toolkit`，全称**Gx Company Development Toolkit** ，是**泰富共享**开发的综合性的工具包。

## 如何安装

`gx-toolkit目前有两个版本，分为**正式版**和**测试版**。

- **正式版**：发布在**PyPI**的版本，较为稳定
- **测试版**：发布在**TestPyPI**的版本，更新快

**正式版**安装方式：

```
pip install gxkit
```

**测试版**安装方式：

```
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.tuna.tsinghua.edu.cn/simple gxkit
```

测试版在导入时需注意输入正确的**URL**：https://test.pypi.org/simple/

**TestPyPI**上部分库**代码不全或没有最新版**，没有编译好的`.whl`文件（**PyPI**则不会有此问题），因此有部分依赖冲突。需要增加`extra-index-url`帮助用户获取最新版依赖库。

## 功能模块

- `dbtools`  数据库通用工具，支持Mysql、ClickHouse以及IoTDB

## 组件依赖（重要）

`gx-toolkit`的功能依赖于多个模块组件，请在确认需使用的功能后，下载对应的组件，以解锁`gx-toolkit`的相对应模块。

快速对照：

| 功能      | 依赖组件        | 安装方式                    |
| --------- | --------------- | --------------------------- |
| `dbtools` | `gxkit_dbtools` | `pip install gxkit-dbtools` |
|           |                 |                             |

## 快速入门

作者暂时懒得编写。请直接联系作者（shaojy@sunburst.com.cn）。

## 版本与许可证

当前的最新版本：`0.1.0`

许可证： `Apache License 2.0` 
