.TH "pycocuma" "1" "0.4.5-5" "Debian" "Addressbook" .SH "NAME" .LP pycocuma \- Pythonic Contact and Customer Management .SH "SYNTAX" .LP pycocuma [\fIoptions\fR] [\fIconnection-string\fR] .SH "DESCRIPTION" .LP PyCoCuMa (Pythonic Contact and Customer Management) provides a personal information system for addresses, telephone numbers and other data associated with personal contacts (also supports photographic pictures). PyCoCuMa is purely written in Python with a Tk graphical interface. PyCoCuMa is based on an XML-RPC client-server architecture. The server stores its data in compatible vCard (ver. 3.0) files (*.vcf) which can be read by all modern address programs (Evolution, KAddressbook, Outlook, GnomeCard, etc). This manpage documents the PyCoCuMa client (which can also run standalone). .SH "OPTIONS" .TP \fIconnection-string\fR addressbook filename / server url .TP \fB\-h\fR \fB\-\-help\fR show help .TP \fB\-c\fR \fB\-\-config\fR location of configuration file (default: ~/.pycocuma) .TP \fB\-\-noconf\fR do not save configuration / preferences .TP \fB\-t\fR \fB\-\-type\fR connection type: xmlrpc or file (default: file) .TP \fB\-\-finder\fR open QuickFinder .TP \fB\-\-import\fR import from file/stdin (-) (e.g. vcard:/tmp/John.vcf) .TP \fB\-\-export\fR export to file or stdout (e.g. latex:-) .SH "EXAMPLES" .LP .TP pycocuma \-\-type=xmlrpc http://localhost:8810 .TP pycocuma \-\-config=/tmp/pycocumatest.conf \-\-type=file ./addressbook.vcf .SH "AUTHORS" .LP PyCoCuMa was written by Henning Jacobs. This manpage was written by Christoph Berg for the Debian GNU/Linux distribution (but may be used by others). .SH "SEE ALSO" .LP .TP PyCoCuMa home page http://www.srcco.de/pycocuma/ .LP pycocuma-server(1)