Magento E-Commerce Integration
Project description
Magento API
- copyright:
2010 by Sharoon Thomas.
- 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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
magento-0.1.0-py2.6.egg
(16.0 kB
view hashes)