Skip to content

payjp/payjp-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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