rust-crate-pipeline 1.3.1__py3-none-any.whl → 1.3.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.
@@ -442,8 +442,7 @@ def main() -> None:
442
442
  if hasattr(args, "enable_sigil_protocol") and args.enable_sigil_protocol:
443
443
  logging.info("Sigil Protocol mode requested")
444
444
  logging.debug(
445
- f"Sigil available: {_sigil_available}, SigilCompliantPipeline: {
446
- SigilCompliantPipeline is not None}"
445
+ f"Sigil available: {_sigil_available}, SigilCompliantPipeline: {SigilCompliantPipeline is not None}"
447
446
  )
448
447
 
449
448
  # Import Sigil enhanced pipeline
@@ -20,7 +20,7 @@ class GitHubBatchClient:
20
20
  # Simple headers without dependency on HTTPClientUtils
21
21
  self.headers = {
22
22
  "Accept": "application/vnd.github.v3+json",
23
- "User-Agent": "SigilDERG-Data-Production/1.3.1",
23
+ "User-Agent": "SigilDERG-Data-Production/1.3.2",
24
24
  }
25
25
  if config.github_token:
26
26
  self.headers["Authorization"] = f"token {config.github_token}"
@@ -96,7 +96,7 @@ class CrateAPIClient:
96
96
  self.config = config
97
97
  # Simple session without dependency on HTTPClientUtils
98
98
  self.session = requests.Session()
99
- self.session.headers.update({"User-Agent": "SigilDERG-Data-Production/1.3.1"})
99
+ self.session.headers.update({"User-Agent": "SigilDERG-Data-Production/1.3.2"})
100
100
 
101
101
  def fetch_crate_metadata(self, crate_name: str) -> "dict[str, Any] | None":
102
102
  """Fetch metadata with retry logic"""
@@ -1,7 +1,7 @@
1
1
  from typing import Dict, List, Tuple, Optional, Any
2
2
  """Version information for rust-crate-pipeline."""
3
3
 
4
- __version__ = "1.3.1"
4
+ __version__ = "1.3.2"
5
5
  __version_info__ = tuple(int(x) for x in __version__.split("-")[0].split("."))
6
6
 
7
7
  # Version history
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rust-crate-pipeline
3
- Version: 1.3.1
3
+ Version: 1.3.2
4
4
  Summary: A comprehensive system for gathering, enriching, and analyzing metadata for Rust crates using AI-powered insights
5
5
  Home-page: https://github.com/Superuser666-Sigil/SigilDERG-Data_Production
6
6
  Author: SuperUser666-Sigil
@@ -7,13 +7,13 @@ rust_crate_pipeline/config.py,sha256=Fw3fRKCZawKaLQi7YqsmNNku4whZi89mWzr8BVRNS5E
7
7
  rust_crate_pipeline/crate_analysis.py,sha256=GsoXemJ9VFyAbb4Sm5gY5ToTqNtOA4pI38AtngAQONk,2090
8
8
  rust_crate_pipeline/crate_list.txt,sha256=W3NxDtxvihyKp9SN85FYXX6p8Hh49IFih1M4-c-CynM,4334
9
9
  rust_crate_pipeline/github_token_checker.py,sha256=COXXS9uoLV9WYIcT02C-bV5uH3fa9D9HJImc07vMjLs,3766
10
- rust_crate_pipeline/main.py,sha256=Pfh-rQNQfCe5st_dcIZOALXAy14_IDJaMNK89DLJydc,18880
11
- rust_crate_pipeline/network.py,sha256=FtEQRYC-Ynep99zKYvuI7_Jd6I2poMIPlxoJFlxgAg8,13308
10
+ rust_crate_pipeline/main.py,sha256=iGYEAYvXkoFFvaA6DIVGiUL3wLhiCzatB6Fvf-Yrj2A,18858
11
+ rust_crate_pipeline/network.py,sha256=SSSolG5QdK4m9E77Ko3m-8DM1xz1Ha9XP9yeLSCfuaU,13308
12
12
  rust_crate_pipeline/pipeline.py,sha256=YN6PEhg0Si_oo6-Wtm_PviytzWzpQupTPC2e4L1F7XE,16349
