README.md 616 字节
Newer Older
1 2 3 4 5 6 7
# TDengine Connector for Python

[TDengine] connector for Python enables python programs to access TDengine, using an API which is compliant with the Python DB API 2.0 (PEP-249). It uses TDengine C client library for client server communications.

## Install

```sh
8 9
git clone --depth 1 https://github.com/taosdata/TDengine.git
pip install ./TDengine/src/connector/python
10 11 12 13
```

## Source Code

14
[TDengine] connector for Python source code is hosted on [GitHub](https://github.com/taosdata/TDengine/tree/develop/src/connector/python).
15 16 17 18

## License - AGPL

Keep same with [TDengine](https://github.com/taosdata/TDengine).