============================== ``magicinvoke`` Documentation ============================== .. automodule:: magicinvoke :members: :exclude-members: __colored_traceback, Path, dotdict .. class:: Path Export of vendored (for Py2) `pathlib.Path `_ .. class:: dotdict Export of vendored `DotMap `_ .. class:: colored_traceback Importing ``magicinvoke`` tries to import `this library `_ to turn on colored tracebacks. If the library is unavailable, nothing is different. It's a great tool with no real downsides except for requiring ``colorama`` on Windows. You should also check out `tbvaccine `_