Metadata-Version: 1.1
Name: bitpay
Version: 2.3.1
Summary: Accept bitcoin with BitPay
Home-page: https://github.com/bitpay/bitpay-python
Author: Paul Daigle
Author-email: integrations@bitpay.com
License: UNKNOWN
Download-URL: https://github.com/bitpay/bitpay-python/tarball/v2.3.0
Description: 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 3 or later; a Python 2 version is available separately.
        
Keywords: bitcoin,payments,crypto
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
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
