mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 15:02:11 +03:00
42 lines
720 B
ReStructuredText
42 lines
720 B
ReStructuredText
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
|
|
<https://github.com/deltachat/deltachat-core-rust>`_.
|
|
|
|
|
|
|
|
getting started
|
|
---------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
install
|
|
examples
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
links
|
|
changelog
|
|
api
|
|
lapi
|
|
plugins
|
|
|
|
..
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|