Metadata-Version: 2.1
Name: deltachat
Version: 1.136.2
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/deltachat/deltachat-core-rust/
Project-URL: Bug Tracker, https://github.com/deltachat/deltachat-core-rust/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.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cffi >=1.0.0
Requires-Dist: imap-tools
Requires-Dist: pluggy
Requires-Dist: requests
Requires-Dist: importlib-metadata ; python_version < "3.8"

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

This package provides `Python bindings`_ to the `deltachat-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.

.. _`deltachat-core library`: https://github.com/deltachat/deltachat-core-rust
.. _`Python bindings`: https://py.delta.chat/
