magento 0.1.1
Magento E-Commerce Integration
Downloads ↓ | Package Documentation
Magento API
| copyright: |
|
|---|---|
| copyright: |
|
| 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:
http://www.magentocommerce.com/support/magento_core_api
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| magento-0.1.1.tar.gz (md5) | Source | 2010-09-22 | 5KB | 633 | |
- Author: Sharoon Thomas, Openlabs Technologies
- Documentation: magento package documentation
- Home Page: https://bitbucket.org/openlabs/magento
- License: GNU Affero General Public License v3
- Platform: any
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Intended Audience :: Developers
- License :: OSI Approved :: GNU Affero General Public License v3
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: sharoonthomas
- DOAP record: magento-0.1.1.xml
