Metadata-Version: 1.1
Name: coinbitrage
Version: 0.1.1
Summary: Arbitrage lookup for crypto currency exchanges
Home-page: https://github.com/granitosaurus/coinbitrage
Author: Bernardas Ališauskas
Author-email: bernardas.alisauskas@protonmail.com
License: GNU General Public License v3
Description: ===========
        coinbitrage
        ===========
        
        
        .. image:: https://img.shields.io/pypi/v/coinbitrage.svg
                :target: https://pypi.python.org/pypi/coinbitrage
        
        .. image:: https://img.shields.io/travis/granitosaurus/coinbitrage.svg
                :target: https://travis-ci.org/granitosaurus/coinbitrage
        
        .. image:: https://readthedocs.org/projects/coinbitrage/badge/?version=latest
                :target: https://coinbitrage.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/granitosaurus/coinbitrage/shield.svg
             :target: https://pyup.io/repos/github/granitosaurus/coinbitrage/
             :alt: Updates
        
        
        Command line interface application for comparing coin prices for crypto-currency arbitrage
        
        ::
        
            $ coinbitrage diff bitfinex gdax
            ┌──────────┬──────────┬───────┬─────────┬───────────┐
            │ currency │ bitfinex │ gdax  │ diff    │ diff_perc │
            ├──────────┼──────────┼───────┼─────────┼───────────┤
            │ Litecoin │ 283.6    │ 283.8 │ 0.21700 │ -0.07652  │
            │ Ethereum │ 686.4    │ 696.2 │ 9.713   │ -1.41498  │
            │ Bitcoin  │ 16355    │ 16869 │ 514.3   │ -3.14458  │
            └──────────┴──────────┴───────┴─────────┴───────────┘
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://coinbitrage.readthedocs.io.
        
        Features
        --------
        
        ::
        
            $coinbitrage diff --help
            Usage: coinbitrage diff [OPTIONS] EXCHANGE1 EXCHANGE2
        
              show difference between two exchanges
        
            Options:
              --reverse       reverse ordering
              --sort-by TEXT  which column to sort by [diff, diff_perc]  [default:
                              diff_perc]
              --help          Show this message and exit.
        
        Coinbitrage is using coinmarketcap for price data.
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2017-12-10)
        ------------------
        
        * First release on PyPI.
        
Keywords: coinbitrage
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
