rust-crate-pipeline 1.2.4__tar.gz → 1.2.6__tar.gz

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.
Files changed (29) hide show
  1. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/CHANGELOG.md +29 -0
  2. {rust_crate_pipeline-1.2.4/rust_crate_pipeline.egg-info → rust_crate_pipeline-1.2.6}/PKG-INFO +9 -9
  3. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/README.md +3 -3
  4. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/pyproject.toml +5 -5
  5. rust_crate_pipeline-1.2.6/requirements-dev.txt +64 -0
  6. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/requirements.txt +2 -7
  7. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/pipeline.py +81 -20
  8. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/version.py +1 -1
  9. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6/rust_crate_pipeline.egg-info}/PKG-INFO +9 -9
  10. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline.egg-info/SOURCES.txt +1 -0
  11. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/setup.py +5 -6
  12. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/LICENSE +0 -0
  13. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/MANIFEST.in +0 -0
  14. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/__init__.py +0 -0
  15. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/__main__.py +0 -0
  16. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/ai_processing.py +0 -0
  17. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/analysis.py +0 -0
  18. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/config.py +0 -0
  19. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/github_token_checker.py +0 -0
  20. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/main.py +0 -0
  21. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/network.py +0 -0
  22. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/production_config.py +0 -0
  23. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/utils/file_utils.py +0 -0
  24. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline/utils/logging_utils.py +0 -0
  25. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline.egg-info/dependency_links.txt +0 -0
  26. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline.egg-info/entry_points.txt +0 -0
  27. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline.egg-info/requires.txt +0 -0
  28. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/rust_crate_pipeline.egg-info/top_level.txt +0 -0
  29. {rust_crate_pipeline-1.2.4 → rust_crate_pipeline-1.2.6}/setup.cfg +0 -0
@@ -2,6 +2,35 @@
2
2
 
3
3
  All notable changes to the Rust Crate Pipeline project.
4
4
 
5
+ ## [1.2.6] - 2025-06-19
6
+
7
+ ### 🔗 Repository Update
8
+
9
+ #### ✨ Updated
10
+ - **Repository URLs**: Updated all GitHub references to point to the correct repository
11
+ - **Documentation Links**: All documentation, issues, and source code links now point to `https://github.com/Superuser666-Sigil/SigilDERG-Data_Production`
12
+ - **Package Metadata**: PyPI package now contains correct repository information
13
+
14
+ #### 🔧 Technical
15
+ - **Clean References**: Updated pyproject.toml, setup.py, Dockerfile, and README.md
16
+ - **Consistent Branding**: All documentation now points to the official repository
17
+
18
+ ## [1.2.5] - 2025-06-18
19
+
20
+ ### 🎯 Balanced Dataset & Clean Build
21
+
22
+ #### ✨ Enhanced
23
+ - **Balanced Dataset**: Expanded crate list from 105 to ~425 crates with balanced category distribution
24
+ - **Reduced ML/AI Bias**: Decreased from 52% ML/AI crates to ~13% for more representative ecosystem analysis
25
+ - **Comprehensive Coverage**: Added 19 well-distributed categories covering the full Rust ecosystem
26
+ - **Category Expansion**: Significantly expanded web frameworks, async runtimes, databases, cryptography, gaming, and system programming categories
27
+ - **Clean Build Environment**: Cleaned up build artifacts and temporary scripts
28
+
29
+ #### 🔧 Technical
30
+ - **Duplicate Removal**: Eliminated duplicate crates across categories
31
+ - **Build Process**: Clean package build and validation
32
+ - **Version Alignment**: Updated all version references across all files
33
+
5
34
  ## [1.2.4] - 2025-06-18
6
35
 
7
36
  ### 🐛 Critical Logging Fix
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rust-crate-pipeline
3
- Version: 1.2.4
3
+ Version: 1.2.6
4
4
  Summary: A comprehensive system for gathering, enriching, and analyzing metadata for Rust crates using AI-powered insights
5
- Home-page: https://github.com/DaveTmire85/SigilDERG-Data_Production
5
+ Home-page: https://github.com/Superuser666-Sigil/SigilDERG-Data_Production
6
6
  Author: SuperUser666-Sigil
7
7
  Author-email: SuperUser666-Sigil <miragemodularframework@gmail.com>
8
8
  License-Expression: MIT
