Python wrapper for clearcheckbook
Project description
Python wrapper for ClearCheckBook
This package provides a simple python interface for interacting with ClearCheckBook
- Open Source: Apache 2.0 license.
- Website: https://sr.ht/~ocurero/python-ccb/
- Documentation: https://python-ccb.readthedocs.io/
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
Release history Release notifications | RSS feed
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.1.tar.gz
(8.1 kB
view details)
Built Distribution
File details
Details for the file python-ccb-1.0.1.tar.gz
.
File metadata
- Download URL: python-ccb-1.0.1.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.6.8 Linux/5.3.18-lp152.19-default
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0647fb8ba3370bde704d0b827c2f7717666a8a74062e2b60f2e5e931847a476d
|
|
MD5 |
b983fc676b6d485e126026975eb81b55
|
|
BLAKE2b-256 |
e311f77d83fdc85321288e2c7031021940d5300043e451cecf275b0fad69c8b3
|
File details
Details for the file python_ccb-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: python_ccb-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.6.8 Linux/5.3.18-lp152.19-default
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c2722b70388e0fef796a88302b4df325facba9022e5679d1bcaa69e42fc1890a
|
|
MD5 |
657796d54d38b1abe78cd5b4b983d514
|
|
BLAKE2b-256 |
d3db650f71065113b50339d5ec80957ca4de8cd7e204b1fee8108853b10fc935
|