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

Module pdi.vcard

Python-PDI - Library for Personal Data Interchange. Copyright (C) 2002-2003 Peter Gebauer

This is the vCard base library.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Classes
VCard vCard (RFC 2425 and RFC 2426) component.

Variable Summary
str CRLF
int RULE_MAY
int RULE_MUST
int RULE_NOT
int RULE_RECOMMENDED

Variable Details

CRLF

Type:
str
Value:
'''
'''                                                                    

RULE_MAY

Type:
int
Value:
20                                                                     

RULE_MUST

Type:
int
Value:
10                                                                     

RULE_NOT

Type:
int
Value:
40                                                                     

RULE_RECOMMENDED

Type:
int
Value:
30                                                                     

Generated by Epydoc 1.1 on Sun Nov 24 14:33:25 2002 http://epydoc.sf.net