9
- Project-URL: Homepage, https://github.com/DaveTmire85/SigilDERG-Data_Production
10
- Project-URL: Documentation, https://github.com/DaveTmire85/SigilDERG-Data_Production#readme
11
- Project-URL: Repository, https://github.com/DaveTmire85/SigilDERG-Data_Production
12
- Project-URL: Bug Tracker, https://github.com/DaveTmire85/SigilDERG-Data_Production/issues
9
+ Project-URL: Homepage, https://github.com/Superuser666-Sigil/SigilDERG-Data_Production
10
+ Project-URL: Documentation, https://github.com/Superuser666-Sigil/SigilDERG-Data_Production#readme
11
+ Project-URL: Repository, https://github.com/Superuser666-Sigil/SigilDERG-Data_Production
12
+ Project-URL: Bug Tracker, https://github.com/Superuser666-Sigil/SigilDERG-Data_Production/issues
13
13
  Keywords: rust,crates,metadata,ai,analysis,pipeline,dependencies
14
14
  Classifier: Development Status :: 4 - Beta
15
15
  Classifier: Intended Audience :: Developers
@@ -67,14 +67,14 @@ pip install rust-crate-pipeline
67
67
 
68
68
  #### From Source
69
69
  ```bash
70
- git clone https://github.com/DaveTmire85/SigilDERG-Data_Production.git
70
+ git clone https://github.com/Superuser666-Sigil/SigilDERG-Data_Production.git
71
71
  cd SigilDERG-Data_Production
72
72
  pip install -e .
73
73
  ```
74
74
 
75
75
  #### Development Installation
76
76
  ```bash
77
- git clone https://github.com/DaveTmire85/SigilDERG-Data_Production.git
77
+ git clone https://github.com/Superuser666-Sigil/SigilDERG-Data_Production.git
78
78
  cd SigilDERG-Data_Production
79
79
  pip install -e ".[dev]"
80
80
  ```
