Metadata-Version: 2.1
Name: pfinsim
Version: 0.0.9
Summary: Personal finance simulation package
Home-page: https://github.com/xgerrmann/pfinsim
Author: Xander Gerrmann
Author-email: <xander@xgerrmann.com>
License: UNKNOWN
Keywords: python,simulation,finance,personal
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: PyYAML (>=5.3.1)

# Description

pfinsim stands for Personal FINance Simulation.

Its goal is to allow for users to easily investigate the effect of taxes and investing on their personal financial situation. Use cases can be found on [the author's blog](https://xgerrmann.github.io/geld-en-zo/).

As of writing this project is focused on the Dutch tax system. Efforts to extend towards other countries is highly appreciated.

The following is currently supported

* Investing
* Real estate
  * Mortgages
* Taxes
  * Tax credits
  * Income taxes
* Jobs
  * Monthly income
  * Holiday allowance

Python >= 3.7 is required



This project on [Github](https://github.com/xgerrmann/pfinsim)



# Deployment

```
rm build dist *.egg-info -r
python3 setup.py sdist bdist_wheel
twine upload dist/*
```

 You will be asked for your PyPI (python package index) username and password for authentication, enter these.

## Log

* Uploaded to pypi as `pfinsim` 2020-12-26


