Skip to content

weilbith/notmuch2-python-bindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pythonic bindings for the notmuch mail database using CFFI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages