Bases: object
Base class representing a model backend.
Bases: venture.shortcuts.Backend
An instance of this class represents the Lite backend.
Bases: venture.shortcuts.Backend
An instance of this class represents the Puma backend.
Return a backend by name: ‘lite’ or ‘puma’.
Construct and return a VentureScript RIPL object that parses input in the abstract syntax.
Construct and return a VentureScript RIPL object that parses input in the abstract syntax and traces models in the Lite backend.
Construct and return a VentureScript RIPL object that traces models in the Lite backend.
Construct and return a VentureScript RIPL object that parses input in the abstract syntax and traces models in the Puma backend.
Construct and return a VentureScript RIPL object that traces models in the Puma backend.
Construct and return a VentureScript RIPL object.
Traces models in the default backend. See venture.ripl.ripl.Ripl for what you can do with it.
Return a VentureScript REST client object pointed at the given URL.
Return a VentureScript REST server object backed by a default RIPL.