Metadata-Version: 1.0
Name: py-iou
Version: 1.0.2
Summary: A python package to find optimal number of transactions betweeen friends
Home-page: https://github.com/kdheepak89/iou
Author: Dheepak Krishnamurthy
Author-email: kdheepak89@gmail.com
License: Revised BSD License
Description: iou
        ===
        
        A python module using networkx, pyomo and ipopt to solve for the
        optimally minimum number of transactions to settle debts/expenses
        between friends.
        
        .. raw:: html
        
           <p align="center">
        
        .. raw:: html
        
           </p>
        
        Install
        -------
        
        ::
        
            pip install py-iou
            pip install py-iou --upgrade
        
        Dependencies
        ~~~~~~~~~~~~
        
        -  Install ```ipopt`` <https://projects.coin-or.org/Ipopt>`__
        
        Run
        ---
        
        -  Run the following to find the optimal transactions using input from
           transactions.csv
        
           ::
        
               iou --data iou/data/transactions.csv
        
        .. raw:: html
        
           <p align="center">
        
        .. raw:: html
        
           </p>
        
        Use help
        
        ::
        
            iou --help
        
        A transactions.csv file is required to find the optimal order
        
        Contribution
        ------------
        
        Feel free to submit a pull request.
        
Platform: UNKNOWN
