django-orm-lens 1.0.1__tar.gz → 1.0.2__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.
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/PKG-INFO +3 -1
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/README.md +2 -0
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens/__init__.py +1 -1
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens.egg-info/PKG-INFO +3 -1
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/pyproject.toml +1 -1
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens/cli.py +0 -0
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens/formatters.py +0 -0
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens/mcp_server.py +0 -0
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens/models.py +0 -0
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens/parser.py +0 -0
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens/py.typed +0 -0
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens.egg-info/SOURCES.txt +0 -0
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens.egg-info/dependency_links.txt +0 -0
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens.egg-info/entry_points.txt +0 -0
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens.egg-info/requires.txt +0 -0
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens.egg-info/top_level.txt +0 -0
- {django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-orm-lens
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
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,6 +46,8 @@ 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 -->
|
|
50
|
+
|
|
49
51
|
**Static analysis + MCP server for Django models.** Terminal- and AI-agent-friendly.
|
|
50
52
|
|
|
51
53
|
Ships with a zero-dependency parser, a JSON/Markdown/table CLI, and an optional
|
|
@@ -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.
|
|
7
|
+
__version__ = "1.0.2"
|
|
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.
|
|
3
|
+
Version: 1.0.2
|
|
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,6 +46,8 @@ 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 -->
|
|
50
|
+
|
|
49
51
|
**Static analysis + MCP server for Django models.** Terminal- and AI-agent-friendly.
|
|
50
52
|
|
|
51
53
|
Ships with a zero-dependency parser, a JSON/Markdown/table CLI, and an optional
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "django-orm-lens"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.2"
|
|
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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_orm_lens-1.0.1 → django_orm_lens-1.0.2}/django_orm_lens.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|