tree-sitter-analyzer 1.2.0__py3-none-any.whl → 1.2.2__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.2.0.dist-info → tree_sitter_analyzer-1.2.2.dist-info}/METADATA +8 -8
- {tree_sitter_analyzer-1.2.0.dist-info → tree_sitter_analyzer-1.2.2.dist-info}/RECORD +4 -4
- {tree_sitter_analyzer-1.2.0.dist-info → tree_sitter_analyzer-1.2.2.dist-info}/WHEEL +0 -0
- {tree_sitter_analyzer-1.2.0.dist-info → tree_sitter_analyzer-1.2.2.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.2.
|
|
3
|
+
Version: 1.2.2
|
|
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)
|
|
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 LLM Token Limits, Let AI Understand Code Files of Any Size
|
|
@@ -734,16 +734,16 @@ Tree-sitter Analyzer automatically detects and protects project boundaries:
|
|
|
734
734
|
## 🏆 Quality Assurance
|
|
735
735
|
|
|
736
736
|
### 📊 **Quality Metrics**
|
|
737
|
-
- **1,
|
|
738
|
-
- **74.
|
|
737
|
+
- **1,514 tests** - 100% pass rate ✅
|
|
738
|
+
- **74.24% code coverage** - Industry-leading level
|
|
739
739
|
- **Zero test failures** - Fully CI/CD ready
|
|
740
740
|
- **Cross-platform compatibility** - Windows, macOS, Linux
|
|
741
741
|
|
|
742
|
-
### ⚡ **Latest Quality Achievements (v1.2.
|
|
742
|
+
### ⚡ **Latest Quality Achievements (v1.2.2)**
|
|
743
743
|
- ✅ **Cross-platform path compatibility** - Fixed Windows short path names and macOS symbolic link differences
|
|
744
744
|
- ✅ **Windows environment** - Implemented robust path normalization using Windows API
|
|
745
745
|
- ✅ **macOS environment** - Fixed `/var` vs `/private/var` symbolic link differences
|
|
746
|
-
- ✅ **Comprehensive test coverage** -
|
|
746
|
+
- ✅ **Comprehensive test coverage** - 1514 tests, 74.24% coverage
|
|
747
747
|
- ✅ **GitFlow implementation** - Professional development/release branch strategy. See [GitFlow documentation](GITFLOW.md) for details.
|
|
748
748
|
|
|
749
749
|
### ⚙️ **Running Tests**
|
|
@@ -76,7 +76,7 @@ tree_sitter_analyzer/security/__init__.py,sha256=ZTqTt24hsljCpTXAZpJC57L7MU5lJLT
|
|
|
76
76
|
tree_sitter_analyzer/security/boundary_manager.py,sha256=3eeENRKWtz2pyZHzd8DiVaq8fdeC6s1eVOuBylSmQPg,9347
|
|
77
77
|
tree_sitter_analyzer/security/regex_checker.py,sha256=jWK6H8PTPgzbwRPfK_RZ8bBTS6rtEbgjY5vr3YWjQ_U,9616
|
|
78
78
|
tree_sitter_analyzer/security/validator.py,sha256=yR4qTWEcXpR--bSFwtWvSgY0AzqujOFAqlc1Z7dlTdk,9809
|
|
79
|
-
tree_sitter_analyzer-1.2.
|
|
80
|
-
tree_sitter_analyzer-1.2.
|
|
81
|
-
tree_sitter_analyzer-1.2.
|
|
82
|
-
tree_sitter_analyzer-1.2.
|
|
79
|
+
tree_sitter_analyzer-1.2.2.dist-info/METADATA,sha256=qGtIZ8I7c00V9OGt5JFUYLEmf7Zw7AW8CzccHLJyfzE,32970
|
|
80
|
+
tree_sitter_analyzer-1.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
81
|
+
tree_sitter_analyzer-1.2.2.dist-info/entry_points.txt,sha256=U4tfLGXgCWubKm2PyEb3zxhQ2pm7zVotMyfyS0CodD8,486
|
|
82
|
+
tree_sitter_analyzer-1.2.2.dist-info/RECORD,,
|
|
File without changes
|
{tree_sitter_analyzer-1.2.0.dist-info → tree_sitter_analyzer-1.2.2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|