| Home | Trees | Index | Help |
|---|
|
vobject: vobject parses vCard or vCalendar files, returning a tree of Python
objects.
behavior: Behavior (validation, encoding, and transformations) for vobjects.
ez_setup: Bootstrap setuptools installation
icalendar: Definitions and behavior for iCalendar, also known as vCalendar
2.0
tests: Long or boring tests for vobjects.
vcard: Definitions and behavior for vCard 3.0
vobject: vobject module for reading vCard and vCalendar files.
__builtin__.object:
The most base type
vobject.vcard.Address
vobject.behavior.Behavior:
Abstract class to describe vobject options, requirements and
encodings.
vobject.icalendar.DateOrDateTimeBehavior:
Parent Behavior for ContentLines containing one DATE or DATE-TIME.
vobject.icalendar.DateTimeBehavior:
Parent Behavior for ContentLines containing one DATE-TIME.
vobject.icalendar.UTCDateTimeBehavior:
A value which must be specified in UTC.
vobject.icalendar.DaylightOrStandard
vobject.icalendar.Duration:
Behavior for Duration ContentLines.
vobject.icalendar.FreeBusy:
Free or busy period of time.
vobject.icalendar.MultiDateBehavior:
Parent Behavior for ContentLines containing one or more DATE,
DATE-TIME, or PERIOD.
vobject.icalendar.MultiTextBehavior:
Provide backslash escape encoding/decoding of each of several
values.
vobject.icalendar.RecurringBehavior:
Parent Behavior for components which should be
RecurringComponents.
vobject.icalendar.VEvent:
Event behavior.
vobject.icalendar.VJournal:
Journal entry behavior.
vobject.icalendar.VTodo:
To-do behavior.
vobject.icalendar.TextBehavior:
Provide backslash escape encoding/decoding for single valued
properties.
vobject.icalendar.Trigger:
DATE-TIME or DURATION
vobject.icalendar.VAlarm:
Alarm behavior.
vobject.icalendar.VCalendar2_0:
vCalendar 2.0 behavior.
vobject.vcard.VCardBehavior
vobject.vcard.AddressBehavior:
A structured address.
vobject.vcard.NameBehavior:
A structured name.
vobject.vcard.VCard3_0:
vCard 3.0 behavior.
vobject.icalendar.VFreeBusy:
Free/busy state behavior.
vobject.icalendar.VTimezone:
Timezone behavior.
vobject.vcard.Name
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
vobject.vobject.VBase:
Base class for ContentLine and Component.
vobject.vobject.Component:
A complex property that can contain multiple ContentLines.
vobject.icalendar.RecurringComponent:
A vCalendar component like VEVENT or VTODO which may recur.
vobject.icalendar.TimezoneComponent:
A VTIMEZONE object.
vobject.vobject.ContentLine:
Holds one content line for formats like vCard and vCalendar.
exceptions.Exception:
Common base class for all exceptions.
vobject.vobject.Stack
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Dec 14 17:25:16 2007 | http://epydoc.sf.net |