Skip to content

Python binding of the notmuch mail search and indexing library.

License

Notifications You must be signed in to change notification settings

weilbith/notmuch-python-bindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notmuch Python Bindings

Python binding of the notmuch mail search and indexing library. This module makes the functionality of the notmuch library (https://notmuchmail.org_) available to python. Successful import of this module depends on a libnotmuch.so|dll being available on the user's system.

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.

PyPI

Install the build project from PyPI.

$ pip install notmuch
$ poetry add notmuch

Git

Reference the pure sources from GitHub.

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

Documentation

If you have downloaded the full source tarball, you can create the documentation with sphinx installed, go to the docs directory and "make html". A static version of the documentation is available at:

https://notmuch.readthedocs.io/projects/notmuch-python/

About

Python binding of the notmuch mail search and indexing library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages