Welcome to The OME Frameworks’s documentation!

Contents:

ome

ome

ome.loading package

Submodules
ome.loading.component_loading
ome.loading.data_loading
ome.loading.model_loading
Module contents

ome.base

ome.components

ome.data

ome.model

ome.settings

ome.util

Module contents

Indices and tables

Installation

The OME Framework runs on Python 2.x and can be installed with pip on linux or OSX:

sudo pip install ome

If you are intending to load a lot of models and data, you should also install postgres and mongodb

On linux:

sudo apt-get install postgres-server postgres mongodb

On OSX with homebrew http://brew.sh/:

brew install postgres mongodb