Metadata-Version: 2.1
Name: notmuch
Version: 0.36
Summary: Python binding of the notmuch mail search and indexing library.
Home-page: https://notmuchmail.org/
Download-URL: https://notmuchmail.org/releases/notmuch-0.36.tar.gz
Author: Sebastian Spaeth
Author-email: Sebastian@SSpaeth.de
License: https://www.gnu.org/licenses/gpl-3.0.txt
Keywords: library,email
Platform: 
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries

Overview
========

The notmuch module provides an interface to the `notmuch
<https://notmuchmail.org>`_ functionality, directly interfacing with a
shared notmuch library. Notmuch provides a maildatabase that allows
for extremely quick searching and filtering of your email according to
various criteria.

The documentation for the latest notmuch release can be `viewed
online <https://notmuch.readthedocs.io/>`_.

Requirements
------------

You need to have notmuch installed (or rather libnotmuch.so.1). Also,
notmuch makes use of the ctypes library, and has only been tested with
python >= 2.5. It will not work on earlier python versions.


