summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-08finance: Use datetime for Income.integrate()xengineering
Time-based Integration in general is done between two time stamps. For the financial context it makes sense to use Python's datetime.datetime class for this purpose. This commit implements integrating an income between two datetime.datetime time stamps.
2024-09-08finance: Add income.pyxengineering
This is the minimal starting point to model financial income.
2024-09-08tools: Add check_source.shxengineering
This script checks for common programming errors in the Python code of this repository. It might be symlinked by `.git/hooks/pre-commit` to make sure those errors do not end up in the Git history.
2024-09-08finance: Add empty Python packagexengineering
This package should contain the primary content of this repository.
2024-09-08Add Apache License 2.0 as LICENSE.txtxengineering
2024-09-03Add README.mdxengineering