django-orm-lens 1.0.2__tar.gz → 1.0.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-orm-lens
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Static analysis + MCP server for Django models. Sidebar tree, ER diagrams, and JSON output for terminals and AI coding agents.
5
5
  Author: frowningdev
6
6
  License: MIT
@@ -46,7 +46,7 @@ Requires-Dist: twine>=5.1; extra == "dev"
46
46
 
47
47
  # django-orm-lens
48
48
 
49
- <!-- mcp-name: io.github.frowningdev/django-orm-lens -->
49
+ <!-- mcp-name: io.github.FROWNINGdev/django-orm-lens -->
50
50
 
51
51
  **Static analysis + MCP server for Django models.** Terminal- and AI-agent-friendly.
52
52
 
@@ -1,6 +1,6 @@
1
1
  # django-orm-lens
2
2
 
3
- <!-- mcp-name: io.github.frowningdev/django-orm-lens -->
3
+ <!-- mcp-name: io.github.FROWNINGdev/django-orm-lens -->
4
4
 
5
5
  **Static analysis + MCP server for Django models.** Terminal- and AI-agent-friendly.
6
6
 
@@ -4,7 +4,7 @@ Terminal / editor-agnostic parser for Django models.py files.
4
4
  Ships a CLI and an optional MCP server for AI coding agents.
5
5
  """
6
6
 
7
- __version__ = "1.0.2"
7
+ __version__ = "1.0.3"
8
8
 
9
9
  from .models import ParsedApp, ParsedField, ParsedModel, WorkspaceIndex
10
10
  from .parser import parse_models_file, scan_workspace
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-orm-lens
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Static analysis + MCP server for Django models. Sidebar tree, ER diagrams, and JSON output for terminals and AI coding agents.
5
5
  Author: frowningdev
6
6
  License: MIT
@@ -46,7 +46,7 @@ Requires-Dist: twine>=5.1; extra == "dev"
46
46
 
47
47
  # django-orm-lens
48
48
 
49
- <!-- mcp-name: io.github.frowningdev/django-orm-lens -->
49
+ <!-- mcp-name: io.github.FROWNINGdev/django-orm-lens -->
50
50
 
51
51
  **Static analysis + MCP server for Django models.** Terminal- and AI-agent-friendly.
52
52
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "django-orm-lens"
7
- version = "1.0.2"
7
+ version = "1.0.3"
8
8
  description = "Static analysis + MCP server for Django models. Sidebar tree, ER diagrams, and JSON output for terminals and AI coding agents."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"