Python wrapper for the Adobe Launch API.
This module is named launchpy.
You can install the module by realising the following pip command:
pip install launchpy
You can access the version of the module that you run via the following attribute:
launchpy.__version__
This module is built around 5 main parts:
- Helping functions Core Components
- Admin instantiating functions Admin Class
- Managing properties Property Class
- Managing Publishing Cycle Library Class
- Translator functionationality Translator Class
A get started guide has been created to explain the different functionality. You can find a more detail description functionalities at datanalyst.info.
A Jupyter notebook is also available in the github for demo. To be updated.
Most of the documentation has been imported from the datanalyst website here.
You can find release information here.