MambuPy API Doc

MambuPy, an API library to access Mambu objects.

MambuPy.mambuconfig

Mambu configuration file.

MambuPy.mambuutil

Mambu utilites module.

MambuPy.rest

MambuPy's REST package.

MambuPy.orm

MambuPy's ORM package.

MambuPy.api

MambuPy's Mambu REST API v2 package.

MambuPy.api.connector

MambuPy's Mambu REST API v2 connectors package.

MambuPy.rest1to2

MambuPy's REST package, adapter from v2 to v1.

Currently, there are two different ways to access Mambu objects:

  1. Objects using Mambu REST API , they live at the MambuPy.rest package

  2. An ORM using a DB backup retrieved from Mambu , they live at the MambuPy.orm package

Note

The Mambu Developers Center site holds the current documentation for the latest version of Mambu. MambuPy will try to keep up with what Mambu updates according to such information.

TODOS

Todo

Unit testing of some modules is currently very basic. The purpose is to achive TDD when implementing features or correcting bugs.

MambuPy.__version__ = '2.0.0b32'

The version of this module.