notmuch/bindings/python
Daniel Kahn Gillmor c20a5eb805 move more http -> https
Correct URLs that have crept into the notmuch codebase with http://
when https:// is possible.

As part of this conversion, this changeset also indicates the current
preferred upstream URLs for both gmime and sup.  the new URLs are
https-enabled, the old ones are not.

This also fixes T310-emacs.sh, thanks to Bremner for catching it.
2018-05-03 20:59:20 -03:00
..
docs move more http -> https 2018-05-03 20:59:20 -03:00
notmuch python: add bindings for notmuch_message_get_propert(y/ies) 2018-05-02 20:16:11 -03:00
.gitignore Use rooted paths in .gitignore files 2017-08-18 19:42:35 -03:00
MANIFEST.in Move everything down into a bindings/python directory. 2010-04-21 17:29:34 -07:00
README fix typo 2017-08-18 19:47:40 -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 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