Skip to main content

A Python wrapper for the Akeneo REST API

Project description

A Python wrapper for the Akeneo REST API. Easily interact with the Akeneo REST API using this library.

Installation

pip install akeneo

Getting started

Generate API credentials (Consumer Key & Consumer Secret) following this instructions https://api.akeneo.com/getting-started-admin.html.

Check out the Akeneo API endpoints and data that can be manipulated in https://api.akeneo.com/api-reference-index.html.

Basic setup

Basic setup for the Akeneo REST API:

from akeneo import AkeneoAPI

akeneo = AkeneoAPI(
    url="AKENEO_INSTANCE_URL",
    client_id="YOUR_CLIENT_ID",
    secret="YOUR_SECRET",
    username="YOUR_USERNAME",
    password="YOUR_PASSWORD",
)

Response

All methods will directly return the JSON response from the API.

Changelog

0.0.1

  • Initial version: Every endpoint should be ok, except these ones for ‘Media files’.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

akeneo-0.0.1-py2.py3-none-any.whl (8.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file akeneo-0.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for akeneo-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 972e79309f8bd08b435f2c9d8d766d20230b9548bed620067f409da3a5820de7
MD5 fdceb67ebd4c4d7a490621ec505833a2
BLAKE2b-256 ff4a74e856f432b53bd381f0284c7190868a8962f948367ba3a364518d31d78e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page