1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 10:19:16 +02:00

improve docs and structure

see online snapshot: https://m.devpi.net/hpk/dev/deltachat/0.5.dev0/+doc/index.html
This commit is contained in:
holger krekel 2018-09-14 18:10:01 +02:00
parent 099306408e
commit 8683de19e3
11 changed files with 253 additions and 213 deletions

View file

@ -1,17 +1,15 @@
deltachat: e-mail messaging/chatting API / deltachat-core C lib bindings
========================================================================
DeltaChat Python Bindings
=========================
.. include:: links.rst
The deltachat package provides two bindings for the core C-library
of the https://delta.chat messaging ecosystem:
The deltachat library provides interfaces into the core
C-library for https://delta.chat:
- :doc:`capi` is a lowlevel CFFI-binding to the
`deltachat-core C-API <https://deltachat.github.io/api/index.html>`_.
- **low level bindings to deltachat-core**: ``deltachat.capi.lib`` exposes
a CFFI-interface to the `deltachat-core C-API <https://deltachat.github.io/api/index.html>`.
- :doc:`api` [work-in-progress] is a high level interface to deltachat-core which aims
to be memory safe and thoroughly tested through continous tox/pytest runs.
- **higher level bindings**: :class:`deltachat.Account` serves as a high
level object through which you can configure, send and receive messages,
create and manage groups.
Getting started
-----------------------------------------
@ -22,6 +20,7 @@ Getting started
install
getting-started
api
capi
.. toctree::
:hidden: