Metadata-Version: 2.1
Name: taospyudf
Version: 0.0.9
Summary: taos python udf
Author-Email: taos data <slzhou@taosdata.com>
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: taospy; extra == "test"
Description-Content-Type: text/markdown

# TDengine Python UDF

[TDengine](https://github.com/taosdata/TDengine) Python UDF enables writing UDF in Python Language.

## License

taospyudf is provided under a MIT license that can be found in the LICENSE
file. By using, distributing, or contributing to this project, you agree to the
terms and conditions of this license.

