tree-sitter-analyzer 1.1.1__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tree-sitter-analyzer
3
- Version: 1.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
  [![Python Version](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://python.org)
165
165
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
166
- [![Tests](https://img.shields.io/badge/1504-brightgreen.svg)](#quality-assurance)
167
- [![Coverage](https://img.shields.io/badge/coverage-74.40%25-green.svg)](#quality-assurance)
166
+ [![Tests](https://img.shields.io/badge/tests-1504%20passed-brightgreen.svg)](#quality-assurance)
167
+ [![Coverage](https://img.shields.io/badge/coverage-74.30%25-green.svg)](#quality-assurance)
168
168
  [![Quality](https://img.shields.io/badge/quality-enterprise%20grade-blue.svg)](#quality-assurance)
169
169
  [![PyPI](https://img.shields.io/pypi/v/tree-sitter-analyzer.svg)](https://pypi.org/project/tree-sitter-analyzer/)
170
- [![Version](https://img.shields.io/badge/version-1.1.0-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
170
+ [![Version](https://img.shields.io/badge/version-1.1.3-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
171
171
  [![GitHub Stars](https://img.shields.io/github/stars/aimasteracc/tree-sitter-analyzer.svg?style=social)](https://github.com/aimasteracc/tree-sitter-analyzer)
172
172
 
173
173
  ## 🚀 Break Through LLM Token Limits, Let AI Understand Code Files of Any Size
@@ -582,16 +582,16 @@ Tree-sitter Analyzer automatically detects and protects project boundaries:
582
582
  ## 🏆 Quality Assurance
583
583
 
584
584
  ### 📊 **Quality Metrics**
585
- - **1,1504** - 100% pass rate ✅
586
- - **74.44% Code Coverage** - Industry-leading level
585
+ - **1,504** - 100% pass rate ✅
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.0.0)**
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.44% coverage with 1504 tests
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**
@@ -600,7 +600,7 @@ Tree-sitter Analyzer automatically detects and protects project boundaries:
600
600
  uv run pytest tests/ -v
601
601
 
602
602
  # Generate coverage report
603
- uv run pytest tests/ --cov=tree_sitter_analyzer --cov-report=html
603
+ uv run pytest tests/ --cov=tree_sitter_analyzer --cov-report=html --cov-report=term-missing
604
604
 
605
605
  # Run specific tests
606
606
  uv run pytest tests/test_mcp_server_initialization.py -v
@@ -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.1.dist-info/METADATA,sha256=NeYU7JTMsMlREkIJflkdJ285l9gHXDLLnxDuEBePrh8,25064
79
- tree_sitter_analyzer-1.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
80
- tree_sitter_analyzer-1.1.1.dist-info/entry_points.txt,sha256=U4tfLGXgCWubKm2PyEb3zxhQ2pm7zVotMyfyS0CodD8,486
81
- tree_sitter_analyzer-1.1.1.dist-info/RECORD,,
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,,