notmuch/bindings/python
David Bremner 126347b694 Import notmuch_0.38.2.orig.tar.xz
[dgit import orig notmuch_0.38.2.orig.tar.xz]
2023-12-01 07:51:09 -04:00
..
docs Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
notmuch Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
.gitignore Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
MANIFEST.in Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
README Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
setup.py Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00

notmuch -- The python interface to notmuch
==========================================

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.

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/

To build the python bindings, do

  python setup.py install --prefix=path/to/your/preferred/location