Metadata-Version: 1.1
Name: cryptowatch
Version: 0.0.4
Summary: Track prices and account balances for bitcoin, ethereum, and litecoin
Home-page: https://github.com/alexanderepstein/cryptowatch
Author: Alexander Epstein
Author-email: epsteina@wit.edu
License: MIT
Description: 
        Cryptowatch
        ===========
        
        
        .. raw:: html
        
           <div align="center">
        
           #### Monitor prices and account balaces for bitcoin, ethereum, and litecoin
           #### Use either the terminal or Raspberry Pi LCD for monitoring
           [![PyPI](https://img.shields.io/pypi/v/cryptowatch.svg)](https://pypi.python.org/pypi/cryptowatch)  [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=plastic)]()
           [![cryptowatch.png](https://s26.postimg.org/53u777pu1/cryptowatch.png)](https://postimg.org/image/y68ha1c3p/)
        
           </div>
        
        
        Install
        -------
        
        .. code-block:: bash
        
           pip3 install cryptowatch || pip install cryptowatch
        
        Usage
        -----
        
        .. code-block::
        
           usage: Cryptowatch [-h] [-m MONITOR] [-f FILE] [-c] [-v]
        
           Track prices and account balances for bitcoin, ethereum, and litecoin
        
           optional arguments:
             -h, --help            show this help message and exit
             -m MONITOR, --monitor MONITOR
                                   Choose which cryptowatch monitor to use
             -f FILE, --file FILE  Output the current cryptowatch data to the specified
                                   file path
             -c, --config          Edit the config file for cryptowatch
             -v, --version         Display the current version of cryptowatch
        
        Donate
        ------
        
        If this project helped you in any way and you feel like buying a broke college kid a cup of coffee
        
        
        .. image:: https://img.shields.io/badge/Donate-Venmo-blue.svg
           :target: https://venmo.com/AlexanderEpstein
           :alt: Donate
        
        
        .. image:: https://img.shields.io/badge/Donate-SquareCash-green.svg
           :target: https://cash.me/$AlexEpstein
           :alt: Donate
        
        
        ETH: 0x585c4e1aa22d9Cc92d1a6b3fAe0c4a5274b5a884
        ###############################################
        
        License
        -------
        
        MIT License
        
        Copyright (c) 2017 Alex Epstein
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Keywords: cryptcurrencies,monitor,rpi,console
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
