cctool

A tool for managing contacts and calendars.
git clone https://git.ce9e.org/cctool.git

DateCommit messageAuthor
2016-10-20 17:43Create LICENSETobias Bengfort
2016-06-17 07:05flake8: ignore lambda assignmentsTobias Bengfort
2016-06-17 07:05make tests work in 2016 and futureTobias Bengfort
2016-06-17 07:04use yaml.safe_loadTobias Bengfort
2016-06-17 07:04pep8Tobias Bengfort
2015-11-12 05:43support more version conventionsTobias Bengfort
2015-07-09 14:39bump version to 0.1.1Tobias Bengfort
2015-07-09 14:38adapt to api changes in ldif3Tobias Bengfort
2015-06-04 08:00update ldif3 dependencyTobias Bengfort
2015-06-04 08:00typoTobias Bengfort
2015-05-22 21:33Fix LDIF testsTobias Bengfort
2015-05-22 12:54improve cli docTobias Bengfort
2015-05-22 10:02typoTobias Bengfort
2015-05-22 09:58switch to ldif3Tobias Bengfort
2015-05-22 09:48Revert "implement own ldif parser"Tobias Bengfort
2015-05-08 21:49add travis configTobias Bengfort
2015-05-08 21:47add more testsTobias Bengfort
2015-05-08 20:28allow to specify per file filetypeTobias Bengfort
2015-05-08 19:54rm MultiDict doctestTobias Bengfort
2015-05-08 19:52fix abook output encodingTobias Bengfort
2015-05-08 19:46unicode literals from futureTobias Bengfort
2015-05-08 19:46GardeningTobias Bengfort
2015-05-08 19:42implement own ldif parserTobias Bengfort
2015-05-08 18:53GardeningTobias Bengfort
2015-05-08 18:53add some documentation on person vs eventTobias Bengfort
2015-05-08 18:38implement BSDCal.loadTobias Bengfort
2015-05-08 17:48merge on intersection, not equalityTobias Bengfort
2015-05-08 17:40filter non-events in person2eventTobias Bengfort
2015-05-08 17:35implement event frequencyTobias Bengfort
2015-05-08 17:04event2personTobias Bengfort
2015-05-08 17:04normalize field keysTobias Bengfort
2015-05-08 15:32add yaml formatterTobias Bengfort
2015-05-08 17:02GardeningTobias Bengfort
2015-05-08 15:55typoTobias Bengfort
2015-05-08 13:40no global error handlingTobias Bengfort
2015-05-08 13:38easier api to set value on multidictTobias Bengfort
2015-05-08 13:21py3 compatibilityTobias Bengfort
2015-05-08 13:14strict encodingTobias Bengfort
2015-05-08 12:06allow to dump all date types to JSONTobias Bengfort
2015-05-08 13:15parse ical valuesTobias Bengfort
2015-05-08 11:54switch from vobject to icalendar for ical supportTobias Bengfort
2015-05-08 11:51add pickleTobias Bengfort
2015-05-08 08:27rm vcard supportTobias Bengfort
2015-04-12 20:34do not store TODOs in codeTobias Bengfort
2015-04-12 20:30py3 compatibilityTobias Bengfort
2015-04-11 08:19add extra requires to setup.pyTobias Bengfort
2015-04-11 08:09extend docstringTobias Bengfort
2015-04-11 07:42add some testsTobias Bengfort
2015-04-11 07:42add setup.pyTobias Bengfort
2015-04-11 07:35add some multidict doctestsTobias Bengfort
2015-04-11 07:35join: raise KeyError on missing defaultTobias Bengfort
2015-04-11 07:20GardeningTobias Bengfort
2015-04-11 07:04split functions to reduce complexityTobias Bengfort
2015-04-11 06:51small fixesTobias Bengfort
2015-04-11 06:49update TODOsTobias Bengfort
2015-04-11 06:48MultiDict.join(): return default if key does not existTobias Bengfort
2015-04-11 06:46do ot crash if LDIF is not availableTobias Bengfort
2015-04-11 06:45merged() docstringTobias Bengfort
2015-04-10 22:17py3 compatible StringIO importTobias Bengfort
2015-04-10 22:16split main in functionsTobias Bengfort
2014-04-21 00:51mv available formats to separat functionTobias Bengfort
2014-04-21 00:49close infile before open outfileTobias Bengfort
2014-04-21 00:49allow to merge entries by keyTobias Bengfort
2014-04-21 00:10concat multiple infilesTobias Bengfort
2014-04-20 23:58add argparse metavars similar to pandocTobias Bengfort
2014-04-20 23:53allow to sort entriesTobias Bengfort
2014-04-20 23:51use ordereddict to preserve field orderTobias Bengfort
2014-04-20 23:29minimal Format docstringTobias Bengfort
2014-04-20 23:29update TODOTobias Bengfort
2014-04-20 23:17show only current year and recurring in bsdcalTobias Bengfort
2014-04-20 23:14better error handlingTobias Bengfort
2014-04-20 22:53write down available ical/vcard fieldsTobias Bengfort
2014-04-20 22:27better datetime conversionTobias Bengfort
2014-04-20 21:45check for available fields in abookTobias Bengfort
2014-04-20 21:44write down available fieldsTobias Bengfort
2014-04-20 21:29use utf-8 by defaultTobias Bengfort
2014-04-20 21:29fixup multidictTobias Bengfort
2014-04-20 21:05fix abook multidict parsingTobias Bengfort
2014-04-20 21:02improve error handlingTobias Bengfort
2014-04-20 20:34multidictTobias Bengfort
2014-04-20 20:34use rawConfigParser to avoid interpolation issuesTobias Bengfort
2014-04-20 19:44rm pprintTobias Bengfort
2014-04-20 19:44add loggingTobias Bengfort