Skip to content

Latest commit

 

History

History
96 lines (68 loc) · 4.05 KB

README.rst

File metadata and controls

96 lines (68 loc) · 4.05 KB

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