summaryrefslogtreecommitdiff
path: root/demo
AgeCommit message (Collapse)Author
2024-09-08Use list[tuple[datetime, Decimal]] consistentlyxengineering
This type is useful for finance-py in general. It is often required to handle money in datetime context. Using this type consistently makes the code easier to read and maintain.
2024-09-08Add measured valuesxengineering
2024-09-08Move display() to finance.visualize.pyxengineering
2024-09-08Add second flow to demoxengineering
This makes the output less trivial.
2024-09-08Add demo scriptxengineering