tree: 6b213cc18d22f6b9a42f0c8a9acb4c4b2a2ffda8 [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.