Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

timerickson/kmy

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kmy KMyMoney data file reader

Usage

kmy is straightforward to use (Python 3 tested only) - e.g.

from kmy import kmy

mm = kmy.Kmy.from_kmy_file('/path/to/your-money.kmy')

That's it! Then just use it as you wish!

print("User", "name", mm.user.name, "email", mm.user.email)
print("FileInfo", "creationDate", mm.fileInfo.creationDate, "lastModifiedDate", mm.fileInfo.lastModifiedDate)
print("Found", len(mm.institutions), "Institutions")
print("Found", len(mm.accounts), "Accounts")
print("Found", len(mm.transactions), "Transactions")
print("Found", len(mm.tags), "Tags")
print("Found", len(mm.payees), "Payees")
print("Found", len(mm.costCenters), "CostCenters")

There are still some outliers like tags that are not yet implemented. Feel free to submit Issues or MRs. It works for what I want for now, but we shall see how or if it evolves :-)

About

Package to read KMyMoney data (.kmy) files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.