Metadata-Version: 1.1
Name: pycoinbaseapi
Version: 2.2.2
Summary: Coinbase API client library
Home-page: https://github.com/GauthamramRavichandran/coinbase-python
Author: Gauthamram Ravichandran
Author-email: api@coinbase.com
License: Apache 2.0
Download-URL: https://github.com/GauthamramRavichandran/coinbase-python/tarball/2.2.2
Description: Coinbase
        ========
        
        .. image:: https://img.shields.io/pypi/v/pycoinbaseapi?style=plastic
            :target: https://pypi.python.org/pypi/pycoinbaseapi
        
        .. image:: https://img.shields.io/pypi/wheel/pycoinbaseapi?style=plastic
            :target: https://pypi.python.org/pypi/pycoinbaseapi/
        
        .. image:: https://img.shields.io/pypi/pyversions/pycoinbaseapi?style=plastic
            :target: https://pypi.python.org/pypi/pycoinbaseapi/
        
        .. image:: https://img.shields.io/pypi/l/pycoinbaseapi?style=plastic
            :target: https://pypi.python.org/pypi/pycoinbaseapi/
        
        .. image:: https://img.shields.io/github/contributors/GauthamramRavichandran/coinbase-python?style=plastic
            :target: https://github.com/GauthamramRavichandran/coinbase-python/pulls
        
        The **fork** of official Python library for the `Coinbase API
        <https://developers.coinbase.com/api>`_.
        
        
        Features
        --------
        
        - Near-100% test coverage.
        - Support for both `API Key + Secret <https://developers.coinbase.com/api/v2/#api-key>`_ and `OAuth 2 <https://developers.coinbase.com/api/v2/#oauth2-coinbase-connect>`_ authentication.
        - Convenient methods for making calls to the API - packs JSON for you!
        - Automatic parsing of API responses into relevant Python objects.
        - All objects have tab-completable methods and attributes when using `IPython <http://ipython.org>`_.
        
        For more information, please `visit the Github repository <https://github.com/GauthamramRavichandran/coinbase-python>`_.
        
        Credits to the original creator, `Original Github repository <https://github.com/coinbase/coinbase-python>`_.
        
Keywords: api,coinbase,bitcoin,oauth2,client
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
