codeguardian-cli 1.0.2__py3-none-any.whl → 1.1.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.
@@ -1,16 +1,18 @@
1
1
  from pathlib import Path
2
2
 
3
3
  IGNORE_DIRS = {
4
- "venv",
4
+ "venv",
5
5
  ".venv",
6
+ "env",
7
+ ".env",
8
+ "cg_env",
6
9
  ".git",
7
10
  "__pycache__",
8
- ".pytest_cache",
11
+ ".pytest_cache",
9
12
  "node_modules",
10
13
  "dist",
11
14
  "build",
12
15
  "tests",
13
-
14
16
  }
15
17
 
16
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codeguardian-cli
3
- Version: 1.0.2
3
+ Version: 1.1.2
4
4
  Summary: Architecture and code quality analyzer
5
5
  Requires-Python: >=3.10
6
6
  Description-Content-Type: text/markdown
@@ -27,7 +27,7 @@ CODEGUARDIAN/rules/controllers/user_controller.py,sha256=To6ZzyBi5cV7AZBD8DjG-u7
27
27
  CODEGUARDIAN/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  CODEGUARDIAN/src/main.py,sha256=8Es65AMa5M27CpwNMt5dGZahoNND2P7CJLyiWnYqoz0,1130
29
29
  CODEGUARDIAN/src/discovery/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
- CODEGUARDIAN/src/discovery/finder.py,sha256=_RMNm-9nmHOTkq7D1TUafkVmJ8KUgDHhO5NDkulx_LM,619
30
+ CODEGUARDIAN/src/discovery/finder.py,sha256=0vwyHz7eqhY0Es9WpnwPqYngLtx9maOmkbS3pRnGPTo,640
31
31
  CODEGUARDIAN/src/extractor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
32
  CODEGUARDIAN/src/extractor/class_extractor.py,sha256=PkI9d4i0J_ZFl8_DphL4q1WR_ohSbQ3VLBILhjJmvGA,628
33
33
  CODEGUARDIAN/src/extractor/function_extractor.py,sha256=T34m0zvHW1XQ2c_eBI98VjuTSH6DkQqBJGlUvvSPEX4,381
@@ -43,8 +43,8 @@ CODEGUARDIAN/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
43
43
  CODEGUARDIAN/utils/ast_cache.py,sha256=XVbOWW_Iw-I3bge8mI923WfYCyEn9GZCyMWkYLe8_aI,777
44
44
  CODEGUARDIAN/utils/file_cache.py,sha256=BCjiSAwZZYOq_pV57yWvrzBov8yPlkG_ZHsnSdaBZr8,510
45
45
  CODEGUARDIAN/utils/layer_utils.py,sha256=QpUawYG8f5qjtIuXP0QBKEI_-W9kgHX9F2X_AvzrehM,248
46
- codeguardian_cli-1.0.2.dist-info/METADATA,sha256=Zf8giOxhDQ9LyFpdKR-9q_ztXO7FO6zGQY8_cf1AbNw,884
47
- codeguardian_cli-1.0.2.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
48
- codeguardian_cli-1.0.2.dist-info/entry_points.txt,sha256=I4OdLGA4ilsjlUDtu9NrmkswYu8vIjIpMaLL8koX11g,55
49
- codeguardian_cli-1.0.2.dist-info/top_level.txt,sha256=FCCh2epuHzvBi_N-MJr-PFIPrWydRx1kRSDBVAdYbOw,13
50
- codeguardian_cli-1.0.2.dist-info/RECORD,,
46
+ codeguardian_cli-1.1.2.dist-info/METADATA,sha256=ouuFRyaPS36exScNpVG5sA3UmsCux_x0TVtMOL-MV2E,884
47
+ codeguardian_cli-1.1.2.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
48
+ codeguardian_cli-1.1.2.dist-info/entry_points.txt,sha256=I4OdLGA4ilsjlUDtu9NrmkswYu8vIjIpMaLL8koX11g,55
49
+ codeguardian_cli-1.1.2.dist-info/top_level.txt,sha256=FCCh2epuHzvBi_N-MJr-PFIPrWydRx1kRSDBVAdYbOw,13
50
+ codeguardian_cli-1.1.2.dist-info/RECORD,,