PyMPX 1.2.5 documentation
Overview
PyMPX is a Python distribution containing tools for working with Metapraxis Empower, and is the recommended way to work with Empower from Python. This documentation attempts to explain everything you need to know to use PyMPX.
Introduction
The PyMPX package contains the pympx
module for manipulating Metapraxis Empower sites.
Repetitive, manual tasks can be replaced with reliable batch code to:
Manipulate hierarchies and create new dimension elements and structures
Run Empower importer and batch commands, gracefully handling any errors
Bulk load data in parallel into an Empower site, significantly reducing loading times
The PyMPX package also contains the smaller modules that help you write good ETL batch processes using Python and the pympx
module.
Do standard logging processes
Parameterize and run Jupyter notebooks as part of a batch script
Parallelize batch processes with directory-based queues
- Installation
Instructions on how to get and install PyMPX.
- Tutorial
Start here for a quick overview of how to use PyMPX to read, manipulate and write to Metapraxis™ Empower®.
- Using Pandas with PyMPX
A short introduction to using the pandas package in conjunction with PyMPX.
- Compatibility
Explanation of which versions of PyMPX work with which versions of Metapraxis™ Empower®.
- API Documentation
The complete API documentation, organized by module.
Changes
See the Change log 1.2 for a full list of changes to PyMPX. For older versions of the documentation please see the archive list.
About This Documentation
This documentation is generated using the Sphinx documentation generator.