Metadata-Version: 1.1
Name: justcoin-sdk
Version: 0.0.7
Summary: Python SDK for the Justcoin API
Home-page: https://github.com/vascop/justcoin-sdk
Author: Vasco Pinho
Author-email: vascogpinho@gmail.com
License: MIT
Download-URL: https://github.com/vascop/justcoin-sdk/zipball/master
Description: Justcoin Python API
        ===================
        
        Install the sdk:
        
        ::
        
            pip install justcoin-sdk
        
        
        Get your API key from `Justcoin <https://justcoin.com/client/#settings/apikeys>`_ and then just do:
        
        ::
        
            import justcoin-sdk
            api = JustcoinAPI("my-api-key")
            print api.list_markets()
        
        
        You can get a list of available endpoints and their explanations from a mixture of the `old docs <http://docs.justcoin.apiary.io/>`_ and the `new docs <http://wiki.justcoin.com/API>`_. I find the old docs to be more comprehensive.
        
        Have fun
Keywords: sdk,justcoin,api
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet
