simple-module-core 0.0.1__tar.gz → 0.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.
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/.gitignore +4 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/PKG-INFO +1 -1
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/pyproject.toml +1 -1
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_coupling.py +5 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/LICENSE +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/README.md +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/__init__.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/__main__.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/__init__.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_i18n.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_inertia_api.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_js_workspace.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_migration.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_module.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_runner.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_types.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/discovery.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/dotenv.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/environments.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/events.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/exceptions.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/feature_flags.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/health.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/i18n.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/menu.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/module.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/permissions.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/py.typed +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/services.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/versioning.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_diagnostics.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_discovery.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_events.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_feature_flags.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_feature_flags_decorator.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_health_registry.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_i18n.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_i18n_diagnostics.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_menu.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_module_base.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_module_diagnostics.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_permissions.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_services.py +0 -0
- {simple_module_core-0.0.1 → simple_module_core-0.0.3}/tests/test_versioning.py +0 -0
|
@@ -36,6 +36,10 @@ uploads/
|
|
|
36
36
|
# Vite
|
|
37
37
|
host/static/dist/
|
|
38
38
|
|
|
39
|
+
# VitePress (docs)
|
|
40
|
+
docs/.vitepress/cache/
|
|
41
|
+
docs/.vitepress/dist/
|
|
42
|
+
|
|
39
43
|
# Auto-generated frontend module manifest (regenerated by the host at boot
|
|
40
44
|
# or via `make gen-pages`).
|
|
41
45
|
host/client_app/modules.manifest.json
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simple_module_core
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Module-system primitives for the simple_module framework — ModuleBase, discovery, diagnostics, events
|
|
5
5
|
Project-URL: Homepage, https://github.com/antosubash/simple_module_python
|
|
6
6
|
Project-URL: Repository, https://github.com/antosubash/simple_module_python
|
{simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_coupling.py
RENAMED
|
@@ -54,6 +54,11 @@ def check_framework_module_coupling(modules: list[ModuleBase]) -> list[Diagnosti
|
|
|
54
54
|
diags: list[Diagnostic] = []
|
|
55
55
|
for fw_pkg, fw_dir in framework_dirs:
|
|
56
56
|
for py_file in fw_dir.rglob("*.py"):
|
|
57
|
+
# `templates/` ships as package data — its `.py` files are not
|
|
58
|
+
# framework code that runs at import time. They land in the
|
|
59
|
+
# scaffolded user project and import plugins legitimately there.
|
|
60
|
+
if "templates" in py_file.relative_to(fw_dir).parts:
|
|
61
|
+
continue
|
|
57
62
|
try:
|
|
58
63
|
tree = ast.parse(py_file.read_text(), filename=str(py_file))
|
|
59
64
|
except SyntaxError:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/__init__.py
RENAMED
|
File without changes
|
{simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_i18n.py
RENAMED
|
File without changes
|
{simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_inertia_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_migration.py
RENAMED
|
File without changes
|
{simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_module.py
RENAMED
|
File without changes
|
{simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_runner.py
RENAMED
|
File without changes
|
{simple_module_core-0.0.1 → simple_module_core-0.0.3}/simple_module_core/diagnostics/_types.py
RENAMED
|
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
|
|
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
|