Metadata-Version: 2.1
Name: pfinance
Version: 0.1.1
Summary: Financial mathematics library
Home-page: https://github.com/j-pettit/pfinance/
Author: Julian Pettit
Author-email: julian.s.pettit@gmail.com
License: MIT
Project-URL: Source, https://github.com/j-pettit/pfinance/
Project-URL: Tracker, https://github.com/j-pettit/pfinance/issues
Description: # pfinance
        pfinance is a Python financial mathematics library.
        It attempts to provide a comprehensive suite of functions, tools, and calulators geared towards financial applications.
        pfinance does not supply APIs for market and exchange lookup.
        
        <table>
        <tr>
          <td>Supports</td>
          <td>Python 3.9</td>
        </tr>
        <tr>
          <td>Latest Release</td>
          <td>
            <a href="https://pypi.org/project/pfinance/">
            <img src="https://img.shields.io/pypi/v/pfinance.svg" alt="latest release" />
            </a>
          </td>
        </tr>
        <tr>
          <td>Package Status</td>
          <td>
            <a href="https://pypi.org/project/pyfinance/">
            <img src="https://img.shields.io/pypi/status/pyfinance.svg" alt="status" /></td>
            </a>
        </tr>
        <tr>
          <td>License</td>
          <td>
            <a href="https://github.com/bsolomon1124/pyfinance/blob/master/LICENSE">
            <img src="https://img.shields.io/pypi/l/pyfinance.svg" alt="license" />
            </a>
        </td>
        </tr>
        </table>
        
        ## Installation
        pfinance is available via [PyPI](https://pypi.python.org/pypi/pfinance/). Install with pip:
        
        ```bash
        $ python3 -m pip install pfinance
        ```
        
        **Note**: pfinance requires Python > 3.9 for full test annotation compatability, but may offer reduced functionality for earlier 3.x versions.
        
        ## Dependencies
        
        pfinance does not rely on any third party dependencies.
        
Keywords: finance,mathematics
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
