Server IP : 127.0.0.2 / Your IP : 52.14.93.216 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.7/dist-packages/vobject-0.8.1rc0.egg-info/ |
Upload File : |
Metadata-Version: 1.1 Name: vobject Version: 0.8.1rc0 Summary: VObject: module for reading vCard and vCalendar files Home-page: http://vobject.skyhouseconsulting.com Author: Jeffrey Harris Author-email: jeffrey@osafoundation.org License: Apache Description: Description ----------- Parses iCalendar and vCard files into Python data structures, decoding the relevant encodings. Also serializes vobject data structures to iCalendar, vCard, or (experimentally) hCalendar unicode strings. Requirements ------------ Requires python 2.4 or later, dateutil (http://labix.org/python-dateutil) 1.1 or later. Recent changes -------------- - Make change_tz.py compatible with python 2.4, so the entire package stays compatible - Fall back to default (the most recent standard) behavior if a VCARD or VCALENDAR doesn't have a recognized VERSION - Fixed a bad performance bug when parsing large text bodies, thanks to Morgen Sagen at Apple - Changed license to Apache 2.0 from Apache 1.1 - Worked around an issue with Apple Address Book's vcard PHOTO parser - Added change_tz module and script for quickly changing event timezones for an ics file. Requires PyICU. - Add support for BYMONTHDAY=-1 (days before the end of the month) when setting rrules from a dateutil rrule - Tolerate a Ruby iCalendar library escaping semi-colons in RRULEs - Make vobjects pickle-able - Add introspection help for IPython so tab completion works with vobject's custom __getattr__ - Allow Outlook's technically illegal use of commas in TZIDs - Allow unicode names for TZIDs - Worked around Lotus Notes use of underscores in names by just silently replacing with dashes - When allowing quoted-printable data, honor CHARSET for each line, defaulting to iso-8859-1 - Simplified directory layout, unit tests are now available via setup.py test For older changes, see - http://vobject.skyhouseconsulting.com/history.html or - http://websvn.osafoundation.org/listing.php?repname=vobject&path=/trunk/ Platform: any Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: License :: OSI Approved :: BSD License Classifier: Intended Audience :: Developers Classifier: Natural Language :: English Classifier: Programming Language :: Python Classifier: Operating System :: OS Independent Classifier: Topic :: Text Processing