PyCal is an iCalendar parser currently focused on simply converting .vfb<->.ics Homepage ================================================================================ http://ifreebusy.com/help/pycal Documentation ================================================================================ See the PyCaltest.py and files in the examples directory for usage. Installation ================================================================================ PyCal requires the following packages: - python-dateutil v0.9 or better (http://labix.org/python-dateutil) - cheetah (http://cheetahtemplate.org/) PyCal can be run a directory in the from the system-wide Python path or from a directory in a user's Python path. To install PyCal for a single user: - copy the 'src' sub-directory to a directory called 'PyCal' that is in the user's PYTHON_PATH To install PyCal for system-wide use: - on Posix systems (AIX, Solaris, Linux, IRIX, etc.) become the 'root' user and run: python ./setup.py install - On non-posix systems, such as Windows NT, login as an administrator and type this at the command-line: python setup.py install Meta-Data ================================================================================ Authors: Neil Jensen License: This software is released for unlimited distribution under the terms of the MIT License. Version: 0.1.0 Date: 2005/10/04