0.9.0
Pre-release
Pre-release
Python2/3 Compatibility
logmole
now runs in Python2 and Python3.
API additions
In addition to intitializing a LogContainer
via a filepath it now also supports any file content as string directly.
log = LogContainer("mother: Jane\nfather: Peter\nchild1: Dave\nchild2: Lea")
Breaking Changes
The extensions module was removed. Any future extension shall be maintained via its own project.