Skip to main content

Prestashop api wrapper for python

Project description

prestashop_api

prestashop_api is a library for Python 2 and 3 to interact with the PrestaShop’s Web Service API.

Learn more about the PrestaShop Web Service from the [Official Prestashop Documentation].

prestashop_api is a thin wrapper around the PrestaShop Web Service: it takes care of making the call to your PrestaShop instance’s Web Service, supports the Web Service’s HTTP-based CRUD operations (handling any errors) and then returns the result ready for you to work with in Python (via xmltodict)

Installation

The easiest way to install prestashop_api using pip:

pip install prestashop_api

If you do not have setuptools, clone repo from [Source], unzip it and run:

python setup.py install

Usage

see [example.py]

API Documentation

Documentation for the PrestaShop Web Service can be found on the PrestaShop wiki: [Using the REST webservice]

Credits:

Thanks to Prestashop SA for their PHP API Client PSWebServiceLibrary.php

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

prestashop_api-0.0.1b1.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

prestashop_api-0.0.1b1-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 Python 3

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