Skip to main content

CLI for Akeneo API

Project description

Akeneo CLI

You'll need to get an app credentials for Akeneo as explain here

This package use generic calls to Akeneo api. To know the list of available endpoints and how the API work please refer to the official documentation

CLI

The CLI itself is a work in progress. Currently only the product can be retrieved with a command like.

akeneo get product

Code

import akeneo_cli

akeneo_client = AkeneoClient(
    os.getenv(AKENEO_URL),
    os.getenv(AKENEO_CLIENT_ID),
    os.getenv(AKENEO_CLIENT_SECRET),
)

with akeneo_client.login(os.getenv(AKENEO_USERNAME), os.getenv(AKENEO_PASSWORD)) as session:
  product_list = session.get("products")

  product = session.get("products", code="my-product")

  product-model = session.get("product-models", code="some-model")

  session.patch()

  session.post()

  session.bulk

  session.put_file()

Project details


Download files

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

Source Distribution

akeneo-cli-1.0.1.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

akeneo_cli-1.0.1-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file akeneo-cli-1.0.1.tar.gz.

File metadata

  • Download URL: akeneo-cli-1.0.1.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for akeneo-cli-1.0.1.tar.gz
Algorithm Hash digest
SHA256 aa240297e677fe25fac49c0079b814c481475243fb3441f486a298e31fbe4bca
MD5 4d4d2e4fd590699a4389615fa772bbf7
BLAKE2b-256 066b97aeb087fd9f64de01ab2cd7844f7077ca0118ea64c087bd84b6adf09ad0

See more details on using hashes here.

File details

Details for the file akeneo_cli-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: akeneo_cli-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for akeneo_cli-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 efbdcb8d0a04a9bf65f0664c639728a71fad43df58dd4e2306c2591ed2c7226e
MD5 979f0f1c1366618c28dadba400358aa8
BLAKE2b-256 cdedcfe7592d2303a6e3ccbe3c756cacf7bb45dd03567dadcaddfcb9395fdeca

See more details on using hashes here.

Supported by

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