MambuPy API Doc

MambuPy, an API library to access Mambu objects.

MambuPy.mambuconfig

Mambu configuration file.

MambuPy.mambuutil

Mambu utilites module.

MambuPy.api

MambuPy's Mambu REST API v2 package.

MambuPy.api.connector

MambuPy's Mambu REST API v2 connectors package.

MambuPy.orm

MambuPy's ORM package.

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

  1. Objects using Mambu REST API , they live at the MambuPy.api 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.

class MambuPy.CaseInsensitiveFinder[source]

Bases: MetaPathFinder

__abstractmethods__ = frozenset({})
__module__ = 'MambuPy'
_abc_impl = <_abc_data object>
find_spec(fullname, path, target=None)[source]
MambuPy.__version__ = '2.3.2'

The version of this module.