tree-sitter-analyzer 1.7.3__py3-none-any.whl → 1.7.5__py3-none-any.whl
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.
Potentially problematic release.
This version of tree-sitter-analyzer might be problematic. Click here for more details.
- tree_sitter_analyzer/__init__.py +1 -1
- tree_sitter_analyzer/core/query_service.py +13 -3
- tree_sitter_analyzer/formatters/markdown_formatter.py +140 -9
- tree_sitter_analyzer/languages/markdown_plugin.py +148 -22
- tree_sitter_analyzer/mcp/server.py +5 -74
- tree_sitter_analyzer/mcp/tools/analyze_scale_tool.py +8 -18
- tree_sitter_analyzer/mcp/tools/find_and_grep_tool.py +1 -1
- tree_sitter_analyzer/mcp/tools/list_files_tool.py +1 -1
- tree_sitter_analyzer/mcp/tools/query_tool.py +86 -3
- tree_sitter_analyzer/mcp/tools/read_partial_tool.py +91 -23
- tree_sitter_analyzer/mcp/tools/search_content_tool.py +1 -1
- tree_sitter_analyzer/mcp/tools/table_format_tool.py +7 -17
- tree_sitter_analyzer/queries/javascript.py +20 -0
- tree_sitter_analyzer/queries/typescript.py +22 -0
- {tree_sitter_analyzer-1.7.3.dist-info → tree_sitter_analyzer-1.7.5.dist-info}/METADATA +36 -42
- {tree_sitter_analyzer-1.7.3.dist-info → tree_sitter_analyzer-1.7.5.dist-info}/RECORD +18 -18
- {tree_sitter_analyzer-1.7.3.dist-info → tree_sitter_analyzer-1.7.5.dist-info}/WHEEL +0 -0
- {tree_sitter_analyzer-1.7.3.dist-info → tree_sitter_analyzer-1.7.5.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tree-sitter-analyzer
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.5
|
|
4
4
|
Summary: Extensible multi-language code analyzer framework using Tree-sitter with dynamic plugin architecture
|
|
5
5
|
Project-URL: Homepage, https://github.com/aimasteracc/tree-sitter-analyzer
|
|
6
6
|
Project-URL: Documentation, https://github.com/aimasteracc/tree-sitter-analyzer#readme
|
|
@@ -171,11 +171,12 @@ Description-Content-Type: text/markdown
|
|
|
171
171
|
|
|
172
172
|
[](https://python.org)
|
|
173
173
|
[](LICENSE)
|
|
174
|
-
[](#quality-assurance)
|
|
175
|
+
[](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer)
|
|
176
176
|
[](#quality-assurance)
|
|
177
177
|
[](https://pypi.org/project/tree-sitter-analyzer/)
|
|
178
|
-
[](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
|
|
179
|
+
[](https://zread.ai/aimasteracc/tree-sitter-analyzer)
|
|
179
180
|
[](https://github.com/aimasteracc/tree-sitter-analyzer)
|
|
180
181
|
|
|
181
182
|
## 🚀 Enterprise-Grade Code Analysis Tool for the AI Era
|
|
@@ -225,8 +226,8 @@ Tree-sitter Analyzer is an enterprise-grade code analysis tool designed for the
|
|
|
225
226
|
| **Go** | Basic Support | Basic syntax parsing |
|
|
226
227
|
|
|
227
228
|
### 🏆 Production Ready
|
|
228
|
-
- **2,
|
|
229
|
-
- **
|
|
229
|
+
- **2,934 Tests** - 100% pass rate, enterprise-grade quality assurance
|
|
230
|
+
- **High Coverage** - Comprehensive test coverage
|
|
230
231
|
- **Cross-platform Support** - Compatible with Windows, macOS, Linux
|
|
231
232
|
- **Continuous Maintenance** - Active development and community support
|
|
232
233
|
|
|
@@ -259,13 +260,13 @@ uv --version
|
|
|
259
260
|
|
|
260
261
|
| Operating System | Package Manager | Installation Command | Notes |
|
|
261
262
|
|-----------------|----------------|---------------------|-------|
|
|
262
|
-
| **macOS** | Homebrew | `brew install fd ripgrep` | Recommended |
|
|
263
|
-
| **Windows** | winget | `winget install sharkdp.fd BurntSushi.ripgrep.MSVC` | Recommended |
|
|
264
|
-
| | Chocolatey | `choco install fd ripgrep` | Alternative |
|
|
265
|
-
| | Scoop | `scoop install fd ripgrep` | Alternative |
|
|
266
|
-
| **Ubuntu/Debian** | apt | `sudo apt install fd-find ripgrep
|
|
267
|
-
| **CentOS/RHEL/Fedora** | dnf | `sudo dnf install fd-find ripgrep` | Official repository |
|
|
268
|
-
| **Arch Linux** | pacman | `sudo pacman -S fd ripgrep` | Official repository |
|
|
263
|
+
| **macOS** | Homebrew | `brew install fd@10.3.0 ripgrep@14.1.1` | Recommended |
|
|
264
|
+
| **Windows** | winget | `winget install sharkdp.fd --version 10.3.0` <br> `winget install BurntSushi.ripgrep.MSVC --version 14.1.1` | Recommended |
|
|
265
|
+
| | Chocolatey | `choco install fd --version 10.3.0` <br> `choco install ripgrep --version 14.1.1` | Alternative |
|
|
266
|
+
| | Scoop | `scoop install fd@10.3.0 ripgrep@14.1.1` | Alternative |
|
|
267
|
+
| **Ubuntu/Debian** | apt | `sudo apt install fd-find=10.3.0* ripgrep=14.1.1*` | Official repository |
|
|
268
|
+
| **CentOS/RHEL/Fedora** | dnf | `sudo dnf install fd-find-10.3.0 ripgrep-14.1.1` | Official repository |
|
|
269
|
+
| **Arch Linux** | pacman | `sudo pacman -S fd=10.3.0 ripgrep=14.1.1` | Official repository |
|
|
269
270
|
|
|
270
271
|
**Verify installation:**
|
|
271
272
|
```bash
|
|
@@ -736,18 +737,19 @@ uv run python -m tree_sitter_analyzer --show-query-languages
|
|
|
736
737
|
## 8. 🏆 Quality Assurance
|
|
737
738
|
|
|
738
739
|
### 📊 Quality Metrics
|
|
739
|
-
- **2,
|
|
740
|
-
- **
|
|
740
|
+
- **2,934 tests** - 100% pass rate ✅
|
|
741
|
+
- **High code coverage** - Comprehensive test suite
|
|
741
742
|
- **Zero test failures** - Production ready
|
|
742
743
|
- **Cross-platform support** - Windows, macOS, Linux
|
|
743
744
|
|
|
744
|
-
### ⚡ Latest Quality Achievements (v1.7.
|
|
745
|
+
### ⚡ Latest Quality Achievements (v1.7.5)
|
|
746
|
+
- ✅ **📊 Enhanced Quality Metrics** - Test count increased to 2,934, coverage maintained at high levels
|
|
747
|
+
- ✅ **🔧 System Stability** - All tests passing with enhanced system stability and reliability
|
|
745
748
|
- ✅ **🆕 Complete Markdown Support** - Added new complete Markdown language plugin supporting all major Markdown elements
|
|
746
749
|
- ✅ **📝 Enhanced Document Analysis** - Support for intelligent extraction of headers, code blocks, links, images, tables, task lists
|
|
747
750
|
- ✅ **🔍 Markdown Query System** - 17 predefined query types with alias and custom query support
|
|
748
751
|
- ✅ **🧪 Comprehensive Test Validation** - Added extensive Markdown test cases ensuring feature stability
|
|
749
752
|
- ✅ **📊 Structured Output** - Convert Markdown documents to structured data for easy AI processing
|
|
750
|
-
- ✅ **🔧 Test Stability Improvement** - Fixed 28 test errors, all 2831 tests now passing 100%
|
|
751
753
|
- ✅ **File output optimization** - MCP search tools now include `suppress_output` and `output_file` parameters for massive token savings
|
|
752
754
|
- ✅ **Intelligent format detection** - Automatic selection of optimal file formats (JSON/Markdown) for storage and reading optimization
|
|
753
755
|
- ✅ **ROO rules documentation** - Added comprehensive tree-sitter-analyzer MCP optimization usage guide
|
|
@@ -771,19 +773,15 @@ uv run pytest tests/test_mcp_server_initialization.py -v
|
|
|
771
773
|
|
|
772
774
|
### 📈 Test Coverage Details
|
|
773
775
|
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
| | Python Plugin | 82.84% | Excellent | Complete type annotation support |
|
|
784
|
-
| **🤖 MCP Tools** | File Search Tool | 88.77% | Excellent | fd/ripgrep integration |
|
|
785
|
-
| | Content Search Tool | 92.70% | Excellent | Regular expression search |
|
|
786
|
-
| | Combined Search Tool | 91.57% | Excellent | Two-stage search |
|
|
776
|
+
The project maintains high-quality test coverage. For detailed module coverage information, please visit:
|
|
777
|
+
|
|
778
|
+
[](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer)
|
|
779
|
+
|
|
780
|
+
**Click the badge above to view:**
|
|
781
|
+
- 📊 **Module-by-Module Coverage** - Detailed coverage statistics for each module
|
|
782
|
+
- 📈 **Coverage Trends** - Historical coverage change trends
|
|
783
|
+
- 🔍 **Uncovered Code Lines** - Specific locations of untested code
|
|
784
|
+
- 📋 **Detailed Reports** - Complete coverage analysis reports
|
|
787
785
|
|
|
788
786
|
### ✅ Documentation Verification Status
|
|
789
787
|
|
|
@@ -796,7 +794,7 @@ uv run pytest tests/test_mcp_server_initialization.py -v
|
|
|
796
794
|
**Verification environment:**
|
|
797
795
|
- Operating systems: Windows 10, macOS, Linux
|
|
798
796
|
- Python version: 3.10+
|
|
799
|
-
- Project version: tree-sitter-analyzer v1.7.
|
|
797
|
+
- Project version: tree-sitter-analyzer v1.7.5
|
|
800
798
|
- Test files: BigService.java (1419 lines), sample.py (256 lines), MultiClass.java (54 lines)
|
|
801
799
|
|
|
802
800
|
---
|
|
@@ -804,26 +802,22 @@ uv run pytest tests/test_mcp_server_initialization.py -v
|
|
|
804
802
|
## 9. 📚 Documentation & Support
|
|
805
803
|
|
|
806
804
|
### 📖 Complete Documentation
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
- **[
|
|
810
|
-
- **
|
|
811
|
-
- **
|
|
812
|
-
- **
|
|
805
|
+
This project provides complete documentation support, including:
|
|
806
|
+
|
|
807
|
+
- **Quick Start Guide** - See the [Quick Start](#3--quick-start) section of this README
|
|
808
|
+
- **MCP Configuration Guide** - See the [AI Users Configuration](#31--ai-users-claude-desktop-cursor-etc) section
|
|
809
|
+
- **CLI Usage Guide** - See the [Complete CLI Commands](#6--complete-cli-commands) section
|
|
810
|
+
- **Core Features Documentation** - See the [Core Features](#7-️-core-features) section
|
|
813
811
|
|
|
814
812
|
### 🤖 AI Collaboration Support
|
|
815
813
|
This project supports AI-assisted development with professional quality control:
|
|
816
814
|
|
|
817
815
|
```bash
|
|
818
|
-
# AI system pre-
|
|
816
|
+
# AI system code generation pre-checks
|
|
819
817
|
uv run python check_quality.py --new-code-only
|
|
820
818
|
uv run python llm_code_checker.py --check-all
|
|
821
819
|
```
|
|
822
820
|
|
|
823
|
-
📖 **Detailed guides**:
|
|
824
|
-
- [AI Collaboration Guide](AI_COLLABORATION_GUIDE.md)
|
|
825
|
-
- [LLM Coding Guidelines](LLM_CODING_GUIDELINES.md)
|
|
826
|
-
|
|
827
821
|
### 💝 Sponsors & Acknowledgments
|
|
828
822
|
|
|
829
823
|
**[@o93](https://github.com/o93)** - *Lead Sponsor & Supporter*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tree_sitter_analyzer/__init__.py,sha256=
|
|
1
|
+
tree_sitter_analyzer/__init__.py,sha256=pwmo3OAgET_ifX0qH_OG7f8YXyg4Xp2DLDEIGR3rs3k,3067
|
|
2
2
|
tree_sitter_analyzer/__main__.py,sha256=Zl79tpe4UaMu-7yeztc06tgP0CVMRnvGgas4ZQP5SCs,228
|
|
3
3
|
tree_sitter_analyzer/api.py,sha256=jzwID6fJNdhQkJP3D0lzBVPhOnGIN4tyyMtmRYdK9zI,22753
|
|
4
4
|
tree_sitter_analyzer/cli_main.py,sha256=BuaM-L-Jx3G49qvAUOQVsw0wEM-X0UzPaRszRZBist4,10374
|
|
@@ -36,14 +36,14 @@ tree_sitter_analyzer/core/engine.py,sha256=5CheLzsxrApY6o2uM8sdYdzK4HkQypxlsYEFp
|
|
|
36
36
|
tree_sitter_analyzer/core/parser.py,sha256=qT3yIlTRdod4tf_2o1hU_B-GYGukyM2BtaFxzSoxois,9293
|
|
37
37
|
tree_sitter_analyzer/core/query.py,sha256=UhQxUmQitFobe2YM7Ifhi3X2WdHVb02KzeBunueYJ4I,16397
|
|
38
38
|
tree_sitter_analyzer/core/query_filter.py,sha256=PvGztAZFooFNZe6iHNmbg6RUNtMvq6f6hBZFzllig6Y,6591
|
|
39
|
-
tree_sitter_analyzer/core/query_service.py,sha256=
|
|
39
|
+
tree_sitter_analyzer/core/query_service.py,sha256=sMdI81_YAt0YcNzPsj2QA4q1KACf2g9LsJw3UP5qxwo,14687
|
|
40
40
|
tree_sitter_analyzer/formatters/__init__.py,sha256=yVb4HF_4EEPRwTf3y3-vM2NllrhykG3zlvQhN-6dB4c,31
|
|
41
41
|
tree_sitter_analyzer/formatters/base_formatter.py,sha256=q515mnhpXV7jd0ysJ7R3VFOCm9e4x7ADVKSkVEYd8lA,6656
|
|
42
42
|
tree_sitter_analyzer/formatters/formatter_factory.py,sha256=4fsSMxhBmGWFmPjcuwkTvgiIWWFireaOaChYi1UNnSM,2381
|
|
43
43
|
tree_sitter_analyzer/formatters/java_formatter.py,sha256=0jxKfrWtsr_K2VG1zW0LH2E6w6nfpIhcXTfIyWw3Jmc,11163
|
|
44
44
|
tree_sitter_analyzer/formatters/javascript_formatter.py,sha256=rIvMs-btsTV0KpGvF67qS7bXANN1I_1M4mVg3KXJ3-I,21345
|
|
45
45
|
tree_sitter_analyzer/formatters/language_formatter_factory.py,sha256=y6OJ2jtW42HBs_d5EhMxWCoLR92nDeNyD6jhh3VYw_w,2168
|
|
46
|
-
tree_sitter_analyzer/formatters/markdown_formatter.py,sha256=
|
|
46
|
+
tree_sitter_analyzer/formatters/markdown_formatter.py,sha256=HiRue5rm4Dq5vbTPUyHMaYL0m0QekF0c7XKf-cMjQTw,26049
|
|
47
47
|
tree_sitter_analyzer/formatters/python_formatter.py,sha256=qE4C6Q5b_Mzr_PptqWZIJuxS945Ws_pmjPGpfqJ_GcY,17224
|
|
48
48
|
tree_sitter_analyzer/formatters/typescript_formatter.py,sha256=mMl6dWSa2EQny_k_gozzyMYnyZq85WJQuJ61kbOSd2o,19402
|
|
49
49
|
tree_sitter_analyzer/interfaces/__init__.py,sha256=OcT7eNIU0ZXvAeAXbhDqRG3puxn93HeSLqplwj6npTM,271
|
|
@@ -54,25 +54,25 @@ tree_sitter_analyzer/interfaces/mcp_server.py,sha256=dUFn1CyO2jLa_y5gGOGE-f0sLGA
|
|
|
54
54
|
tree_sitter_analyzer/languages/__init__.py,sha256=VTXxJgVjHJAciLhX0zzXOS4EygZMtebeYUbi_0z6fGw,340
|
|
55
55
|
tree_sitter_analyzer/languages/java_plugin.py,sha256=SEGS-54gF2-kIv8ftYGqq_KNnwPXGw9XnSONlzowHWk,53191
|
|
56
56
|
tree_sitter_analyzer/languages/javascript_plugin.py,sha256=2O6X5M1ZKQNdWoMmMJXHw5CEk2FxkPjR6wy3iHCyeak,57090
|
|
57
|
-
tree_sitter_analyzer/languages/markdown_plugin.py,sha256=
|
|
57
|
+
tree_sitter_analyzer/languages/markdown_plugin.py,sha256=dcoN8rmPSGW275TsHlAMRXMoGUelfJuHUdc-zLOEWH8,73120
|
|
58
58
|
tree_sitter_analyzer/languages/python_plugin.py,sha256=faDvcUW_yJxrD4Lry0NaljD6EMYuWBE2D1UVCTBmEtE,54267
|
|
59
59
|
tree_sitter_analyzer/languages/typescript_plugin.py,sha256=rPgSMkIZzYty23sitWv2NjqePLitTdH_17BdPtNCNl0,67885
|
|
60
60
|
tree_sitter_analyzer/mcp/__init__.py,sha256=8tC54ZYcZBcFEio-aDet7evzis50zV5gbHuvn_7K514,944
|
|
61
|
-
tree_sitter_analyzer/mcp/server.py,sha256=
|
|
61
|
+
tree_sitter_analyzer/mcp/server.py,sha256=zr3Imq8uq9pqXuCckw5TT5Gt-QJP3h5h0WHn0XCiNNI,31928
|
|
62
62
|
tree_sitter_analyzer/mcp/resources/__init__.py,sha256=D46ZDhPQaCrQze8dHmijMg1QZQ4ABRIjG532sFpuGPo,1367
|
|
63
63
|
tree_sitter_analyzer/mcp/resources/code_file_resource.py,sha256=ZX5ZYSJfylBedpL80kTDlco2YZqgRMb5f3OW0VvOVRM,6166
|
|
64
64
|
tree_sitter_analyzer/mcp/resources/project_stats_resource.py,sha256=YF_LyYwt1uoJx27FvWbVSbIaS5c5RDO-73QL_DfNwTE,20360
|
|
65
65
|
tree_sitter_analyzer/mcp/tools/__init__.py,sha256=9KfetZTaUhvWTeKuZPYzWb7ZomFQ8SsR1qmXVBT4E7c,739
|
|
66
|
-
tree_sitter_analyzer/mcp/tools/analyze_scale_tool.py,sha256=
|
|
66
|
+
tree_sitter_analyzer/mcp/tools/analyze_scale_tool.py,sha256=4ls3IuoePMwyYVNFpHznXuv0MZhVEJV0cNKnnz5zTUo,28087
|
|
67
67
|
tree_sitter_analyzer/mcp/tools/analyze_scale_tool_cli_compatible.py,sha256=mssed7bEfGeGxW4mOf7dg8BDS1oqHLolIBNX9DaZ3DM,8997
|
|
68
68
|
tree_sitter_analyzer/mcp/tools/base_tool.py,sha256=qf2My325azlnKOugNVMN_R1jtZcjXVy354sGVKzvZls,3546
|
|
69
69
|
tree_sitter_analyzer/mcp/tools/fd_rg_utils.py,sha256=R1ICH40vkWO3OdKZjxok9ptQZpZ6-tM5SkLHHOC4-BE,17749
|
|
70
|
-
tree_sitter_analyzer/mcp/tools/find_and_grep_tool.py,sha256=
|
|
71
|
-
tree_sitter_analyzer/mcp/tools/list_files_tool.py,sha256=
|
|
72
|
-
tree_sitter_analyzer/mcp/tools/query_tool.py,sha256=
|
|
73
|
-
tree_sitter_analyzer/mcp/tools/read_partial_tool.py,sha256=
|
|
74
|
-
tree_sitter_analyzer/mcp/tools/search_content_tool.py,sha256=
|
|
75
|
-
tree_sitter_analyzer/mcp/tools/table_format_tool.py,sha256=
|
|
70
|
+
tree_sitter_analyzer/mcp/tools/find_and_grep_tool.py,sha256=uoa0DiX0-M79RYkgq-_HWeJVQUaJpRvE0a1nZLT7Js0,31130
|
|
71
|
+
tree_sitter_analyzer/mcp/tools/list_files_tool.py,sha256=atLpBIngGYhmO3hpfujiIz37ng2_Gop1ocEVaV4bs08,17914
|
|
72
|
+
tree_sitter_analyzer/mcp/tools/query_tool.py,sha256=yGtivYOdV9AgOd-FkvQY-laiFiw-2TgZgoel6r25xuY,15057
|
|
73
|
+
tree_sitter_analyzer/mcp/tools/read_partial_tool.py,sha256=KFmcCJxn1t-IN7Lf9DzbRK2FXytFSFBCPJ9h_mYd9dI,14868
|
|
74
|
+
tree_sitter_analyzer/mcp/tools/search_content_tool.py,sha256=WilpA-bOko31aj8lI73luCHoKfTB623vG8tClBowO3Y,32086
|
|
75
|
+
tree_sitter_analyzer/mcp/tools/table_format_tool.py,sha256=r7mJMRypBtjcZhKoo7fijt3RW11QbrQy8tWjoMzeWfM,20885
|
|
76
76
|
tree_sitter_analyzer/mcp/tools/universal_analyze_tool.py,sha256=-zZnqN9WcoyRTKM_16ADH859LSebzi34BGYwQL2zCOs,25084
|
|
77
77
|
tree_sitter_analyzer/mcp/utils/__init__.py,sha256=TgTTKsRJAqF95g1fAp5SR_zQVDkImpc_5R0Dw529UUw,3126
|
|
78
78
|
tree_sitter_analyzer/mcp/utils/error_handler.py,sha256=msrQHX67K3vhJsEc3OPRz5mmWU_yoHz55Lnxy0IZuy4,18404
|
|
@@ -85,15 +85,15 @@ tree_sitter_analyzer/plugins/base.py,sha256=FMRAOtjtDutNV8RnB6cmFgdvcjxKRAbrrzql
|
|
|
85
85
|
tree_sitter_analyzer/plugins/manager.py,sha256=PyEY3jeuCBpDVqguWhaAu7nzUZM17_pI6wml2e0Hamo,12535
|
|
86
86
|
tree_sitter_analyzer/queries/__init__.py,sha256=dwDDc7PCw_UWruxSeJ8uEBjY0O5uLDBI5YqyvBhbnN0,696
|
|
87
87
|
tree_sitter_analyzer/queries/java.py,sha256=avaPFeHz3Ig-yTdCDKfUKaG-5sktOEkrXG2p9_mEZVs,12388
|
|
88
|
-
tree_sitter_analyzer/queries/javascript.py,sha256=
|
|
88
|
+
tree_sitter_analyzer/queries/javascript.py,sha256=XeIreI10rz__viix3zGCENCfC3yLT4ZQCp8DpYnbXKU,23104
|
|
89
89
|
tree_sitter_analyzer/queries/markdown.py,sha256=QbBBIv_nVQ9UOWYgthvcHECLkj2ueWamZgNS6g3kNf8,10882
|
|
90
90
|
tree_sitter_analyzer/queries/python.py,sha256=vKUeZqmgDUYzRfgInxF7IZ52Oja-ZslexseknmVLiwo,26116
|
|
91
|
-
tree_sitter_analyzer/queries/typescript.py,sha256=
|
|
91
|
+
tree_sitter_analyzer/queries/typescript.py,sha256=I0bWcCv-sRcZHVsdHdfb1UIRI_G3l0S9A1oR4LCjLwE,22527
|
|
92
92
|
tree_sitter_analyzer/security/__init__.py,sha256=ZTqTt24hsljCpTXAZpJC57L7MU5lJLTf_XnlvEzXwEE,623
|
|
93
93
|
tree_sitter_analyzer/security/boundary_manager.py,sha256=3eeENRKWtz2pyZHzd8DiVaq8fdeC6s1eVOuBylSmQPg,9347
|
|
94
94
|
tree_sitter_analyzer/security/regex_checker.py,sha256=jWK6H8PTPgzbwRPfK_RZ8bBTS6rtEbgjY5vr3YWjQ_U,9616
|
|
95
95
|
tree_sitter_analyzer/security/validator.py,sha256=yR4qTWEcXpR--bSFwtWvSgY0AzqujOFAqlc1Z7dlTdk,9809
|
|
96
|
-
tree_sitter_analyzer-1.7.
|
|
97
|
-
tree_sitter_analyzer-1.7.
|
|
98
|
-
tree_sitter_analyzer-1.7.
|
|
99
|
-
tree_sitter_analyzer-1.7.
|
|
96
|
+
tree_sitter_analyzer-1.7.5.dist-info/METADATA,sha256=KOVhKnK9yXkpDYM_EKNM4tbUYVGkBZBQu0T6A4GKMLY,40685
|
|
97
|
+
tree_sitter_analyzer-1.7.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
98
|
+
tree_sitter_analyzer-1.7.5.dist-info/entry_points.txt,sha256=TOW_FpPd7qg0Uq0f44VItnO4HXPdYi7yJUjnQH-0fAM,853
|
|
99
|
+
tree_sitter_analyzer-1.7.5.dist-info/RECORD,,
|
|
File without changes
|
{tree_sitter_analyzer-1.7.3.dist-info → tree_sitter_analyzer-1.7.5.dist-info}/entry_points.txt
RENAMED
|
File without changes
|