]> git.cworth.org Git - notmuch/commit
python: refactor the python bindings
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 22 Feb 2012 20:55:59 +0000 (21:55 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 22 Feb 2012 21:06:45 +0000 (22:06 +0100)
commitba95980cf1a5e2b32104611ccdf2e9c43bf3305a
tree790bd53661dbe6818032df0929ce1369fcb478bc
parent1736488ecfd9b18a380ce04ac2df0303c0ea3c80
python: refactor the python bindings

Move the Directory class into its own file, merge the two Filenames
classes into one, deprecate Filenames.as_iterator, update the
documentation accordingly.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/docs/source/index.rst
bindings/python/notmuch/__init__.py
bindings/python/notmuch/database.py
bindings/python/notmuch/directory.py [new file with mode: 0644]
bindings/python/notmuch/filename.py