/notmuch2-python-bindings

Pythonic bindings for the notmuch mail database using CFFI.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Notmuch2 Python Bindings

If you are using notmuch v1, please checkout notmuch

Pythonic bindings for the notmuch mail database using CFFI. This module makes the functionality of the notmuch library (https://notmuchmail.org) available to python using CFFI

Disclaimer:

Notmuch version 2 is still not released yet even it has already a second release candidate. Please expect possible breaking changes.

Installation

The intention of this repository is to make these bindings easily available for dependency management. It is originally taken from https://git.notmuchmail.org/git/notmuch/bindings/python-cffi.

PyPI

Install the build project from PyPI.

$ pip install notmuch2
$ poetry add notmuch2

Git

Reference the pure sources from GitHub.

pip install from git+https://github.com/weilbith/notmuch2
poetry add --git=https://github.com/weilbith/notmuch2