Package vobject :: Module vcard
[show private | hide private]
[frames | no frames]

Module vobject.vcard

Definitions and behavior for vCard 3.0
Classes
Address  
AddressBehavior A structured address.
FN  
Label  
Name  
NameBehavior A structured name.
VCard3_0 vCard 3.0 behavior.
VCardBehavior  
VCardTextBehavior  

Function Summary
  serializeFields(obj, order)
Turn an object's fields into a ';' and ',' seperated string.
  splitFields(string)
Return a list of strings or lists from a Name or Address.
  toList(stringOrList)
  toListOrString(string)

Variable Summary
tuple ADDRESS_ORDER = ('box', 'extended', 'street', 'city', 'r...
Logger logger = <logging.Logger instance at 0x4023608c>
tuple NAME_ORDER = ('family', 'given', 'additional', 'prefix',...

Function Details

serializeFields(obj, order)

Turn an object's fields into a ';' and ',' seperated string.

splitFields(string)

Return a list of strings or lists from a Name or Address.

Variable Details

ADDRESS_ORDER

Type:
tuple
Value:
('box', 'extended', 'street', 'city', 'region', 'code', 'country')     

logger

Type:
Logger
Value:
<logging.Logger instance at 0x4023608c>                                

NAME_ORDER

Type:
tuple
Value:
('family', 'given', 'additional', 'prefix', 'suffix')                  

Generated by Epydoc 2.1 on Fri Dec 14 17:25:14 2007 http://epydoc.sf.net