Metadata-Version: 2.1
Name: bitpay
Version: 2.6.1910
Summary: Accept bitcoin with BitPay
Home-page: https://github.com/bitpay/bitpay-python
Author: Antonio Buedo
Author-email: sales-engineering@bitpay.com
License: UNKNOWN
Download-URL: https://github.com/bitpay/bitpay-python/tarball/v2.6.1910
Keywords: bitcoin,payments,crypto,cash,ethereum,online payments
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=2.7.16
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: ecdsa

Python Library for integrating with BitPay

This library is a simple way to integrate your application with
BitPay for taking Bitcoin payments. It exposes three basic 
functions, authenticating with BitPay, creating invoices, 
and retrieving invoices. It is not meant as a replacement for 
the entire BitPay API. However, the key_utils module contains
all of the tools you need to use the BitPay API for other
purposes.

This version requires Python 2.7 or later.


