Metadata-Version: 1.1
Name: kudu-python
Version: 0.3.0
Summary: Python interface to the Apache Kudu C++ Client API
Home-page: http://getkudu.io
Author: Apache Kudu team
Author-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 http://getkudu.io for more.
        
        To install from PyPI, run
        
        ```
        pip install kudu-python
        ```
        
        Installation from source requires Cython.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Cython
