Skip to content

Api wrapper for Crypto.com Pay Checkout

License

Notifications You must be signed in to change notification settings

Pipoline/cryptopay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptopay

Python API wrapper for Crypto.com Pay Checkout

Travis (.com) Codecov PyPI - Downloads PyPI

Installation

  • From pypi: pip3 install cryptopay
  • From GitHub: Clone our repository and python3 setup.py install

Usage

from pprint import pprint
from cryptopay import Client

client = Client()
response = client.get_payments()
payments = response.json()
pprint(payments)

Sponsor this project

 

Packages

No packages published

Languages