moe package

Subpackages

Submodules

moe.resources module

Resources class.

class moe.resources.Root(request)[source]

Bases: object

Resources Root. This is the base view class.

Module contents

Base pyramid app for MOE.

moe.MAJOR = 0

Following the versioning system at http://semver.org/ See also docs/contributing.rst, section Versioning MAJOR: incremented for incompatible API changes

moe.MINOR = 2

MINOR: incremented for adding functionality in a backwards-compatible manner

moe.PATCH = 2

PATCH: incremented for backward-compatible bug fixes and minor capability improvements

moe.main(global_config, **settings)[source]

Return a WSGI application.