tree-sitter-analyzer 1.3.9__py3-none-any.whl → 1.4.0__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-1.3.9.dist-info → tree_sitter_analyzer-1.4.0.dist-info}/METADATA +8 -8
- {tree_sitter_analyzer-1.3.9.dist-info → tree_sitter_analyzer-1.4.0.dist-info}/RECORD +5 -5
- {tree_sitter_analyzer-1.3.9.dist-info → tree_sitter_analyzer-1.4.0.dist-info}/WHEEL +0 -0
- {tree_sitter_analyzer-1.3.9.dist-info → tree_sitter_analyzer-1.4.0.dist-info}/entry_points.txt +0 -0
tree_sitter_analyzer/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tree-sitter-analyzer
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0
|
|
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
|
|
@@ -172,10 +172,10 @@ Description-Content-Type: text/markdown
|
|
|
172
172
|
[](https://python.org)
|
|
173
173
|
[](LICENSE)
|
|
174
174
|
[](#quality-assurance)
|
|
175
|
-
[](#quality-assurance)
|
|
176
176
|
[](#quality-assurance)
|
|
177
177
|
[](https://pypi.org/project/tree-sitter-analyzer/)
|
|
178
|
-
[](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
|
|
179
179
|
[](https://github.com/aimasteracc/tree-sitter-analyzer)
|
|
180
180
|
|
|
181
181
|
## 🚀 Break LLM Token Limits, Let AI Understand Code Files of Any Size
|
|
@@ -1008,15 +1008,15 @@ Tree-sitter Analyzer automatically detects and protects project boundaries:
|
|
|
1008
1008
|
|
|
1009
1009
|
### 📊 **Quality Metrics**
|
|
1010
1010
|
- **1,797 tests** - 100% pass rate ✅
|
|
1011
|
-
- **74.
|
|
1011
|
+
- **74.43% code coverage** - Industry-leading level
|
|
1012
1012
|
- **Zero test failures** - Fully CI/CD ready
|
|
1013
1013
|
- **Cross-platform compatibility** - Windows, macOS, Linux
|
|
1014
1014
|
|
|
1015
|
-
### ⚡ **Latest Quality Achievements (v1.
|
|
1015
|
+
### ⚡ **Latest Quality Achievements (v1.4.0)**
|
|
1016
1016
|
- ✅ **Cross-platform path compatibility** - Fixed Windows short path names and macOS symbolic link differences
|
|
1017
1017
|
- ✅ **Windows environment** - Implemented robust path normalization using Windows API
|
|
1018
1018
|
- ✅ **macOS environment** - Fixed `/var` vs `/private/var` symbolic link differences
|
|
1019
|
-
- ✅ **Comprehensive test coverage** - 1797 tests, 74.
|
|
1019
|
+
- ✅ **Comprehensive test coverage** - 1797 tests, 74.43% coverage
|
|
1020
1020
|
- ✅ **GitFlow implementation** - Professional development/release branch strategy. See [GitFlow documentation](GITFLOW.md) for details.
|
|
1021
1021
|
|
|
1022
1022
|
### ⚙️ **Running Tests**
|
|
@@ -1133,9 +1133,9 @@ All AI prompts in this document have been thoroughly tested in real environments
|
|
|
1133
1133
|
|
|
1134
1134
|
**Test Environment:**
|
|
1135
1135
|
- Operating System: Windows 10
|
|
1136
|
-
- Project: tree-sitter-analyzer v1.
|
|
1136
|
+
- Project: tree-sitter-analyzer v1.4.0
|
|
1137
1137
|
- Test Files: BigService.java (1419 lines), sample.py (256 lines), MultiClass.java (54 lines)
|
|
1138
|
-
- Test Coverage: 1797 tests passed, 74.
|
|
1138
|
+
- Test Coverage: 1797 tests passed, 74.43% coverage
|
|
1139
1139
|
- Test Tools: All MCP tools (check_code_scale, analyze_code_structure, extract_code_section, query_code, list_files, search_content, find_and_grep)
|
|
1140
1140
|
|
|
1141
1141
|
**🚀 Start Now** → [30-Second Quick Start](#-30-second-quick-start)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tree_sitter_analyzer/__init__.py,sha256=
|
|
1
|
+
tree_sitter_analyzer/__init__.py,sha256=VvYtMQFUqA-_LwAI9CTyx4IHMzDa3ar7AhcX49oE9o8,3067
|
|
2
2
|
tree_sitter_analyzer/__main__.py,sha256=Zl79tpe4UaMu-7yeztc06tgP0CVMRnvGgas4ZQP5SCs,228
|
|
3
3
|
tree_sitter_analyzer/api.py,sha256=N_bcf1pLwzXS3elPn30OySLR6ehsHdWpchXMycjl0PY,17399
|
|
4
4
|
tree_sitter_analyzer/cli_main.py,sha256=jWjVJ5AgNmtf6Z7CgeK3IF-zi7yIiu9zn4Oyvzl-iNQ,10349
|
|
@@ -85,7 +85,7 @@ tree_sitter_analyzer/security/__init__.py,sha256=ZTqTt24hsljCpTXAZpJC57L7MU5lJLT
|
|
|
85
85
|
tree_sitter_analyzer/security/boundary_manager.py,sha256=3eeENRKWtz2pyZHzd8DiVaq8fdeC6s1eVOuBylSmQPg,9347
|
|
86
86
|
tree_sitter_analyzer/security/regex_checker.py,sha256=jWK6H8PTPgzbwRPfK_RZ8bBTS6rtEbgjY5vr3YWjQ_U,9616
|
|
87
87
|
tree_sitter_analyzer/security/validator.py,sha256=yR4qTWEcXpR--bSFwtWvSgY0AzqujOFAqlc1Z7dlTdk,9809
|
|
88
|
-
tree_sitter_analyzer-1.
|
|
89
|
-
tree_sitter_analyzer-1.
|
|
90
|
-
tree_sitter_analyzer-1.
|
|
91
|
-
tree_sitter_analyzer-1.
|
|
88
|
+
tree_sitter_analyzer-1.4.0.dist-info/METADATA,sha256=v8euCTUDbx1Vjj_w21y9wQ3r_e_13v2BzgnlpdXqW14,44081
|
|
89
|
+
tree_sitter_analyzer-1.4.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
90
|
+
tree_sitter_analyzer-1.4.0.dist-info/entry_points.txt,sha256=dEQkGMGmGGBzssEKlXW9F0-VlO3XJW2fJUv9i7898Ho,701
|
|
91
|
+
tree_sitter_analyzer-1.4.0.dist-info/RECORD,,
|
|
File without changes
|
{tree_sitter_analyzer-1.3.9.dist-info → tree_sitter_analyzer-1.4.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|