• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Dec-2021-

docs/H09-Dec-2021-1,371901

notmuch/H09-Dec-2021-3,3172,598

.gitignoreH A D09-Dec-202140 54

MANIFEST.inH A D09-Dec-202146 22

READMEH A D09-Dec-2021661 1812

setup.pyH A D09-Dec-20212.6 KiB7156

README

1notmuch -- The python interface to notmuch
2==========================================
3
4This module makes the functionality of the notmuch library
5(`https://notmuchmail.org`_) available to python. Successful import of
6this module depends on a libnotmuch.so|dll being available on the
7user's system.
8
9If you have downloaded the full source tarball, you can create the
10documentation with sphinx installed, go to the docs directory and
11"make html". A static version of the documentation is available at:
12
13  https://notmuch.readthedocs.io/projects/notmuch-python/
14
15To build the python bindings, do
16
17  python setup.py install --prefix=path/to/your/preferred/location
18