Metadata-Version: 2.4
Name: deltachat
Version: 2.23.0
Summary: Python bindings for the Delta Chat Core library using CFFI against the Rust-implemented libdeltachat
Author: holger krekel, Floris Bruynooghe, Bjoern Petersen and contributors
Project-URL: Home, https://github.com/chatmail/core/
Project-URL: Bug Tracker, https://github.com/chatmail/core/issues
Project-URL: Documentation, https://py.delta.chat/
Project-URL: Mastodon, https://chaos.social/@delta
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cffi>=1.0.0
Requires-Dist: imap-tools
Requires-Dist: importlib_metadata; python_version < "3.8"
Requires-Dist: pluggy
Requires-Dist: requests
Dynamic: license-file

============================
CFFI Python Bindings
============================

This package provides `Python bindings`_ to the `chatmail core library`_
which implements IMAP/SMTP/MIME/OpenPGP e-mail standards and offers
a low-level Chat/Contact/Message API to user interfaces and bots.

.. _`chatmail core library`: https://github.com/chatmail/core
.. _`Python bindings`: https://py.delta.chat/
