notmuch/bindings/python
2016-04-16 08:44:39 -03:00
..
debian Move everything down into a bindings/python directory. 2010-04-21 17:29:34 -07:00
docs python: Remove {Filenames,Threads}.__len__ 2016-01-08 13:58:33 +01:00
notmuch version: bump to 0.22~rc0 2016-04-16 08:44:39 -03:00
.gitignore bindings/python: ignore build subdirectory. 2013-06-03 08:00:29 -03:00
MANIFEST.in Move everything down into a bindings/python directory. 2010-04-21 17:29:34 -07:00
README python: update the README 2016-03-14 20:29:08 +01:00
setup.py python: add copyright and licensing information to setup.py 2012-04-29 16:30:38 +02:00

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

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.

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.org/projects/notmuch-python/

To build the python bindings, do

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