2016-03-14 20:29:08 +01:00
|
|
|
notmuch -- The python interface to notmuch
|
|
|
|
==========================================
|
2010-03-22 12:32:44 +01:00
|
|
|
|
|
|
|
This module makes the functionality of the notmuch library
|
|
|
|
(`http://notmuchmail.org`_) available to python. Successful import of
|
|
|
|
this modul depends on a libnotmuch.so|dll being available on the
|
|
|
|
user's system.
|
|
|
|
|
2010-04-19 21:36:14 +02:00
|
|
|
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:
|
2010-03-17 09:28:39 +01:00
|
|
|
|
2016-03-14 20:29:08 +01:00
|
|
|
https://notmuch.readthedocs.org/projects/notmuch-python/
|
2010-03-17 09:28:39 +01:00
|
|
|
|
2016-03-14 20:29:08 +01:00
|
|
|
To build the python bindings, do
|
2010-03-22 12:32:44 +01:00
|
|
|
|
2016-03-14 20:29:08 +01:00
|
|
|
python setup.py install --prefix=path/to/your/preferred/location
|