Metadata-Version: 2.0
Name: numismatic
Version: 0.1.4
Summary: Coin Collector for digital assets 
Home-page: http://github.com/snth/numismatic/
Author: Tobias Brandt
Author-email: Tobias.Brandt@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: bitcoin,ethereum,cryptocurrencies
Platform: UNKNOWN
Requires-Python: >=3.6
Requires-Dist: HeapDict (==1.0.0)
Requires-Dist: appdirs (==1.4.3)
Requires-Dist: attrs (==17.2.0)
Requires-Dist: certifi (==2017.7.27.1)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: click (==6.7)
Requires-Dist: idna (==2.6)
Requires-Dist: python-dateutil (==2.6.1)
Requires-Dist: requests (==2.18.4)
Requires-Dist: six (==1.11.0)
Requires-Dist: streamz (==0.1.0)
Requires-Dist: toolz (==0.8.2)
Requires-Dist: tornado (==4.5.2)
Requires-Dist: urllib3 (==1.22)
Requires-Dist: websockets (==3.4)
Requires-Dist: zict (==0.1.3)

Numismatic - Coin Collecting for Digital Assets
===============================================

|Join the chat at https://gitter.im/numismatic-chat/Lobby|

Install
-------

::

    pip install numismatic

Run
---

Run the ``coin`` script from anywhere and explore from there

::

    coin

    coin list

    coin info

    coin info -a BTC,ETH,XMR,ZEC

    coin prices

    coin prices -a BTC,ETH,XMR,ZEC

    coin listen -a BTC,ETH,XMR,ZEC collect run

Contribute
----------

::

    git clone https://github.com/snth/numismatic.git
    cd numismatic
    pip install -e .
    # Add awesome new features and submit Pull Requests

.. |Join the chat at https://gitter.im/numismatic-chat/Lobby| image:: https://badges.gitter.im/numismatic-chat/Lobby.svg
   :target: https://gitter.im/numismatic-chat/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge


