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.5.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.5-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: akeneo-cli-1.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 d419838aa9a322ef02e6fdc352b4c1859e9fb38cdb57049f3a9000165368425b
MD5 ab4dfef9937492c1ba88c2139ad16bec
BLAKE2b-256 919b6abe8e54e9f15b8b9ef18748a8cb7e3b1abb8b85937d853ddb166fa27476

See more details on using hashes here.

File details

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

File metadata

  • Download URL: akeneo_cli-1.0.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 66edc6a1330fedbf5ef529e5af45acf93ab881334cda0a7c93b55f997789ab21
MD5 6e1adbf98595dbf86fd9243033a8264c
BLAKE2b-256 8cb87dde4d63e1bdffed41d6feb5275dac42fe891d0a97db9bd045dc46e27f8e

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