13
13
  rust_crate_pipeline/production_config.py,sha256=uWylP9AIZZx7-9aT4sFmAKEEW9miJDxaiek8VE6WP-0,2372
14
14
  rust_crate_pipeline/unified_llm_processor.py,sha256=eo7KotNuqwc7_hgpFm18QLokFoufFslnvi8TnDsSYEg,25064
15
15
  rust_crate_pipeline/unified_pipeline.py,sha256=2yglmXVlQfSkVq0HVTPonDee6VxWaQWZw0X2l4lLBGw,23704
16
- rust_crate_pipeline/version.py,sha256=2EZ0sMLJDvFLO6arTvjiXhlCztJ1xWetEH4Oh6IDHtY,4489
16
+ rust_crate_pipeline/version.py,sha256=f9QzOtJjGR2-83eFezB55H6KgfM0Gi5XAPOooI5Y5_M,4489
17
17
  rust_crate_pipeline/core/__init__.py,sha256=Sq4HWdANGqoYln7JdCog7m3BsGeR3tHdseeflvNetoQ,509
18
18
  rust_crate_pipeline/core/canon_registry.py,sha256=36tmt_wU6-kSyZnGfh53N64C7E3G-QR7GFbr9epj4zg,4700
19
19
  rust_crate_pipeline/core/irl_engine.py,sha256=QRZUdkN24W9XutLkj8JDplEz6FmnquUrwKsl0s2zRr4,10491
@@ -22,9 +22,9 @@ rust_crate_pipeline/scraping/__init__.py,sha256=ySkTRg7nIxgcbHJQ3L1XzcrOo281NZu0
22
22
  rust_crate_pipeline/scraping/unified_scraper.py,sha256=ZE2gkc0vQ3BOLdSX_IV-kMe8QAm2Av4M7VqpkxEKyT4,9965
23
23
  rust_crate_pipeline/utils/file_utils.py,sha256=tMaCPy7ghs9x4Hxu_sviX8MXU2sBjNvohUrvt4MejoM,2853
24
24
  rust_crate_pipeline/utils/logging_utils.py,sha256=e5jG0Yd6k3exgAdbVca46kWADJ_Qz8UJ3yEJzwTqPyI,2452
25
- rust_crate_pipeline-1.3.1.dist-info/licenses/LICENSE,sha256=tpd4XNpbssrSx9-iErATOLrOh0ivNPfO2I5MAPUpats,1088
26
- rust_crate_pipeline-1.3.1.dist-info/METADATA,sha256=XEkcmRsrlOToAUchpzjvMyD81aUwgoZgcBrh3_-Js3g,11254
27
- rust_crate_pipeline-1.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
28
- rust_crate_pipeline-1.3.1.dist-info/entry_points.txt,sha256=9Rr_IRuFRIridXxUSdEJbB3ba0NnpEfKmknZXFdYRC0,70
29
- rust_crate_pipeline-1.3.1.dist-info/top_level.txt,sha256=GUdB7RyxHLhijQxui_KTy3B8p_L2APui9C6RYa0FuaE,20
30
- rust_crate_pipeline-1.3.1.dist-info/RECORD,,
25
+ rust_crate_pipeline-1.3.2.dist-info/licenses/LICENSE,sha256=tpd4XNpbssrSx9-iErATOLrOh0ivNPfO2I5MAPUpats,1088
26
+ rust_crate_pipeline-1.3.2.dist-info/METADATA,sha256=sMYLvaOvjRgZNP1iHuNb0NEWxgqY_uqzdx_PGnWtMT0,11254
27
+ rust_crate_pipeline-1.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
28
+ rust_crate_pipeline-1.3.2.dist-info/entry_points.txt,sha256=9Rr_IRuFRIridXxUSdEJbB3ba0NnpEfKmknZXFdYRC0,70
29
+ rust_crate_pipeline-1.3.2.dist-info/top_level.txt,sha256=GUdB7RyxHLhijQxui_KTy3B8p_L2APui9C6RYa0FuaE,20
30
+ rust_crate_pipeline-1.3.2.dist-info/RECORD,,