Metadata-Version: 1.2
Name: kudu-python
Version: 1.17.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
Description: 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
        ```
        
Platform: UNKNOWN
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
