+++++++++++++++++++++ Adds .open() to HTTPPath to return file like objects Adds .checksum() to Path. Adds .as_zip to base leafbranch path Adds path argument to newfile
0.0.7.6
+++++++++++++++++++++ Adds minimal archive support to contrib.
0.0.7.5
+++++++ Fixes bugs with CSV header rows when CSV rows have trailing commas/periods. Uses simplejson when available. Add the .mimetype property to Path objects
0.0.7.4
+++++++++++++++++++++ Add Path.here() for a nicer syntax for the directory of the calling file.
0.0.7.3
+++++++++++++++++++++
Add Path.newfile() and Path.newdir() - non destructive versions of the contextmanager tempfile() && tempath()
0.0.7.2
+++++++++++++++++++++ Add __version__ to main module