Metadata-Version: 1.2
Name: numismatic
Version: 0.1.7
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
Description: Numismatic - Coin Collecting for Digital Assets
        ===============================================
        
        |Join the chat at https://gitter.im/numismatic-chat/Lobby| |PyPI
        licence| |PyPI version| |Python versions| |PyPI format|
        
        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 subscribe -a BTC,ETH,XMR,ZEC collect run
        
            coin subscribe -e bitfinex -e gdax collect -t Trade 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
        .. |PyPI licence| image:: https://img.shields.io/pypi/l/numismatic.svg
           :target: 
        .. |PyPI version| image:: https://img.shields.io/pypi/v/numismatic.svg
           :target: 
        .. |Python versions| image:: https://img.shields.io/pypi/pyversions/numismatic.svg
           :target: 
        .. |PyPI format| image:: https://img.shields.io/pypi/format/numismatic.svg
           :target: 
        
Keywords: bitcoin,ethereum,cryptocurrencies
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: ~=3.6
