ledger.py:python中的命令行两次输入记帐。 Excel和文本输出

时间:2024-06-03 04:42:57
【文件属性】:

文件名称:ledger.py:python中的命令行两次输入记帐。 Excel和文本输出

文件大小:36KB

文件格式:ZIP

更新时间:2024-06-03 04:42:57

Python

Ledger.py:Python中的命令行,两次进入记帐 Ledger.py是一个简单的命令行重复输入记帐系统。 它从文本文件中读取以简单格式编写的交易,并以文本或Excel电子表格的形式生成摘要报告。 由于交易数据存储为文本,因此可以使用版本控制系统(如git)进行管理。 这使维护审核跟踪变得容易。 Ledger.py类似于John Wiegley的 ,但。 它能做什么 Ledger.py读取输入文件,该输入文件写在一个简单的文件中,如下所示: 2013-01-01 I began the year with $1000 in my cheque account. Assets:Bankwest:Cheque $1,000 Equity:OpeningBalances $1,000 2013-01-05 I bought some groceries a


【文件预览】:
ledger.py-master
----.gitignore(60B)
----LICENSE(679B)
----doc()
--------Reference.md(69B)
--------Ledger.md(6KB)
--------Introduction.md(13KB)
----COPYING(34KB)
----examples()
--------sample.transactions(653B)
----ledger.py(55KB)
----README.md(4KB)
----test_ledger.py(10KB)

网友评论