beancount-cli 0.2.8__tar.gz → 0.2.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/PKG-INFO +2 -2
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/README.md +1 -1
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/pyproject.toml +1 -1
- beancount_cli-0.2.9/src/beancount_cli/__init__.py +1 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/tests/smoke_test.py +1 -1
- beancount_cli-0.2.8/src/beancount_cli/__init__.py +0 -1
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/.gitignore +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/CHANGELOG.md +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/LICENSE +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/adapters.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/cli.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/commands/__init__.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/commands/account.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/commands/commodity.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/commands/common.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/commands/price.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/commands/report.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/commands/root.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/commands/transaction.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/config.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/formatting.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/models.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/py.typed +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/src/beancount_cli/services.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/tests/conftest.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/tests/test_advanced.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/tests/test_bql.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/tests/test_cli.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/tests/test_config.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/tests/test_coverage_gap.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/tests/test_models.py +0 -0
- {beancount_cli-0.2.8 → beancount_cli-0.2.9}/tests/test_services.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: beancount-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.9
|
|
4
4
|
Summary: A CLI tool to manage Beancount ledgers
|
|
5
5
|
Project-URL: Homepage, https://github.com/romamo/beancount-cli
|
|
6
6
|
Project-URL: Repository, https://github.com/romamo/beancount-cli
|
|
@@ -125,7 +125,7 @@ bean report trial-balance main.beancount
|
|
|
125
125
|
bean report holdings main.beancount
|
|
126
126
|
|
|
127
127
|
# Audit a specific currency (Source of Exposure)
|
|
128
|
-
bean report audit USD main.beancount
|
|
128
|
+
bean report audit --currency USD main.beancount
|
|
129
129
|
```
|
|
130
130
|
|
|
131
131
|
> [!TIP]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.2.9"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.2.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|