Initial release
Added documentation to README.md
-Added conditional function -Fleshed out README with additional example
-changed conditional
to optional
. Syntax is non-backwards compatible
-Removed ifelse
as largely superfluous. Most common use cases can be done with optional
-Changed all managers to use contextlib decorators rather than inheritance from AbstractContextManager