tree: 94032ac2d55f3c4da2ca613ee815b2fc7221d8fb [path history] [tgz]
  1. kudu/
  2. .gitignore
  3. Makefile
  4. MANIFEST.in
  5. pytest.ini
  6. README.md
  7. requirements.txt
  8. setup.cfg
  9. setup.py
python/README.md

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.