diff options
| author | David Bremner <bremner@debian.org> | 2019-02-17 07:30:33 -0400 |
|---|---|---|
| committer | David Bremner <bremner@debian.org> | 2019-02-17 07:30:33 -0400 |
| commit | f7130468d27c4f37d45e6aa60baacfc3329ccff4 (patch) | |
| tree | f26a901f6e28185d60200c9111de30e1c15b4996 /bindings/python/README | |
Import notmuch_0.28.2.orig.tar.gz
[dgit import orig notmuch_0.28.2.orig.tar.gz]
Diffstat (limited to 'bindings/python/README')
| -rw-r--r-- | bindings/python/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bindings/python/README b/bindings/python/README new file mode 100644 index 00000000..5bf076d2 --- /dev/null +++ b/bindings/python/README @@ -0,0 +1,17 @@ +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 |
