aggregator: Add an initial Aggregator implementation
authorW. Trevor King <wking@tremily.us>
Sun, 30 Jun 2013 14:27:44 +0000 (10:27 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 30 Jun 2013 16:26:18 +0000 (12:26 -0400)
commitd15835bf1bb6a0c7b16577e01799738a8031d1cb
treefdca80e023373c0bc62fbe2e676c3ac4c66f3939
parent58ec936725703380b8d882b26a94bc0c7768cf91
aggregator: Add an initial Aggregator implementation

Currently broken pending support for `for entry in feed`.  The version
and product identifier fields are required, as specified in RFC 5545,
sections 3.7.3 (Product Identifier) and 3.7.4 (Version).  They'll also
need to have special characters (e.g. commas) escaped, but I'll get to
that later.
pycalendar/aggregator.py [new file with mode: 0644]