tree-sitter-analyzer 1.1.2__py3-none-any.whl → 1.1.3__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-1.1.2.dist-info → tree_sitter_analyzer-1.1.3.dist-info}/METADATA +7 -7
- {tree_sitter_analyzer-1.1.2.dist-info → tree_sitter_analyzer-1.1.3.dist-info}/RECORD +4 -4
- {tree_sitter_analyzer-1.1.2.dist-info → tree_sitter_analyzer-1.1.3.dist-info}/WHEEL +0 -0
- {tree_sitter_analyzer-1.1.2.dist-info → tree_sitter_analyzer-1.1.3.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.1.
|
|
3
|
+
Version: 1.1.3
|
|
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
|
|
@@ -163,11 +163,11 @@ Description-Content-Type: text/markdown
|
|
|
163
163
|
|
|
164
164
|
[](https://python.org)
|
|
165
165
|
[](LICENSE)
|
|
166
|
-
[](#quality-assurance)
|
|
167
|
-
[](#quality-assurance)
|
|
167
|
+
[](#quality-assurance)
|
|
168
168
|
[](#quality-assurance)
|
|
169
169
|
[](https://pypi.org/project/tree-sitter-analyzer/)
|
|
170
|
-
[](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
|
|
171
171
|
[](https://github.com/aimasteracc/tree-sitter-analyzer)
|
|
172
172
|
|
|
173
173
|
## 🚀 Break Through LLM Token Limits, Let AI Understand Code Files of Any Size
|
|
@@ -583,15 +583,15 @@ Tree-sitter Analyzer automatically detects and protects project boundaries:
|
|
|
583
583
|
|
|
584
584
|
### 📊 **Quality Metrics**
|
|
585
585
|
- **1,504** - 100% pass rate ✅
|
|
586
|
-
- **74.
|
|
586
|
+
- **74.30% Code Coverage** - Industry-leading level
|
|
587
587
|
- **Zero Test Failures** - Complete CI/CD ready
|
|
588
588
|
- **Cross-platform Compatible** - Windows, macOS, Linux
|
|
589
589
|
|
|
590
|
-
### ⚡ **Latest Quality Achievements (v1.1.
|
|
590
|
+
### ⚡ **Latest Quality Achievements (v1.1.3)**
|
|
591
591
|
- ✅ **Cross-Platform Path Compatibility** - Fixed Windows short path names and macOS symlink differences
|
|
592
592
|
- ✅ **Windows Environment** - Implemented robust path normalization using Windows API
|
|
593
593
|
- ✅ **macOS Environment** - Fixed `/var` vs `/private/var` symlink differences
|
|
594
|
-
- ✅ **Comprehensive Test Coverage** - 74.
|
|
594
|
+
- ✅ **Comprehensive Test Coverage** - 74.30% coverage with 1504 tests
|
|
595
595
|
- ✅ **GitFlow Implementation** - Professional branching strategy with develop/release branches. See [GitFlow Documentation](GITFLOW.md) for details.
|
|
596
596
|
|
|
597
597
|
### ⚙️ **Running Tests**
|
|
@@ -75,7 +75,7 @@ tree_sitter_analyzer/security/__init__.py,sha256=ZTqTt24hsljCpTXAZpJC57L7MU5lJLT
|
|
|
75
75
|
tree_sitter_analyzer/security/boundary_manager.py,sha256=vdoxABe7e7pAhyuu3-NM9iVz0irHdR1EMwbICdwdr8Y,8644
|
|
76
76
|
tree_sitter_analyzer/security/regex_checker.py,sha256=jWK6H8PTPgzbwRPfK_RZ8bBTS6rtEbgjY5vr3YWjQ_U,9616
|
|
77
77
|
tree_sitter_analyzer/security/validator.py,sha256=PWczaviFTOLjyCDMFnmZNDdL-D9Y-7Mfw-EkXFpT83g,9262
|
|
78
|
-
tree_sitter_analyzer-1.1.
|
|
79
|
-
tree_sitter_analyzer-1.1.
|
|
80
|
-
tree_sitter_analyzer-1.1.
|
|
81
|
-
tree_sitter_analyzer-1.1.
|
|
78
|
+
tree_sitter_analyzer-1.1.3.dist-info/METADATA,sha256=zx3z9PJjd9YdkpqQL3EFCnI6nFPBuk3zqsn7-FULCIY,25104
|
|
79
|
+
tree_sitter_analyzer-1.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
80
|
+
tree_sitter_analyzer-1.1.3.dist-info/entry_points.txt,sha256=U4tfLGXgCWubKm2PyEb3zxhQ2pm7zVotMyfyS0CodD8,486
|
|
81
|
+
tree_sitter_analyzer-1.1.3.dist-info/RECORD,,
|
|
File without changes
|
{tree_sitter_analyzer-1.1.2.dist-info → tree_sitter_analyzer-1.1.3.dist-info}/entry_points.txt
RENAMED
|
File without changes
|