plugadvpl 0.3.2__tar.gz → 0.3.3__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.
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/PKG-INFO +1 -1
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/_version.py +2 -2
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/.gitignore +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/README.md +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/__init__.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/__main__.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/cli.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/db.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/ingest.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/ingest_sx.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/.gitkeep +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/funcoes_nativas.json +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/funcoes_restritas.json +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/lint_rules.json +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/modulos_erp.json +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/pontos_entrada_padrao.json +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/sql_macros.json +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/migrations/001_initial.sql +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/migrations/002_universo2_sx.sql +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/output.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/parsing/.gitkeep +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/parsing/__init__.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/parsing/lint.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/parsing/parser.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/parsing/stripper.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/parsing/sx_csv.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/query.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/scan.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/pyproject.toml +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/__init__.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/bench/.gitkeep +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/bench/__init__.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/bench/test_ingest_perf.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/bench/test_sx_ingest_perf.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/e2e_local/.gitkeep +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/e2e_local/__init__.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/e2e_local/test_e2e_local_ingest.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/e2e_local/test_ingest_sx_real.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/expected/.gitkeep +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/six.csv +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx1.csv +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx2.csv +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx3.csv +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx5.csv +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx6.csv +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx7.csv +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx9.csv +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sxa.csv +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sxb.csv +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sxg.csv +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/.gitkeep +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/_generate.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/classic_browse.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/corrupted.bak +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/empty.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/encoding_cp1252.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/encoding_utf8.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/exec_auto.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/http_outbound.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/huge.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/job_rpc.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/multi_filial.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/mvc_complete.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/mvc_hooks.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/pe_simple.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/pubvars.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/reclock_pattern.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/reclock_unbalanced.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/sql_embedded.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/tlpp_namespace.tlpp +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/ws_rest.tlpp +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/ws_soap.prw +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/integration/.gitkeep +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/integration/__init__.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/integration/test_cli.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/integration/test_ingest.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/integration/test_ingest_sx.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/.gitkeep +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/__snapshots__/test_parser_snapshots.ambr +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_db.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_lint.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_output.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_parser.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_parser_snapshots.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_query.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_scan.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_stripper.py +0 -0
- {plugadvpl-0.3.2 → plugadvpl-0.3.3}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plugadvpl
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: CLI que indexa fontes ADVPL/Protheus em SQLite com FTS5 para análise por LLM (companheiro do plugin Claude Code plugadvpl)
|
|
5
5
|
Project-URL: Homepage, https://github.com/JoniPraia/plugadvpl
|
|
6
6
|
Project-URL: Issues, https://github.com/JoniPraia/plugadvpl/issues
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '0.3.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 3,
|
|
21
|
+
__version__ = version = '0.3.3'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 3, 3)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|