deltachat python bindings ========================= The ``deltachat`` Python package provides two layers of bindings for the core Rust-library of the https://delta.chat messaging ecosystem: - :doc:`api` is a high level interface to deltachat-core. - :doc:`plugins` is a brief introduction into implementing plugin hooks. - :doc:`lapi` is a lowlevel CFFI-binding to the `Rust Core `_. getting started --------------- .. toctree:: :maxdepth: 2 install examples .. toctree:: :hidden: links changelog api lapi plugins .. Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`