us-cpa package
Standalone Python CLI package for the us-cpa skill.
Install
From skills/us-cpa/:
pip install -e .[dev]
Run
Installed entry point:
us-cpa --help
Repo-local wrapper without installation:
scripts/us-cpa --help
Module execution:
python3 -m us_cpa.cli --help
Tests
From skills/us-cpa/:
PYTHONPATH=src python3 -m unittest
Or with the dev extra installed:
python -m unittest