Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pitchmuc/launchpy
Python wrapper for the Adobe Launch API
https://github.com/pitchmuc/launchpy
adobe adobe-launch launch python tag-management tag-manager
Last synced: 2 months ago
JSON representation
Python wrapper for the Adobe Launch API
- Host: GitHub
- URL: https://github.com/pitchmuc/launchpy
- Owner: pitchmuc
- License: gpl-3.0
- Created: 2019-06-16T20:02:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T08:42:49.000Z (5 months ago)
- Last Synced: 2024-08-17T10:59:35.209Z (4 months ago)
- Topics: adobe, adobe-launch, launch, python, tag-management, tag-manager
- Language: Python
- Homepage:
- Size: 292 KB
- Stars: 19
- Watchers: 6
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-adobe-launch - Python
README
# Launchpy
Python wrapper for the Adobe Launch API.\
This module is named launchpy.## Installation
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__`
## Content of the module
This module is built around 5 main parts:
- Helping functions [Core Components](./docs/main.md)
- Admin instantiating functions [Admin Class](./docs/admin.md)
- Managing properties [Property Class](./docs/property.md)
- Managing Publishing Cycle [Library Class](./docs/library.md)
- Translator functionationality [Translator Class](./docs/translator.md)
- Synchronizer [Synchronizer Class](./docs/synchronizer.md)## Get Started
A [get started guide](./docs/getstarted.md) has been created to explain the different functionality.
You can find a more detail description functionalities at [datanalyst.info](https://datanalyst.info).## Main documentation
Most of the documentation has been imported from the datanalyst website [here](./docs/main.md).
## Release information
You can find release information [here](./docs/releases.md).