Metadata-Version: 2.4
Name: launchpy
Version: 0.4.5.post1
Summary: Adobe Launch API wrapper
Home-page: https://github.com/pitchmuc/launchpy
Author: Julien Piccini
Author-email: Julien Piccini <piccini.julien@gmail.com>
License: Apache License 2.0
Project-URL: homepage, https://github.com/pitchmuc/launchpy
Project-URL: changelog, https://github.com/pitchmuc/launchpy/blob/master/docs/releases.md
Keywords: adobe,analytics,API,python
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: PyJWT
Requires-Dist: PyJWT[crypto]
Requires-Dist: pathlib2
Requires-Dist: pathlib
Provides-Extra: dynamic
Requires-Dist: version; extra == "dynamic"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# 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).
