API
The API should be considered unstable at this time. This document
is just to surface internals while Fyoo is a newer library. For now,
Fyoo’s CLI is the target application interface.
-
exception
fyoo.exception.FyooBaseException[source]
Base exception for fyoo library
This exception is not to be used directly,
but catching this error would catch a known exception raised
by this internal library.
-
exception
fyoo.exception.FyooTemplateException[source]
Exception raised when rendering templates
-
class
fyoo.parser.FyooParser(*args, **kwargs)[source]
Just like an ArgumentParser, but adds a few hidden arguments. These
hidden arguments will not show up in returned namespaces, rather they
will simply tweak the full namespace before it comes back.