Chidera LedgerLite
A lightweight SQLite-backed expense tracking ledger and CLI tool.
- PyPI Package: https://pypi.org/project/chidera-ledgerlite/
Installation
pip install chidera-ledgerlite
Usage
CLI Command
ledgerlite add 5000 NGN food
Python Import
from datetime import date
from chidera_ledgerlite.storage import Expense, Ledger
ledger = Ledger()
ledger.add(Expense(amount=5000, currency="NGN", category="food", date=date.today()))
Caret Version Constraint (^)
In dependency configuration, the caret symbol (^) permits updates that do not modify the left-most non-zero digit. For example, a constraint like ^2.34.2 allows updating to any version in the range >=2.34.2, <3.0.0. This automatically pulls in non-breaking minor updates and patch bug fixes (such as 2.35.0 or 2.34.3). Crucially, it prevents automatic upgrades to major versions (like 3.0.0) that could introduce breaking changes to your project.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chidera_ledgerlite-0.1.0.tar.gz.
File metadata
- Download URL: chidera_ledgerlite-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.4.2 CPython/3.13.7 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
179f4a7c27709a0a3ffee7256ff699eeffb907163b10b381d129693be028f38a
|
|
| MD5 |
bd6e0ac87fe92eab401b474f90e68daf
|
|
| BLAKE2b-256 |
6843da2431212a8d229b49b8653a56250849b352a4c8e14d31058fcafca3a7a5
|
File details
Details for the file chidera_ledgerlite-0.1.0-py3-none-any.whl.
File metadata
- Download URL: chidera_ledgerlite-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.4.2 CPython/3.13.7 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a0340ba05a31ea40dc853f357d4989de41ffabcbc95e101a74101eff0eb6e27
|
|
| MD5 |
a13d0601c12fd2c0d6c04debaa7ef89f
|
|
| BLAKE2b-256 |
55309355f9ff52f990071c392967a66c20c1aa7965ea8cf4d34a4e8164f53358
|