taosdata/taos-connector-python
Fork: 13 Star: 46 (更新于 2024-10-27 11:50:49)
license: MIT
Language: Python .
TDengine connector for Python
最后发布版本: v2.7.15 ( 2024-04-12 10:04:53)
TDengine Connector for Python
Github Workflow | PyPI Version | PyPI Downloads | CodeCov |
---|---|---|---|
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 contains two modules:
- The
taos
module. It uses TDengine C client library for client server communications. - The
taosrest
module. It wraps TDengine RESTful API to Python DB API 2.0 (PEP-249). With this module, you do not need to install the TDengine C client library.
Install taospy
You can use pip
to install the connector from PyPI:
pip install taospy
Or with git url:
pip install git+https://github.com/taosdata/taos-connector-python.git
Note: taospy v2.7.2 requirs Python 3.6+. The early versions of taospy from v2.5.0 to v2.7.1 require Python 3.7+.
Install taos-ws-py
Install with taospy
pip install taospy[ws]
Install taos-ws-py only
pip install taos-ws-py
Note: The taosws module is provided by taos-ws-py package separately from v2.7.2. It is part of early version of taospy. taos-ws-py requires Python 3.7+.
Docs
Limitation
-
taosrest
is designed to use with taosAdapter. If your TDengine version is older than v2.4.0.0, taosAdapter may not be available.
License
We use MIT license for Python connector.
最近版本更新:(数据更新于 2024-09-07 10:40:41)
2024-04-12 10:04:53 v2.7.15
2024-04-12 09:41:07 v2.7.14
2024-01-26 15:28:20 v2.7.13
2023-09-11 16:55:50 v2.7.12
2023-09-08 11:24:12 v2.7.11
2023-07-04 11:10:43 v2.7.10
2023-06-25 10:49:03 v2.7.9
2023-06-14 14:21:47 v2.7.8
2023-03-29 13:25:12 v2.7.7
2023-02-27 12:19:38 v2.7.6
主题(topics):
database, driver, iot, python, tdengine, time-series
taosdata/taos-connector-python同语言 Python最近更新仓库
2024-11-05 15:03:24 Cinnamon/kotaemon
2024-11-05 11:00:51 home-assistant/core
2024-11-04 23:11:11 DS4SD/docling
2024-11-04 10:56:18 open-compass/opencompass
2024-11-04 08:51:21 yt-dlp/yt-dlp
2024-11-02 04:45:40 princeton-vl/infinigen