Metadata-Version: 1.1
Name: justcoin-sdk
Version: 0.0.2
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
        ===================
        
        Get your API key from
        `Justcoin <https://justcoin.com/client/#settings/apikeys>`__ and then
        just do:
        
        ::
        
            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
