Showing posts with label Perl module Essbase. Show all posts
Showing posts with label Perl module Essbase. Show all posts

Wednesday, August 19, 2009

Hyperion MaxL Python Modul

The Hyperion MaxL Python Module, Essbase.py, provides access to Hyperion Essbase multi-dimensional databases from Python programs through MaxL. It is similar in function and usage to the Perl module Essbase.pm. The Essbase Python module interfaces with Hyperion Essbase using a Python ctypes module wrapper for the primary MaxL dll (essmaxl.dll or essmaxlu.dll). The ctypes module is standard in Python 2.5 and may be downloaded for earlier versions from http://sourceforge.net/projects/ctypes. Versions of the wrapper are included for Essbase 6.5 and for Essbase 7.

http://essbasepy.googlecode.com/