blob: 54791c2485d875d1d13d7cfa391df55696688df6 [file] [log] [blame] [view]
## kudu-python: Python interface to the Apache Kudu (incubating) 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.