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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file akeneo-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: akeneo-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 972e79309f8bd08b435f2c9d8d766d20230b9548bed620067f409da3a5820de7 |
|
MD5 | fdceb67ebd4c4d7a490621ec505833a2 |
|
BLAKE2b-256 | ff4a74e856f432b53bd381f0284c7190868a8962f948367ba3a364518d31d78e |