Download Latest Version notespy-0.7.tar.bz2 (7.4 MB)
Email in envelope

Get an email when there's a new version of notespy

Home / notespy-0.7
Name Modified Size InfoDownloads / Week
Parent folder
notespy-0.7.zip 2011-08-27 7.7 MB
notespy-0.7.tar.bz2 2011-08-27 7.4 MB
Totals: 2 Items   15.1 MB 0
A Python interface to Lotus Notes.
(and a better C++ interface to boot!)

You should just need the notes.pyd file in your python interpreter's path.

Have a look at test_notes.py, which uses a bit of the functionality.

from lotus import notes

# Types
notes.Session
notes.Database
notes.Document
notes.View
notes.Datetime
notes.ViewEntry

# You don't need docs, because the only implemented stuff is obvious...
Source: README, updated 2011-08-27