tree: 4f8fd7f21687b6cb6eb5644958c0b038abfa22ff [path history] [tgz]
  1. kudu/
  2. .gitignore
  3. Makefile
  4. MANIFEST.in
  5. pytest.ini
  6. README.md
  7. requirements.txt
  8. requirements_dev.txt
  9. setup.cfg
  10. setup.py
  11. setup_prerequisites.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 https://kudu.apache.org for more.

To install from PyPI, run

pip install kudu-python