Skip to content

Unofficial Python Client for Rakuten Ichiba Marketplace

License

Notifications You must be signed in to change notification settings

alexandriagroup/rakuten-ws

Repository files navigation

Python Rakuten Web Service

CI Status Coverage Status Documentation Status

Unofficial Python Client for Rakuten Web Service

Supported APIs

Installation

Requirements:
  • python >= 2.7
  • python-lxml

You can install, upgrade, uninstall rakuten-ws with these commands:

$ pip install [--user] rakuten-ws
$ pip install [--user] --upgrade rakuten-ws
$ pip uninstall rakuten-ws

Development

konch provides a useful development environment. To execute it, run the command:

konch

The old solution was to use ptpython in interactive mode. To execute it, run the command:

webservice