Metadata-Version: 2.4
Name: kudu-python
Version: 1.18.1
Summary: Python interface to the Apache Kudu C++ Client API
Home-page: http://kudu.apache.org/
Maintainer: Apache Kudu team
Maintainer-email: dev@kudu.apache.org
License: Apache License, Version 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
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
Classifier: Programming Language :: Cython
License-File: LICENSE.txt
Requires-Dist: six==1.16.0
Requires-Dist: pytz==2024.1
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary

kudu-python: Python interface to the Apache Kudu C++ Client API
---------------------------------------------------------------

Using this package requires that you install the Kudu C++ client libraries and
headers. See https://kudu.apache.org for more.

To install from PyPI, run

```
pip install kudu-python
```
