aezpz


Nameaezpz JSON
Version 0.0.4 PyPI version JSON
download
home_page
SummaryAdobe Experience Platform API made easy peasy
upload_time2024-02-19 22:37:59
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords adobe aep sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Adobe Experience Platform API made easy peasy

[![PyPI version](https://badge.fury.io/py/aezpz.svg)](https://badge.fury.io/py/aezpz)

[Documentation](https://datajoin-org.github.io/aezpz/)

The Adobe Experience Platform API is a RESTful API that uses OAuth 2.0 for authentication. To use the API you'll need to create a project in the Adobe Developer Console and create OAuth Server-to-Server credentials for your project.

This library makes it easy to authenticate with the Adobe Experience Platform API and make requests to the API.

### Installation
```bash
pip install aezpz
```

### Usage
```python
import aezpz

# Load the credentials from the credentials file
api = aezpz.load_config('path/to/credentials.json')

# Make a request to the API
api.schemas.find(title='my_schema')
```

### Credentials
1. Sign in to the Adobe Developer Console with your Adobe Experience Platform account [https://developer.adobe.com/console](https://developer.adobe.com/console)

2. Create a new project or use an existing project

3. Add the Experience Platform API to your project

4. Create OAuth Server-to-Server credentials for your project

5. On the Credentials page click the "Download JSON" button to download the credentials file

![Screenshot of credentials page with highlighted download json button](https://github.com/datajoin-org/aezpz/raw/main/docs/images/download-creds-screenshot.png)
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aezpz",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "adobe,aep,sdk",
    "author": "",
    "author_email": "Benjamin Earl <14208829+benjameep@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/bd/5d/4adbd946c658f0ed96cdf8a4a369f5498181756f5ca57ad61cd90c65b591/aezpz-0.0.4.tar.gz",
    "platform": null,
    "description": "# Adobe Experience Platform API made easy peasy\n\n[![PyPI version](https://badge.fury.io/py/aezpz.svg)](https://badge.fury.io/py/aezpz)\n\n[Documentation](https://datajoin-org.github.io/aezpz/)\n\nThe Adobe Experience Platform API is a RESTful API that uses OAuth 2.0 for authentication. To use the API you'll need to create a project in the Adobe Developer Console and create OAuth Server-to-Server credentials for your project.\n\nThis library makes it easy to authenticate with the Adobe Experience Platform API and make requests to the API.\n\n### Installation\n```bash\npip install aezpz\n```\n\n### Usage\n```python\nimport aezpz\n\n# Load the credentials from the credentials file\napi = aezpz.load_config('path/to/credentials.json')\n\n# Make a request to the API\napi.schemas.find(title='my_schema')\n```\n\n### Credentials\n1. Sign in to the Adobe Developer Console with your Adobe Experience Platform account [https://developer.adobe.com/console](https://developer.adobe.com/console)\n\n2. Create a new project or use an existing project\n\n3. Add the Experience Platform API to your project\n\n4. Create OAuth Server-to-Server credentials for your project\n\n5. On the Credentials page click the \"Download JSON\" button to download the credentials file\n\n![Screenshot of credentials page with highlighted download json button](https://github.com/datajoin-org/aezpz/raw/main/docs/images/download-creds-screenshot.png)",
    "bugtrack_url": null,
    "license": "",
    "summary": "Adobe Experience Platform API made easy peasy",
    "version": "0.0.4",
    "project_urls": {
        "Documentation": "https://datajoin-org.github.io/aezpz/",
        "Issues": "https://github.com/datajoin-org/aezpz/issues",
        "Source": "https://github.com/datajoin-org/aezpz"
    },
    "split_keywords": [
        "adobe",
        "aep",
        "sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ec86f430d7d0f4470322903a6ebe25f71febaba66ebbf3de3be714e747c1a3c",
                "md5": "f79f144b6e748a07a97d8a88dfc37435",
                "sha256": "e0f09c3363932d9190da506e20819feabf647dd3b9dba580755f9b73870a7f78"
            },
            "downloads": -1,
            "filename": "aezpz-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f79f144b6e748a07a97d8a88dfc37435",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 21707,
            "upload_time": "2024-02-19T22:37:58",
            "upload_time_iso_8601": "2024-02-19T22:37:58.396643Z",
            "url": "https://files.pythonhosted.org/packages/1e/c8/6f430d7d0f4470322903a6ebe25f71febaba66ebbf3de3be714e747c1a3c/aezpz-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd5d4adbd946c658f0ed96cdf8a4a369f5498181756f5ca57ad61cd90c65b591",
                "md5": "d48ffd5df940a73224eeb82e660cfa78",
                "sha256": "3fbb46e2644d52001fe71c0ba104235915ee6a3ba500b11063ad52b3bd4912e4"
            },
            "downloads": -1,
            "filename": "aezpz-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "d48ffd5df940a73224eeb82e660cfa78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 123045,
            "upload_time": "2024-02-19T22:37:59",
            "upload_time_iso_8601": "2024-02-19T22:37:59.738944Z",
            "url": "https://files.pythonhosted.org/packages/bd/5d/4adbd946c658f0ed96cdf8a4a369f5498181756f5ca57ad61cd90c65b591/aezpz-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 22:37:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "datajoin-org",
    "github_project": "aezpz",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "aezpz"
}
        
Elapsed time: 0.23813s