Metadata-Version: 2.1
Name: pfinance
Version: 0.0.8
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
Keywords: finance,mathematics
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: nox ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Provides-Extra: test
Requires-Dist: nox ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'

# pfinance
Python financial mathematics library.

## Installation
### Using pip
- run `pip install pfinance`

### Building from source
- clone the repo
- run `python setup.py bdist_wheel`

## TODO list
- content:
  - adjust cost basis
  - discounted cash flow


