payjp

PAY.JP python bindings


License
MIT
Install
pip install payjp==0.0.3

Documentation

PAY.JP for Python

Build Status

Installation

Install from PyPi using pip, a package manager for Python.

pip install payjp

Or, you can download the source code (ZIP) for payjp-python, and then run:

python setup.py install

Documentation

Please see our official documentation.

Dependencies

  • requests
  • six

Install dependencies from using pip:

pip install -r requirements.txt