Metadata-Version: 1.1
Name: xapo_sdk
Version: 0.1.0
Summary: Xapo bitcoin sdk & tools
Home-page: https://github.com/xapo/python-sdk
Author: Federico Repond
Author-email: federico.repond@leapsight.com
License: BSD
Description: ===============================
        Xapo SDK & Tools
        ===============================
        
        .. image:: https://badge.fury.io/py/xapo_sdk.png
            :target: http://badge.fury.io/py/xapo_sdk
        
        .. image:: https://travis-ci.org/frepond/xapo_sdk.png?branch=master
                :target: https://travis-ci.org/frepond/xapo_sdk
        
        .. image:: https://pypip.in/d/xapo_sdk/badge.png
                :target: https://pypi.python.org/pypi/xapo_sdk
        
        
        Xapo's bitcoin sdk & tools
        
        This is the Python version of the Xapo's Widget Tools. These tools allow you (Third Party Application, TPA) to easily embed tools like Payments Buttons, Donation Buttons and other kind of widgets as DIV or iFrame into your web application using your language of choice. In this way, tedious details like encryption and HTML snippet generation are handled for you in a simple and transparent way.
        
        
        * Free software: BSD license
        * Documentation: http://xapo-sdk.readthedocs.org.
        
        
        Features
        --------
        
        * *Iframe* and *Div* HTML widgets snippet generator.
        
        
        
        History
        -------
        
        0.2.0 (2014-11-01)
        ---------------------
        
        * Having a TPA is not longer mandatory to provide a micro payments widget. Parameters app_id and app_secret are now optional. 
        
        0.0.1 (2014-10-18)
        ---------------------
        
        * First release on PyPI.
        * Includes:
            * iframe widget
            * div widget
Keywords: xapo_sdk
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