@@ -530,7 +530,7 @@ pipeline = CrateDataPipeline(
530
530
 
531
531
  ```bash
532
532
  # Clone and install
533
- git clone https://github.com/DaveTmire85/SigilDERG-Data_Production.git
533
+ git clone https://github.com/Superuser666-Sigil/SigilDERG-Data_Production.git
534
534
  cd SigilDERG-Data_Production
535
535
  pip install -r requirements.txt
536
536
 
@@ -18,14 +18,14 @@ pip install rust-crate-pipeline
18
18
 
19
19
  #### From Source
20
20
  ```bash
21
- git clone https://github.com/DaveTmire85/SigilDERG-Data_Production.git
21
+ git clone https://github.com/Superuser666-Sigil/SigilDERG-Data_Production.git
22
22
  cd SigilDERG-Data_Production
23
23
  pip install -e .
24
24
  ```
25
25
 
26
26
  #### Development Installation
27
27
  ```bash
28
- git clone https://github.com/DaveTmire85/SigilDERG-Data_Production.git
28
+ git clone https://github.com/Superuser666-Sigil/SigilDERG-Data_Production.git
29
29
  cd SigilDERG-Data_Production
30
30
  pip install -e ".[dev]"
31
31
  ```
@@ -481,7 +481,7 @@ pipeline = CrateDataPipeline(
481
481
 
482
482
  ```bash
483
483
  # Clone and install
484
- git clone https://github.com/DaveTmire85/SigilDERG-Data_Production.git
484
+ git clone https://github.com/Superuser666-Sigil/SigilDERG-Data_Production.git
485
485
  cd SigilDERG-Data_Production
486
486
  pip install -r requirements.txt
487
487
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "rust-crate-pipeline"
7
- version = "1.2.4"
7
+ version = "1.2.6"
8
8
  authors = [
9
9
  {name = "SuperUser666-Sigil", email = "miragemodularframework@gmail.com"},
10
10
  ]
@@ -52,10 +52,10 @@ advanced = [
52
52
  ]
53
53
 
54
54
  [project.urls]
55
- Homepage = "https://github.com/DaveTmire85/SigilDERG-Data_Production"
56
- Documentation = "https://github.com/DaveTmire85/SigilDERG-Data_Production#readme"
57
- Repository = "https://github.com/DaveTmire85/SigilDERG-Data_Production"
58
- "Bug Tracker" = "https://github.com/DaveTmire85/SigilDERG-Data_Production/issues"
55
+ Homepage = "https://github.com/Superuser666-Sigil/SigilDERG-Data_Production"
56
+ Documentation = "https://github.com/Superuser666-Sigil/SigilDERG-Data_Production#readme"
57
+ Repository = "https://github.com/Superuser666-Sigil/SigilDERG-Data_Production"
58
+ "Bug Tracker" = "https://github.com/Superuser666-Sigil/SigilDERG-Data_Production/issues"
59
59
 
60
60
  [project.scripts]
61
61
  rust-crate-pipeline = "rust_crate_pipeline.main:main"
@@ -0,0 +1,64 @@
1
+ # Development Dependencies for Rust Crate Pipeline
2
+ # Install with: pip install -r requirements-dev.txt
3
+
4
+ # Testing frameworks and utilities
5
+ pytest>=7.4.0
6
+ pytest-cov>=4.1.0
7
+ pytest-mock>=3.11.0
8
+ pytest-asyncio>=0.21.0
9
+ pytest-timeout>=2.1.0
10
+ pytest-xdist>=3.3.0 # Parallel test execution
11
+ coverage>=7.2.0
12
+
13
+ # Code formatting and linting
14
+ black>=23.0.0
15
+ isort>=5.12.0
16
+ flake8>=6.0.0
17
+ mypy>=1.5.0
18
+ pylint>=2.17.0
19
+ bandit>=1.7.5 # Security linting
20
+
21
+ # Documentation
22
+ sphinx>=7.0.0
23
+ sphinx-rtd-theme>=1.3.0
24
+ sphinx-autodoc-typehints>=1.24.0
25
+
26
+ # Type checking and development tools
27
+ pre-commit>=3.3.0
28
+ twine>=4.0.0 # For PyPI publishing
29
+ build>=0.10.0 # Modern Python build tool
30
+ wheel>=0.40.0
31
+
32
+ # Jupyter notebook support (for data analysis)
33
+ jupyter>=1.0.0
34
+ ipykernel>=6.25.0
35
+ matplotlib>=3.7.0
36
+ pandas>=2.0.0
37
+ seaborn>=0.12.0
38
+
39
+ # Database development and debugging
40
+ sqlite-utils>=3.34.0
41
+
42
+ # Performance profiling
43
+ py-spy>=0.3.14
44
+ memory-profiler>=0.61.0
45
+
46
+ # Mock and testing utilities
47
+ responses>=0.23.0 # HTTP request mocking
48
+ factory-boy>=3.3.0 # Test data generation
49
+ faker>=19.0.0 # Fake data generation
50
+
51
+ # API development and testing
52
+ httpx>=0.24.0 # Modern HTTP client for testing
53
+ respx>=0.20.0 # HTTPX request mocking
54
+
55
+ # Environment and configuration management
56
+ python-dotenv>=1.0.0
57
+ pydantic>=2.0.0 # Data validation
58
+
59
+ # Git hooks and workflow
60
+ gitpython>=3.1.0
61
+
62
+ # Optional: Static analysis tools
63
+ vulture>=2.9.0 # Dead code detection
64
+ radon>=6.0.0 # Code complexity analysis
@@ -1,4 +1,4 @@
1
- # Core dependencies
1
+ # Core dependencies for Rust Crate Pipeline
2
2
  requests>=2.28.0
3
3
  requests-cache>=1.0.0
4
4
  beautifulsoup4>=4.11.0
@@ -8,11 +8,6 @@ tiktoken>=0.5.0
8
8
  psutil>=5.9.0
9
9
  python-dateutil>=2.8.0
10
10
 
11
- # Optional dependencies for advanced features
11
+ # Analysis and data processing
12
12
  radon>=6.0.0
13
13
  rustworkx>=0.13.0
14
-
15
- # Development dependencies (optional)
16
- pytest>=7.0.0
17
- black>=22.0.0
18
- isort>=5.10.0
@@ -29,37 +29,98 @@ class CrateDataPipeline:
29
29
  def get_crate_list(self, limit: Optional[int] = None) -> List[str]:
30
30
  """Return a comprehensive list of all high-value crates to process"""
31
31
  crates = [
32
- # Web frameworks
33
- "actix-web", "rocket", "axum", "warp", "tower",
32
+ # Web frameworks and servers
33
+ "actix-web", "rocket", "axum", "warp", "tower", "tide", "gotham", "iron",
34
+ "nickel", "rouille", "thruster", "poem", "salvo", "viz", "ntex", "may-minihttp",
35
+ "tiny_http", "httptest", "mockito", "wiremock",
34
36
 
35
37
  # Async runtimes and utilities
36
- "tokio", "tokio-stream", "async-trait", "futures",
38
+ "tokio", "tokio-stream", "async-trait", "futures", "async-std", "smol",
39
+ "embassy", "embassy-executor", "embassy-time", "embassy-sync", "async-channel",
40
+ "async-broadcast", "async-lock", "async-once", "async-recursion", "futures-util",
41
+ "futures-channel", "futures-timer", "futures-test", "pin-project", "pin-project-lite",
37
42
 
38
43
  # Serialization/deserialization
39
- "serde", "serde_json", "serde_yaml", "bincode",
44
+ "serde", "serde_json", "serde_yaml", "bincode", "toml", "ron", "postcard",
45
+ "ciborium", "rmp-serde", "quick-xml", "roxmltree", "serde_cbor", "serde_derive",
46
+ "serde_repr", "serde_with", "serde_bytes", "flexbuffers", "bson", "avro-rs",
40
47
 
41
- # Error handling
42
- "anyhow", "thiserror",
48
+ # Error handling and debugging
49
+ "anyhow", "thiserror", "eyre", "color-eyre", "miette", "fehler", "snafu",
50
+ "failure", "quick-error", "derive_more", "displaydoc", "backtrace", "better-panic",
51
+ # Command line and terminal
52
+ "clap", "structopt", "argh", "gumdrop", "docopt", "getopts", "pico-args",
53
+ "crossterm", "termion", "console", "indicatif", "dialoguer", "termcolor",
54
+ "colored", "yansi", "owo-colors", "nu-ansi-term", "terminal_size",
55
+ # Utilities and general purpose
56
+ "rand", "uuid", "itertools", "num", "cfg-if", "bytes", "mime",
57
+ "form_urlencoded", "csv", "once_cell", "base64", "flate2", "tar", "dirs",
58
+ "walkdir", "glob", "bitflags", "indexmap", "smallvec", "arrayvec", "tinyvec",
59
+ "ahash", "fxhash", "rustc-hash", "seahash", "siphasher", "wyhash", "xxhash-rust",
60
+ "getrandom", "fastrand", "nanorand", "url", "percent-encoding", "unicode-segmentation",
61
+ "unicode-normalization", "unicode-width", "memchr", "aho-corasick", "bstr",
62
+ # HTTP clients and servers
63
+ "reqwest", "hyper", "surf", "ureq", "attohttpc", "isahc", "curl", "libcurl-sys",
64
+ "http", "http-body", "httparse", "hyper-tls", "hyper-rustls", "native-tls",
65
+ "webpki", "webpki-roots",
43
66
 
44
- # Utilities
45
- "rand", "uuid", "chrono", "regex", "log", "env_logger", "clap", "crossterm",
46
- "itertools", "num", "cfg-if", "bytes", "mime", "form_urlencoded", "parking_lot",
47
- "csv", "lazy_static", "once_cell", "tracing", "base64", "sha2", "flate2", "tar",
67
+ # Database and storage
68
+ "sqlx", "diesel", "postgres", "rusqlite", "mysql", "mongodb", "redis",
69
+ "tokio-postgres", "deadpool-postgres", "bb8", "r2d2", "sea-orm", "rbatis",
70
+ "sled", "rocksdb", "lmdb", "redb", "pickledb", "persy", "heed", "fjall",
71
+ # Concurrency and parallelism
72
+ "rayon", "crossbeam", "crossbeam-channel", "crossbeam-utils", "crossbeam-epoch",
73
+ "crossbeam-deque", "parking_lot", "spin", "atomic", "arc-swap", "dashmap",
74
+ "flume", "kanal", "tokio-util", "futures-concurrency",
75
+ # Protocol buffers, gRPC, and messaging
76
+ "prost", "tonic", "protobuf", "grpcio", "tarpc", "capnp", "rmp",
77
+ "zmq", "nanomsg", "nats", "rdkafka", "pulsar", "lapin", "amqp", "rumqttc",
78
+ # Procedural macros and metaprogramming
79
+ "syn", "quote", "proc-macro2", "proc-macro-crate", "proc-macro-error",
80
+ "darling", "derive_builder", "strum", "strum_macros",
81
+ "enum-iterator", "num-derive", "num-traits", "paste", "lazy_static",
48
82
 
49
- # HTTP clients and servers
50
- "reqwest", "hyper",
83
+ # Cryptography and security
84
+ "ring", "rustls", "openssl", "sha2", "sha3", "blake2", "blake3", "md5",
85
+ "hmac", "pbkdf2", "scrypt", "argon2", "bcrypt", "chacha20poly1305",
86
+ "aes-gcm", "rsa", "ed25519-dalek", "x25519-dalek", "curve25519-dalek",
87
+ "secp256k1", "k256", "p256", "ecdsa", "signature", "rand_core",
51
88
 
52
- # Database
53
- "sqlx", "diesel", "postgres", "rusqlite",
89
+ # Game development and graphics
90
+ "bevy", "macroquad", "ggez", "piston", "winit", "wgpu", "vulkano", "glium",
91
+ "three-d", "kiss3d", "nalgebra", "cgmath", "glam", "ultraviolet", "mint",
92
+ "image", "imageproc", "resvg", "tiny-skia", "lyon", "femtovg", "skulpin",
93
+ # Networking and protocols
94
+ "socket2", "mio", "polling", "async-io", "calloop", "quinn",
95
+ "rustls-pemfile", "trust-dns", "hickory-dns", "async-h1", "h2", "h3",
96
+ "websocket", "tokio-tungstenite", "tungstenite", "ws", "warp-ws",
54
97
 
55
- # Concurrency
56
- "rayon",
98
+ # Text processing and parsing
99
+ "regex", "regex-syntax", "pest", "pest_derive", "nom", "combine", "winnow",
100
+ "lalrpop", "chumsky", "logos", "lex", "yacc", "tree-sitter", "syntect",
101
+ "pulldown-cmark", "comrak", "markdown", "ammonia", "scraper", "kuchiki",
57
102
 
58
- # Protocol buffers and gRPC
59
- "prost", "tonic",
103
+ # System programming and OS interfaces
104
+ "libc", "winapi", "windows", "nix", "users", "sysinfo", "procfs", "psutil",
105
+ "notify", "inotify", "hotwatch", "signal-hook", "ctrlc", "daemonize",
106
+ "fork", "shared_memory", "memmap2", "mlock", "caps", "uzers",
107
+ # Testing and development tools
108
+ "criterion", "proptest", "quickcheck", "rstest", "serial_test", "mockall",
109
+ "httpmock", "assert_cmd", "assert_fs", "predicates", "tempfile",
110
+ "insta", "goldenfile", "similar", "difference", "pretty_assertions",
60
111
 
61
- # Procedural macros
62
- "syn", "quote", "proc-macro2",
112
+ # Configuration and environment
113
+ "config", "figment", "envy", "dotenv", "confy", "directories", "app_dirs",
114
+ "etcetera", "platform-dirs", "home", "which", "dunce", "normpath",
115
+
116
+ # Logging and observability
117
+ "log", "env_logger", "tracing", "tracing-subscriber", "tracing-futures",
118
+ "tracing-actix-web", "tracing-log", "slog", "fern", "flexi_logger",
119
+ "log4rs", "simplelog", "stderrlog", "pretty_env_logger", "fast_log",
120
+
121
+ # Time and date
122
+ "chrono", "time", "humantime", "chrono-tz", "chrono-english", "ical",
123
+ "cron", "tokio-cron-scheduler", "job_scheduler", "delay_timer",
63
124
 
64
125
  # Machine Learning & AI
65
126
  "tokenizers", "safetensors", "linfa", "ndarray", "smartcore", "burn",
@@ -1,6 +1,6 @@
1
1
  """Version information for rust-crate-pipeline."""
2
2
 
3
- __version__ = "1.2.4"
3
+ __version__ = "1.2.6"
4
4
  __version_info__ = tuple(int(x) for x in __version__.split("."))
5
5
 
6
6
  # Version history
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rust-crate-pipeline
3
- Version: 1.2.4
3
+ Version: 1.2.6
4
4
  Summary: A comprehensive system for gathering, enriching, and analyzing metadata for Rust crates using AI-powered insights
5
- Home-page: https://github.com/DaveTmire85/SigilDERG-Data_Production
5
+ Home-page: https://github.com/Superuser666-Sigil/SigilDERG-Data_Production
6
6
  Author: SuperUser666-Sigil
7
7
  Author-email: SuperUser666-Sigil <miragemodularframework@gmail.com>
8
8
  License-Expression: MIT
9
- Project-URL: Homepage, https://github.com/DaveTmire85/SigilDERG-Data_Production
10
- Project-URL: Documentation, https://github.com/DaveTmire85/SigilDERG-Data_Production#readme
11
- Project-URL: Repository, https://github.com/DaveTmire85/SigilDERG-Data_Production
12
- Project-URL: Bug Tracker, https://github.com/DaveTmire85/SigilDERG-Data_Production/issues
9
+ Project-URL: Homepage, https://github.com/Superuser666-Sigil/SigilDERG-Data_Production
10
+ Project-URL: Documentation, https://github.com/Superuser666-Sigil/SigilDERG-Data_Production#readme
11
+ Project-URL: Repository, https://github.com/Superuser666-Sigil/SigilDERG-Data_Production
12
+ Project-URL: Bug Tracker, https://github.com/Superuser666-Sigil/SigilDERG-Data_Production/issues
13
13
  Keywords: rust,crates,metadata,ai,analysis,pipeline,dependencies
14
14
  Classifier: Development Status :: 4 - Beta
15
15
  Classifier: Intended Audience :: Developers
@@ -67,14 +67,14 @@ pip install rust-crate-pipeline
67
67
 
68
68
  #### From Source
69
69
  ```bash
70
- git clone https://github.com/DaveTmire85/SigilDERG-Data_Production.git
70
+ git clone https://github.com/Superuser666-Sigil/SigilDERG-Data_Production.git
71
71
  cd SigilDERG-Data_Production
72
72
  pip install -e .
73
73
  ```
74
74
 
75
75
  #### Development Installation
76
76
  ```bash
77
- git clone https://github.com/DaveTmire85/SigilDERG-Data_Production.git
77
+ git clone https://github.com/Superuser666-Sigil/SigilDERG-Data_Production.git
78
78
  cd SigilDERG-Data_Production
79
79
  pip install -e ".[dev]"
80
80
  ```
@@ -530,7 +530,7 @@ pipeline = CrateDataPipeline(
530
530
 
531
531
  ```bash
532
532
  # Clone and install
533
- git clone https://github.com/DaveTmire85/SigilDERG-Data_Production.git
533
+ git clone https://github.com/Superuser666-Sigil/SigilDERG-Data_Production.git
534
534
  cd SigilDERG-Data_Production
535
535
  pip install -r requirements.txt
536
536
 
@@ -3,6 +3,7 @@ LICENSE
3
3
  MANIFEST.in
4
4
  README.md
5
5
  pyproject.toml
6
+ requirements-dev.txt
6
7
  requirements.txt
7
8
  setup.py
8
9
  rust_crate_pipeline/__init__.py
@@ -8,17 +8,16 @@ with open("requirements.txt", "r", encoding="utf-8") as fh:
8
8
 
9
9
  setup(
10
10
  name="rust-crate-pipeline",
11
- version="1.2.4",
11
+ version="1.2.6",
12
12
  author="SuperUser666-Sigil",
13
13
  author_email="miragemodularframework@gmail.com",
14
14
  description="A comprehensive system for gathering, enriching, and analyzing metadata for Rust crates using AI-powered insights",
15
15
  long_description=long_description,
16
- long_description_content_type="text/markdown",
17
- url="https://github.com/DaveTmire85/SigilDERG-Data_Production",
16
+ long_description_content_type="text/markdown", url="https://github.com/Superuser666-Sigil/SigilDERG-Data_Production",
18
17
  project_urls={
19
- "Bug Tracker": "https://github.com/DaveTmire85/SigilDERG-Data_Production/issues",
20
- "Documentation": "https://github.com/DaveTmire85/SigilDERG-Data_Production#readme",
21
- "Source Code": "https://github.com/DaveTmire85/SigilDERG-Data_Production",
18
+ "Bug Tracker": "https://github.com/Superuser666-Sigil/SigilDERG-Data_Production/issues",
19
+ "Documentation": "https://github.com/Superuser666-Sigil/SigilDERG-Data_Production#readme",
20
+ "Source Code": "https://github.com/Superuser666-Sigil/SigilDERG-Data_Production",
22
21
  },
23
22
  packages=find_packages(),
24
23
  classifiers=[