notmuch/bindings/python
Gaute Hope a39a1ee152 bindings/python: add bindings for notmuch_database_get_revision
Database.get_revision () returns a tuple with the current database
revision and the UUID string representing the database.
2017-03-09 10:20:50 -04:00
..
debian Move everything down into a bindings/python directory. 2010-04-21 17:29:34 -07:00
docs Use https instead of http where possible 2016-06-05 08:32:17 -03:00
notmuch bindings/python: add bindings for notmuch_database_get_revision 2017-03-09 10:20:50 -04: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 Use https instead of http where possible 2016-06-05 08:32:17 -03:00
setup.py Use https instead of http where possible 2016-06-05 08:32:17 -03: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 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.io/projects/notmuch-python/

To build the python bindings, do

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