Skip to content

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)

Releases

Sponsor this project

Packages

Used by

Contributors

Languages