post_process: add documentation and a prettify example
authorArun Persaud <apersaud@lbl.gov>
Mon, 15 Apr 2013 21:49:52 +0000 (14:49 -0700)
committerArun Persaud <apersaud@lbl.gov>
Wed, 17 Apr 2013 20:33:46 +0000 (13:33 -0700)
commitfa645ff354fb25370ad67064122501b7fc34b432
tree4357c71a063c46738d0e07f1ca86e24d7dae1ff6
parentc2492f8dc64859f586592cbfc14e3327cf326b93
post_process: add documentation and a prettify example

* also mention it in the README file.
* package the filter via setup.py

Signed-off-by: Arun Persaud <apersaud@lbl.gov>
README
rss2email/post_process/__init__.py [new file with mode: 0644]
rss2email/post_process/prettify.py [new file with mode: 0644]
setup.py