codeanalyzer-python 0.1.8__py3-none-any.whl → 0.1.9__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.
@@ -1,8 +1,8 @@
1
1
  from enum import Enum
2
2
 
3
3
 
4
- class OutputFormat(Enum):
5
- """Enum-like class for output formats."""
4
+ class OutputFormat(str, Enum):
5
+ """String-based enum for output formats to support typer case-insensitive options."""
6
6
 
7
7
  JSON = "json"
8
8
  MSGPACK = "msgpack"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codeanalyzer-python
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: Static Analysis on Python source code using Jedi, CodeQL and Treesitter.
5
5
  Author-email: Rahul Krishna <i.m.ralk@gmail.com>
6
6
  License-File: LICENSE
@@ -3,7 +3,7 @@ codeanalyzer/__main__.py,sha256=CHSa6A-AT5XtZ2GJvEEdjz8emr7Mr3xP4qG5xxRWX7k,3863
3
3
  codeanalyzer/core.py,sha256=BVlfCaMqIRfaUkOk9_5XrnuvzHZ0WBtAkjRj3yOMHRI,12431
4
4
  codeanalyzer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  codeanalyzer/config/__init__.py,sha256=9XBxAn1oWGRuhg3bEBUuVGs3hFNXEAKrr-Ce7tq9a2k,61
6
- codeanalyzer/config/config.py,sha256=kSKHJGz-5cu5IydWSVRF-le7Px5LJfIMGzw_FNIOpRE,139
6
+ codeanalyzer/config/config.py,sha256=ZiKzc5uEUCIvih58-6BDtLLI1hPij41wGQjBcj9KNQM,188
7
7
  codeanalyzer/jedi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  codeanalyzer/jedi/jedi.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  codeanalyzer/schema/__init__.py,sha256=bIwfGFvgqtNZ0mCAvDXSo9WVJHqhm15iZc7YOuWYSZ0,390
@@ -20,9 +20,9 @@ codeanalyzer/syntactic_analysis/symbol_table_builder.py,sha256=kwmJiJV01olKcKPQK
20
20
  codeanalyzer/utils/__init__.py,sha256=hC6VWdR5rerSqBxzu9KQHTASWqwrrYJv-CMDwrTlzkc,137
21
21
  codeanalyzer/utils/logging.py,sha256=0vTkGSl5EZN8yhhWa_5Mrn1n_twRCSW53rNwjzQ9RbI,601
22
22
  codeanalyzer/utils/progress_bar.py,sha256=ZHJzGiCo5q4dyXq4CtsrJeq9Ip7sD84T3yZjNX7TBys,2443
23
- codeanalyzer_python-0.1.8.dist-info/METADATA,sha256=7AZChb8q2Ep8y3SiIePiWlSPVUzBEf5A-MBLTUlu_WM,14460
24
- codeanalyzer_python-0.1.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
25
- codeanalyzer_python-0.1.8.dist-info/entry_points.txt,sha256=eUrB7Jq5Oav6RblMX_RYfVLSw_h15NbzC3fNSnGsPuM,59
26
- codeanalyzer_python-0.1.8.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
27
- codeanalyzer_python-0.1.8.dist-info/licenses/NOTICE,sha256=YU0Z9NDWqKY-2jfFcbxeZ6fbnzz0oZeKmnUcO8a-bcQ,901
28
- codeanalyzer_python-0.1.8.dist-info/RECORD,,
23
+ codeanalyzer_python-0.1.9.dist-info/METADATA,sha256=HpZwqxr1Q_hz8sXnXFNMiOWhyHafGZ-pNK01MqpKHjs,14460
24
+ codeanalyzer_python-0.1.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
25
+ codeanalyzer_python-0.1.9.dist-info/entry_points.txt,sha256=eUrB7Jq5Oav6RblMX_RYfVLSw_h15NbzC3fNSnGsPuM,59
26
+ codeanalyzer_python-0.1.9.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
27
+ codeanalyzer_python-0.1.9.dist-info/licenses/NOTICE,sha256=YU0Z9NDWqKY-2jfFcbxeZ6fbnzz0oZeKmnUcO8a-bcQ,901
28
+ codeanalyzer_python-0.1.9.dist-info/RECORD,,