Magento E-Commerce Integration
Project description
Magento API
- copyright:
2010 by Sharoon Thomas.
- copyright:
2010 by Openlabs Technologies & Consulting (P) LTD
- license:
AGPLv3, see LICENSE for more details
A simple to use python library to access the magento API and covered by a complete test suite based on Nose tests. Also includes a nose plugin to do the tests based on a config file.
Example usage:
from magento import Customer url = 'http://yourmagento.com' apiuser = 'apiusername' apipass = 'password' with Customer(url, apiuser, apipass) as customer_api: customer_api.list()The implemented methods and APIs are from the Core API of magento documented here:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
magento-0.1.1.tar.gz
(6.1 kB
view hashes)