code2schema 0.1.6__tar.gz → 0.1.7__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.
- {code2schema-0.1.6 → code2schema-0.1.7}/PKG-INFO +5 -5
- {code2schema-0.1.6 → code2schema-0.1.7}/README.md +4 -4
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/__init__.py +1 -1
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema.egg-info/PKG-INFO +5 -5
- {code2schema-0.1.6 → code2schema-0.1.7}/pyproject.toml +1 -1
- {code2schema-0.1.6 → code2schema-0.1.7}/LICENSE +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/analyzer/__init__.py +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/analyzer/cqrs.py +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/analyzer/events.py +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/analyzer/graph.py +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/cli.py +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/codegen/__init__.py +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/codegen/visualizer.py +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/core/__init__.py +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/core/extractor.py +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/core/models.py +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema.egg-info/SOURCES.txt +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema.egg-info/dependency_links.txt +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema.egg-info/entry_points.txt +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema.egg-info/requires.txt +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/code2schema.egg-info/top_level.txt +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/setup.cfg +0 -0
- {code2schema-0.1.6 → code2schema-0.1.7}/tests/test_code2schema.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: code2schema
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: Semantic compiler: Code → AST → CQRS Model → Workflow DAG → Proto/Schema
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Keywords: ast,cqrs,static-analysis,code-quality,schema
|
|
@@ -34,11 +34,11 @@ Dynamic: license-file
|
|
|
34
34
|
|
|
35
35
|
## AI Cost Tracking
|
|
36
36
|
|
|
37
|
-
    
|
|
38
|
+
  
|
|
39
39
|
|
|
40
|
-
- 🤖 **LLM usage:** $0.
|
|
41
|
-
- 👤 **Human dev:** ~$
|
|
40
|
+
- 🤖 **LLM usage:** $0.7500 (5 commits)
|
|
41
|
+
- 👤 **Human dev:** ~$430 (4.3h @ $100/h, 30min dedup)
|
|
42
42
|
|
|
43
43
|
Generated on 2026-05-07 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
44
44
|
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
## AI Cost Tracking
|
|
5
5
|
|
|
6
|
-
    
|
|
7
|
+
  
|
|
8
8
|
|
|
9
|
-
- 🤖 **LLM usage:** $0.
|
|
10
|
-
- 👤 **Human dev:** ~$
|
|
9
|
+
- 🤖 **LLM usage:** $0.7500 (5 commits)
|
|
10
|
+
- 👤 **Human dev:** ~$430 (4.3h @ $100/h, 30min dedup)
|
|
11
11
|
|
|
12
12
|
Generated on 2026-05-07 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
13
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: code2schema
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: Semantic compiler: Code → AST → CQRS Model → Workflow DAG → Proto/Schema
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Keywords: ast,cqrs,static-analysis,code-quality,schema
|
|
@@ -34,11 +34,11 @@ Dynamic: license-file
|
|
|
34
34
|
|
|
35
35
|
## AI Cost Tracking
|
|
36
36
|
|
|
37
|
-
    
|
|
38
|
+
  
|
|
39
39
|
|
|
40
|
-
- 🤖 **LLM usage:** $0.
|
|
41
|
-
- 👤 **Human dev:** ~$
|
|
40
|
+
- 🤖 **LLM usage:** $0.7500 (5 commits)
|
|
41
|
+
- 👤 **Human dev:** ~$430 (4.3h @ $100/h, 30min dedup)
|
|
42
42
|
|
|
43
43
|
Generated on 2026-05-07 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
44
44
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|