Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 740 Bytes

index.rst

File metadata and controls

36 lines (27 loc) · 740 Bytes

Help Documents

.. toctree::
    :maxdepth: 1

    usage.rst
    roadmap.rst

API Documentation

Note: PyKafka uses the convention that all class attributes prefixed with an underscore are considered private. They are not a part of the public interface, and thus are subject to change without a major version increment at any time. Class attributes not prefixed with an underscore are treated as a fixed public API and are only changed in major version increments.

.. toctree::
    :maxdepth: 2
    :glob:

    api/*
    utils/*

Indices and tables