acumatica-cli 0.10.0__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.0 → acumatica_cli-0.10.2}/PKG-INFO +13 -2
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/README.md +10 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/pyproject.toml +2 -1
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/__init__.py +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/bootstrap.py +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/bootstrap_plugin.cs +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/bootstrap_project.xml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/cli.py +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/client.py +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/config.py +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/extract.py +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/extract_manifest.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/firstlogin.py +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/models.py +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/output.py +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/run.py +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/seed.py +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/target.py +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/10-subaccounts.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/20-accounts.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/40-ledger.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/50-gl-preferences.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/60-ledger-company.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/90-uoms.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/bootstrap/company.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/bootstrap/credit-terms.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/bootstrap/features.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/env +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/gitignore +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/setup/10-financial-year.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/setup/20-master-calendar.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/setup/30-open-periods.yaml +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/target +0 -0
- {acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/tenant.py +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
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: PolyForm-Noncommercial-1.0.0
|
|
7
8
|
Requires-Dist: click>=8.1
|
|
8
9
|
Requires-Dist: httpx>=0.27
|
|
9
10
|
Requires-Dist: pydantic>=2.7
|
|
@@ -273,3 +274,13 @@ Scratch tenants (`E2E`, `E2EA`, `E2EB`) are created on the way in and always del
|
|
|
273
274
|
gmake e2e # whole tier, about 20 minutes
|
|
274
275
|
gmake e2e FILE=test_provision_lifecycle # one file, by stem or path
|
|
275
276
|
```
|
|
277
|
+
|
|
278
|
+
## License
|
|
279
|
+
|
|
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
|
+
|
|
284
|
+
See [LICENSE](LICENSE) and [NOTICE](NOTICE).
|
|
285
|
+
|
|
286
|
+
Copyright 2026 Konstantin Borovik.
|
|
@@ -256,3 +256,13 @@ Scratch tenants (`E2E`, `E2EA`, `E2EB`) are created on the way in and always del
|
|
|
256
256
|
gmake e2e # whole tier, about 20 minutes
|
|
257
257
|
gmake e2e FILE=test_provision_lifecycle # one file, by stem or path
|
|
258
258
|
```
|
|
259
|
+
|
|
260
|
+
## License
|
|
261
|
+
|
|
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
|
+
|
|
266
|
+
See [LICENSE](LICENSE) and [NOTICE](NOTICE).
|
|
267
|
+
|
|
268
|
+
Copyright 2026 Konstantin Borovik.
|
|
@@ -1,8 +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 = "PolyForm-Noncommercial-1.0.0"
|
|
6
7
|
readme = "README.md"
|
|
7
8
|
requires-python = ">=3.14"
|
|
8
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.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/20-accounts.yaml
RENAMED
|
File without changes
|
{acumatica_cli-0.10.0 → 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.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/baseline/90-uoms.yaml
RENAMED
|
File without changes
|
{acumatica_cli-0.10.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/bootstrap/company.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{acumatica_cli-0.10.0 → 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.0 → acumatica_cli-0.10.2}/src/acumatica_cli/templates/setup/30-open-periods.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|