Metadata-Version: 2.1
Name: koalafolio
Version: 0.10.7
Summary: portfolio app for crypto trading and tax reporting
Home-page: https://github.com/2martin2/pycryptoportfolio
Author: 2martin2
Author-email: 2martin2@protonmail.com
License: GPL-3.0
Description: pycryptoportfolio
        ******************
        portfolio for cryptocoins with profit export for tax
        
        .. image:: koalaExample.png
        
        Installation with PipEnv
        -------------------------
           
         - clone repo
         - install python > 3.7
         - install pipenv
         - use pipenv to install dependencies
         - run gui_root.py
         
        Installation with Pip
        ----------------------
           
         - (opt) install python_ > 3.7 (check with python --version or python3 --version or python3.x --version)
         - (opt) install pip (check with pip --version or pip3 --version)
         - install koalafolio for python 3!: (pip install koalafolio or pip3 install koalafolio or python3.x -m pip install koalafolio)
         - run koalafolio from terminal (koalafolio)
         - (opt) update koalafolio (pip install koalafolio --upgrade)
           
        .. _python: https://www.python.org/downloads/
           
        trade import
        -------------
         import trades from exchanges using their export files
          supported exchanges (so far):
           - binance (xls)
           - bitcoinde (csv)
           - bitfinex (csv)
           - bitstamp (csv)
           - bittrex (csv)
           - coinbase (buys, sells and merchant payouts)
           - hitbtc (csv)
           - idex (csv)
           - kraken (csv)
           - kuCoin (csv)
           - okex (csv)
           - poloniex (csv)
           - exodus (v1/txs/.json)
           - others could work as well but not tested
           
         import trades from exchanges using their API:
          supported exchanges (so far):
           - binance
           - bittrex
           - bitmex
           - coinbase
           - coinbasepro
           - gemini
           - poloniex
           - kraken
        
        optional arguments
        _____________________
          -h, --help            show this help message and exit
          -v, --version         show version of koalafolio
          -d DATADIR, --datadir DATADIR
                                directory where user data should be stored. make sure
                                it is a valid and writable dir
          -u USERNAME, --username USERNAME
                                username can be used to switch between different
                                portfolios. username will be added to Datafolder
                                (Data_username), so every user has its own settings,
                                trades, styles and so on
        
        
        portfolio
        ----------
          load all historical prices from CryptoCompare_ for profit calculation
        
          display balance, ... of all bought cryptocoins
        
        
        export
        -------
          export profit made in a specific timeframe using FIFO-method (excel)
           - (english and german, others can be added in translation.txt)
        
        Credits
        *********
        Thanks to CryptoCompare_
        
        .. _Cryptocompare: https://min-api.cryptocompare.com/
        
        Powered by CoinGecko_ API
        
        .. _CoinGecko: https://www.coingecko.com/en
        
        Gui based on Qt_
        
        .. _Qt: https://www.qt.io/
        
        Thanks to Rotki_
        
        .. _Rotki: https://github.com/rotki
        
Keywords: crypto cryptocoins tax portfolio tracking
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
