acumatica-cli 0.10.1__tar.gz → 0.10.2__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.
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/PKG-INFO +6 -3
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/README.md +4 -1
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/pyproject.toml +2 -2
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/__init__.py +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/bootstrap.py +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/bootstrap_plugin.cs +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/bootstrap_project.xml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/cli.py +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/client.py +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/config.py +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/extract.py +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/extract_manifest.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/firstlogin.py +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/models.py +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/output.py +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/run.py +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/seed.py +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/target.py +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/10-subaccounts.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/20-accounts.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/40-ledger.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/50-gl-preferences.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/60-ledger-company.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/90-uoms.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/bootstrap/company.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/bootstrap/credit-terms.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/bootstrap/features.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/env +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/gitignore +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/setup/10-financial-year.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/setup/20-master-calendar.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/setup/30-open-periods.yaml +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/target +0 -0
- {acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/tenant.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: acumatica-cli
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.2
|
|
4
4
|
Summary: Acumatica ERP Config-as-Code: tenant provisioning, baseline config, and reference data
|
|
5
5
|
Author: Konstantin Borovik
|
|
6
6
|
Author-email: Konstantin Borovik <kb@lab5.ca>
|
|
7
|
-
License-Expression:
|
|
7
|
+
License-Expression: PolyForm-Noncommercial-1.0.0
|
|
8
8
|
Requires-Dist: click>=8.1
|
|
9
9
|
Requires-Dist: httpx>=0.27
|
|
10
10
|
Requires-Dist: pydantic>=2.7
|
|
@@ -277,7 +277,10 @@ gmake e2e FILE=test_provision_lifecycle # one file, by stem or path
|
|
|
277
277
|
|
|
278
278
|
## License
|
|
279
279
|
|
|
280
|
-
This project is licensed under the
|
|
280
|
+
This project is licensed under the PolyForm Noncommercial License 1.0.0.
|
|
281
|
+
Noncommercial use is free under that license.
|
|
282
|
+
Commercial use requires a separate license — contact [lab5.ca](https://lab5.ca).
|
|
283
|
+
|
|
281
284
|
See [LICENSE](LICENSE) and [NOTICE](NOTICE).
|
|
282
285
|
|
|
283
286
|
Copyright 2026 Konstantin Borovik.
|
|
@@ -259,7 +259,10 @@ gmake e2e FILE=test_provision_lifecycle # one file, by stem or path
|
|
|
259
259
|
|
|
260
260
|
## License
|
|
261
261
|
|
|
262
|
-
This project is licensed under the
|
|
262
|
+
This project is licensed under the PolyForm Noncommercial License 1.0.0.
|
|
263
|
+
Noncommercial use is free under that license.
|
|
264
|
+
Commercial use requires a separate license — contact [lab5.ca](https://lab5.ca).
|
|
265
|
+
|
|
263
266
|
See [LICENSE](LICENSE) and [NOTICE](NOTICE).
|
|
264
267
|
|
|
265
268
|
Copyright 2026 Konstantin Borovik.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "acumatica-cli"
|
|
3
|
-
version = "0.10.
|
|
3
|
+
version = "0.10.2"
|
|
4
4
|
description = "Acumatica ERP Config-as-Code: tenant provisioning, baseline config, and reference data"
|
|
5
5
|
authors = [{ name = "Konstantin Borovik", email = "kb@lab5.ca" }]
|
|
6
|
-
license = "
|
|
6
|
+
license = "PolyForm-Noncommercial-1.0.0"
|
|
7
7
|
readme = "README.md"
|
|
8
8
|
requires-python = ">=3.14"
|
|
9
9
|
dependencies = [
|
|
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
|
{acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/20-accounts.yaml
RENAMED
|
File without changes
|
{acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/40-ledger.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/90-uoms.yaml
RENAMED
|
File without changes
|
{acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/bootstrap/company.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/bootstrap/features.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{acumatica_cli-0.10.1 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/setup/30-open-periods.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|