Skip to main content

Chidera LedgerLite

A lightweight SQLite-backed expense tracking ledger and CLI tool.

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

chidera_ledgerlite-0.1.1.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chidera_ledgerlite-0.1.1-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file chidera_ledgerlite-0.1.1.tar.gz.

File metadata

  • Download URL: chidera_ledgerlite-0.1.1.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

Hashes for chidera_ledgerlite-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f907c182739a92242e7c937afd5bb19920cf92ce80a2665fe265d0437c9a7d44
MD5 6d1e53272da2ba3f4ab3ecd9207e8d05
BLAKE2b-256 e5c1cd593e91a7d8e04803c7f6a0fe70229a662c607b1091c7dadcc3e61e6dde

See more details on using hashes here.

File details

Details for the file chidera_ledgerlite-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for chidera_ledgerlite-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8e449701ba2825ec8ed83db3b7fbf3890d0ace913546ec8cda8ae84bfec98a55
MD5 0b32d9f8fd77b1fe58ff1596e2805cbc
BLAKE2b-256 8d2af6ad3befda6c4f629de617b14a23fc10d646fd8d13d331008ec2e8787719

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.1 This release

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page