Metadata-Version: 1.0
Name: cryptop
Version: 0.1.0
Summary: Command line Cryptocurrency Portfolio
Home-page: https://github.com/huwwp/cryptop
Author: huwwp
Author-email: hpigott@gmail.com
License: MIT
Description: cryptop
        =======
        cryptop is a lightweight command line based cryptocurrency portfolio.
        Built on python and ncurses with simplicity in mind.
        
        .. image:: img\cryptop.png
        
        Installation
        ------------
        
        The easiest way to install cryptop is through pip
        
        .. code:: bash
        
            sudo pip install cryptop
        
        cryptop can be installed manually, download the repo and run
        
        .. code:: bash
        
            sudo python setup.py install
        
        setup.py can be run with a --user flag if you would prefer
        not to sudo.
        
        Usage
        -----
        
        Start from a terminal.
        
        .. code:: bash
        
            cryptop
        
        Customisation
        -------------
        
        Cryptop creates two config dotfiles in your home directory. .cryptop contains 
        the holdings data for the porftolio.
        
        .cryptopc contains light configuration/ricing options for colors and backgrounds.
        
        .. image:: img\fall.png
        
        .. image:: img\aesth.png
        
        Credits
        -------
        
        Uses the cryptocompare.com API
        
        Tipjar
        ------
        
        BTC: 15wNW29q7XAEbC8yus49CWvt91JkhcdkoW
        
        Disclosure
        ----------
        
        I am not liable for the accuracy of this program’s output nor actions
        performed based upon it.
        
Keywords: crypto cli portfolio curses cryptocurrency bitcoin
Platform: UNKNOWN
