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.
Files changed (88) hide show
  1. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/PKG-INFO +1 -1
  2. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/_version.py +2 -2
  3. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/.gitignore +0 -0
  4. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/README.md +0 -0
  5. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/__init__.py +0 -0
  6. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/__main__.py +0 -0
  7. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/cli.py +0 -0
  8. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/db.py +0 -0
  9. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/ingest.py +0 -0
  10. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/ingest_sx.py +0 -0
  11. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/.gitkeep +0 -0
  12. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/funcoes_nativas.json +0 -0
  13. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/funcoes_restritas.json +0 -0
  14. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/lint_rules.json +0 -0
  15. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/modulos_erp.json +0 -0
  16. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/pontos_entrada_padrao.json +0 -0
  17. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/lookups/sql_macros.json +0 -0
  18. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/migrations/001_initial.sql +0 -0
  19. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/migrations/002_universo2_sx.sql +0 -0
  20. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/output.py +0 -0
  21. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/parsing/.gitkeep +0 -0
  22. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/parsing/__init__.py +0 -0
  23. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/parsing/lint.py +0 -0
  24. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/parsing/parser.py +0 -0
  25. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/parsing/stripper.py +0 -0
  26. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/parsing/sx_csv.py +0 -0
  27. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/query.py +0 -0
  28. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/plugadvpl/scan.py +0 -0
  29. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/pyproject.toml +0 -0
  30. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/__init__.py +0 -0
  31. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/bench/.gitkeep +0 -0
  32. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/bench/__init__.py +0 -0
  33. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/bench/test_ingest_perf.py +0 -0
  34. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/bench/test_sx_ingest_perf.py +0 -0
  35. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/e2e_local/.gitkeep +0 -0
  36. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/e2e_local/__init__.py +0 -0
  37. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/e2e_local/test_e2e_local_ingest.py +0 -0
  38. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/e2e_local/test_ingest_sx_real.py +0 -0
  39. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/expected/.gitkeep +0 -0
  40. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/six.csv +0 -0
  41. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx1.csv +0 -0
  42. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx2.csv +0 -0
  43. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx3.csv +0 -0
  44. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx5.csv +0 -0
  45. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx6.csv +0 -0
  46. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx7.csv +0 -0
  47. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sx9.csv +0 -0
  48. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sxa.csv +0 -0
  49. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sxb.csv +0 -0
  50. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/sx_synthetic/sxg.csv +0 -0
  51. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/.gitkeep +0 -0
  52. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/_generate.py +0 -0
  53. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/classic_browse.prw +0 -0
  54. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/corrupted.bak +0 -0
  55. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/empty.prw +0 -0
  56. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/encoding_cp1252.prw +0 -0
  57. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/encoding_utf8.prw +0 -0
  58. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/exec_auto.prw +0 -0
  59. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/http_outbound.prw +0 -0
  60. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/huge.prw +0 -0
  61. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/job_rpc.prw +0 -0
  62. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/multi_filial.prw +0 -0
  63. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/mvc_complete.prw +0 -0
  64. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/mvc_hooks.prw +0 -0
  65. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/pe_simple.prw +0 -0
  66. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/pubvars.prw +0 -0
  67. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/reclock_pattern.prw +0 -0
  68. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/reclock_unbalanced.prw +0 -0
  69. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/sql_embedded.prw +0 -0
  70. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/tlpp_namespace.tlpp +0 -0
  71. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/ws_rest.tlpp +0 -0
  72. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/fixtures/synthetic/ws_soap.prw +0 -0
  73. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/integration/.gitkeep +0 -0
  74. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/integration/__init__.py +0 -0
  75. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/integration/test_cli.py +0 -0
  76. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/integration/test_ingest.py +0 -0
  77. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/integration/test_ingest_sx.py +0 -0
  78. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/.gitkeep +0 -0
  79. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/__snapshots__/test_parser_snapshots.ambr +0 -0
  80. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_db.py +0 -0
  81. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_lint.py +0 -0
  82. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_output.py +0 -0
  83. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_parser.py +0 -0
  84. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_parser_snapshots.py +0 -0
  85. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_query.py +0 -0
  86. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_scan.py +0 -0
  87. {plugadvpl-0.3.2 → plugadvpl-0.3.3}/tests/unit/test_stripper.py +0 -0
  88. {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.2
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.2'
22
- __version_tuple__ = version_tuple = (0, 3, 2)
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