Skip to main content

Python wrapper for clearcheckbook

Project description

Python wrapper for ClearCheckBook

Project Status: Active – The project has reached a stable, usable state and is being actively developed. builds.sr.ht status readthedocs

This package provides a simple python interface for interacting with ClearCheckBook

Quickstart

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)

What's implemented?

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-ccb-1.0.0a0.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

python_ccb-1.0.0a0-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page