Module loaders
source code
Loaders are a simple way to manage design docs in your Python
application. Loaders are compatible with couchapp script
(http://github.com/couchapp/couchapp). So it means that you can simply
use couchdbkit as replacement for your python applications with
advantages of couchdbkit client. Compatibility with couchapp means that
you can also use macros to include javascript code or design doc members
in your views, shows & lists.
Current loaders are FileSystemDocsLoader and FileSystemDocLoader. The
first one takes a directory and retrieve all design docs before sending
them to CouchDB. Second allow you to send only one design doc.