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.0.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.0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

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

Hashes for chidera_ledgerlite-0.1.0.tar.gz
Algorithm Hash digest
SHA256 179f4a7c27709a0a3ffee7256ff699eeffb907163b10b381d129693be028f38a
MD5 bd6e0ac87fe92eab401b474f90e68daf
BLAKE2b-256 6843da2431212a8d229b49b8653a56250849b352a4c8e14d31058fcafca3a7a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chidera_ledgerlite-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7a0340ba05a31ea40dc853f357d4989de41ffabcbc95e101a74101eff0eb6e27
MD5 a13d0601c12fd2c0d6c04debaa7ef89f
BLAKE2b-256 55309355f9ff52f990071c392967a66c20c1aa7965ea8cf4d34a4e8164f53358

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.1

2 files

This release

0.1.0 This release

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