This release is a pre-release and may not be stable for production use.
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
Copyright and License
Copyright 2016 Savas Koc
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
[Official Prestashop Documentation]: http://doc.prestashop.com/display/PS16/Using+the+PrestaShop+Web+Service [Using the REST webservice]: http://doc.prestashop.com/display/PS16/Using+the+PrestaShop+Web+Service [Source]: https://github.com/savaskoc/prestashop_api [example.py]: example.py
Release files for prestashop_api 0.0.1b1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| prestashop_api-0.0.1b1.tar.gz | 6.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| prestashop_api-0.0.1b1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 11.0 kB
Release files / prestashop_api-0.0.1b1.tar.gz
| Download URL | prestashop_api-0.0.1b1.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1ad1f1cbab09a37dc46849489783fdd042204a2443966732c47a6d641f56507b
|
|
BLAKE2b-256 checksum How to use checksums |
33866fd3500d5cec4c3b543e26452ebb77bd8eab3ed69dc8112b4d72066a7a8a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / prestashop_api-0.0.1b1-py2.py3-none-any.whl
| Download URL | prestashop_api-0.0.1b1-py2.py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
5f7f40e66119aff97a56e9a8d74a35710a2e8e33dbbb2c76e1eacffb63c85f74
|
|
BLAKE2b-256 checksum How to use checksums |
c9830f4f23764712165da00f9f94179de22ee7f307074efd9ecd4a8bfcd08313
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |