# 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 git clone --depth 1 https://github.com/taosdata/TDengine.git pip install ./TDengine/src/connector/python ``` ## Source Code [TDengine] connector for Python source code is hosted on [GitHub](https://github.com/taosdata/TDengine/tree/develop/src/connector/python). ## License - AGPL Keep same with [TDengine](https://github.com/taosdata/TDengine).