Metadata-Version: 2.1
Name: portfolio-manager
Version: 0.0.2
Summary: Simple tool for monitoring the performance of investment portfolios.
Home-page: https://github.com/J-Curwell/portfolio-manager
Author: James Curwell -- George Calvert
Author-email: jamescurwell97@gmail.com
License: MIT
Description: # portfolio-manager
        
        A simple tool for tracking and analysing the performance of an investment portfolio.
        
        ## Installation
        
        WIP: Once available on PyPI, add info on how to install here.
        
        ## Usage
        
        This package provides the user with the functionality to make deposits and withdrawals 
        of funds into one or more investment portfolios. The overall value of the portfolios 
        can be updated over time based on the market value of the underlying assets, and these 
        transactions are logged and saved.
        
        The package also contains various methods for calculating the rate of return of the 
        user’s portfolios. These methods include a simple percentage return calculator and a 
        more sophisticated time-weighted return calculator.
        
        Example usage of the package can be found in the Jupyter Notebooks within 
        portfolio-manager/notebooks.
        
        ## License
        
        MIT license
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
