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.
Files changed (23) hide show
  1. {code2schema-0.1.6 → code2schema-0.1.7}/PKG-INFO +5 -5
  2. {code2schema-0.1.6 → code2schema-0.1.7}/README.md +4 -4
  3. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/__init__.py +1 -1
  4. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema.egg-info/PKG-INFO +5 -5
  5. {code2schema-0.1.6 → code2schema-0.1.7}/pyproject.toml +1 -1
  6. {code2schema-0.1.6 → code2schema-0.1.7}/LICENSE +0 -0
  7. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/analyzer/__init__.py +0 -0
  8. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/analyzer/cqrs.py +0 -0
  9. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/analyzer/events.py +0 -0
  10. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/analyzer/graph.py +0 -0
  11. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/cli.py +0 -0
  12. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/codegen/__init__.py +0 -0
  13. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/codegen/visualizer.py +0 -0
  14. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/core/__init__.py +0 -0
  15. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/core/extractor.py +0 -0
  16. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema/core/models.py +0 -0
  17. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema.egg-info/SOURCES.txt +0 -0
  18. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema.egg-info/dependency_links.txt +0 -0
  19. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema.egg-info/entry_points.txt +0 -0
  20. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema.egg-info/requires.txt +0 -0
  21. {code2schema-0.1.6 → code2schema-0.1.7}/code2schema.egg-info/top_level.txt +0 -0
  22. {code2schema-0.1.6 → code2schema-0.1.7}/setup.cfg +0 -0
  23. {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.6
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
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.6-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
38
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$0.60-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-3.6h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
37
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.7-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
38
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$0.75-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-4.3h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
39
39
 
40
- - 🤖 **LLM usage:** $0.6000 (4 commits)
41
- - 👤 **Human dev:** ~$361 (3.6h @ $100/h, 30min dedup)
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
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.6-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
7
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$0.60-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-3.6h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
6
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.7-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
7
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$0.75-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-4.3h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
8
8
 
9
- - 🤖 **LLM usage:** $0.6000 (4 commits)
10
- - 👤 **Human dev:** ~$361 (3.6h @ $100/h, 30min dedup)
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
 
@@ -13,4 +13,4 @@ __all__ = [
13
13
  "extract_module",
14
14
  "analyze",
15
15
  ]
16
- __version__ = "0.1.6"
16
+ __version__ = "0.1.7"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code2schema
3
- Version: 0.1.6
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
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.6-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
38
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$0.60-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-3.6h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
37
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.7-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
38
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$0.75-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-4.3h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
39
39
 
40
- - 🤖 **LLM usage:** $0.6000 (4 commits)
41
- - 👤 **Human dev:** ~$361 (3.6h @ $100/h, 30min dedup)
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
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "code2schema"
7
- version = "0.1.6"
7
+ version = "0.1.7"
8
8
  description = "Semantic compiler: Code → AST → CQRS Model → Workflow DAG → Proto/Schema"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
File without changes
File without changes