mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
83c2d15898
This introduces CFFI-based Python3-only bindings. The bindings aim at: - Better performance on pypy - Easier to use Python-C interface - More "pythonic" - The API should not allow invalid operations - Use native object protocol where possible - Memory safety; whatever you do from python, it should not coredump.
31 lines
1.2 KiB
Text
31 lines
1.2 KiB
Text
Carl Worth <cworth@cworth.org> is the primary author of Notmuch.
|
|
But there's really not much that he's done. There's been a lot of
|
|
standing on shoulders here:
|
|
|
|
William Morgan deserves credit for providing the primary inspiration
|
|
for Notmuch with his program Sup (https://sup-heliotrope.github.io/).
|
|
|
|
Some people have contributed code that has made it into Notmuch
|
|
without their specific knowledge (but with their full permission
|
|
thanks to the GNU General Public License). This includes:
|
|
|
|
Brian Gladman (with Mikhail Gusarov <dottedmag@dottedmag.net>)
|
|
Implementation of SHA-1 (nice and small) (libsha1.c)
|
|
|
|
Please see the various files in the Notmuch distribution for
|
|
individual copyright statements.
|
|
|
|
And of course, though their code isn't distributed here, Notmuch would
|
|
be not much of anything without the contributors to Xapian, the search
|
|
engine that does the really heavy lifting, as well as the various
|
|
system libraries, compilers, and the kernel that make it all work
|
|
(thanks GNU, thanks Linux). Thanks to everyone who has played a part!
|
|
|
|
Here is an incomplete list of other people that have made
|
|
contributions to Notmuch (whether by code, bug reporting/fixes,
|
|
ideas, inspiration, testing or feedback):
|
|
|
|
Martin Krafft
|
|
Keith Packard
|
|
Jamey Sharp
|
|
Google LLC
|