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.4.tar.gz (6.9 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.4-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: akeneo-cli-1.0.4.tar.gz
  • Upload date:
  • Size: 6.9 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.4.tar.gz
Algorithm Hash digest
SHA256 b6b43be77e8c9d82721cbacfc25d50d1d4d91af39f5d9b8e95dfb62e6cc139c0
MD5 3cf16e301c1e8b80460b3f969ed88723
BLAKE2b-256 029d2079d081d56447498f11dc86cb899a5f3d9555f3513e6713ad3288ff23ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: akeneo_cli-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 7.3 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 7088ad336d1dcf5640341120306d6f704ff91a056b66a3fd1ee6d551d91a6c91
MD5 24e6586a6eee6671a0d1cecb775477d9
BLAKE2b-256 c91953b4599be6071a72f6bc1e5d22eaface68939d6e903b4868260286c06d57

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