release v1.0.1
various small fixes and remove print()
release version 1.0.0a
This package provides a simple python interface for interacting with ClearCheckBook
Using python-ccb is very simple:
import python_ccb
session = python_ccb.ClearCheckBook('user', 'passwd')
account = session.get_account('My Account')
new_tran = python_ccb.Transaction('Something', 50, python_ccb.WITHDRAW, account=account)
session.insert_transaction(new_tran)
Feature | Implemented? |
---|---|
Accounts | YES |
Account groups | NO |
Bills | NO |
Budgets | NO |
Categories | YES |
Currencies | YES |
Object count | NO |
Premium | NO |
Transactions | YES |
Reminders | NO |
Reports | NO |