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

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.