MambuPy API Doc
MambuPy, an API library to access Mambu objects.
Mambu configuration file. |
|
Mambu utilites module. |
|
MambuPy's Mambu REST API v2 package. |
|
MambuPy's Mambu REST API v2 connectors package. |
|
MambuPy's ORM package. |
Currently, there are two different ways to access Mambu objects:
Objects using Mambu REST API , they live at the MambuPy.api package
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>
- MambuPy.__version__ = '2.3.2'
The version of this module.