usawa

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | Submodules | LICENSE

commit 9456cd7496a20aea5c8d32dc352394f0e98dfdad
parent b4fc4ad574fd96de01579ead894bc8517f589730
Author: lash <dev@holbrook.no>
Date:   Tue, 20 Jan 2026 11:54:06 +0000

Add data files to manifest

Diffstat:
Adummy/MANIFEST.in | 1+
Mdummy/README | 17++++++++++-------
2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/dummy/MANIFEST.in b/dummy/MANIFEST.in @@ -0,0 +1 @@ +include usawa/data/** diff --git a/dummy/README b/dummy/README @@ -3,6 +3,16 @@ A local-first, authenticated and immutable accounting schema for individuals and small businesses. +## Build + +``` +git submodule update --init +python -mvenv .venv +. .venv/bin/activate +pip install .[valkey] +``` + + ## Documentation Please refer to the documentation in `doc/`. If is vanilla GNU texinfo, and can easily be built with: @@ -27,13 +37,6 @@ Note that `valkey` is implemented for the POC, but even this POC library allows ## Trying out the tools -First install requirements in a virtual environment: - -``` -python -mvenv .venv -. .venv/bin/activate -pip install .[valkey] -``` ### Creating a ledger