Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 763 Bytes

File metadata and controls

29 lines (17 loc) · 763 Bytes

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

  • Python 3.8 or later
  • requests

Install dependencies from using pip:

pip install -r requirements.txt