splent-cli 1.2.5__tar.gz → 1.2.6__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.
- {splent_cli-1.2.5/src/splent_cli.egg-info → splent_cli-1.2.6}/PKG-INFO +1 -1
- {splent_cli-1.2.5 → splent_cli-1.2.6}/pyproject.toml +1 -1
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/cache/cache_status.py +7 -2
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_release.py +2 -1
- {splent_cli-1.2.5 → splent_cli-1.2.6/src/splent_cli.egg-info}/PKG-INFO +1 -1
- {splent_cli-1.2.5 → splent_cli-1.2.6}/LICENSE +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/README.md +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/setup.cfg +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/__init__.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/__main__.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/cli.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/__init__.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/cache/__init__.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/cache/cache_clear.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/cache/cache_orphans.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/cache/cache_outdated.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/cache/cache_prune.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/cache/cache_size.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/cache/cache_usage.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/cache/cache_versions.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/check/__init__.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/check/check_deps.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/check/check_docker.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/check/check_env.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/check/check_features.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/check/check_github.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/check/check_pypi.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/check/check_pyproject.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/clear_cache.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/clear_log.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/clear_uploads.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/command_create.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/coverage.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/database/db_console.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/database/db_dump.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/database/db_migrate.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/database/db_reset.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/database/db_restore.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/database/db_rollback.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/database/db_seed.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/database/db_status.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/database/db_upgrade.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/doctor.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/env/env_list.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/env/env_set.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/env/env_show.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/export_puml.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_add.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_attach.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_clone.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_contract.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_create.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_delete.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_detach.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_diff.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_discard.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_drift.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_edit.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_env.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_fork.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_git.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_hook_add.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_hook_remove.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_hooks.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_list.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_order.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_pull.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_remove.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_rename.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_search.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_status.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_sync_template.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_test.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_upgrade.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_versions.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature_compile.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/linter.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/locust.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/__init__.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_build.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_clean.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_create.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_deploy.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_derive.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_down.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_drift.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_env.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_list.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_logs.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_port.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_release.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_run.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_select.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_shell.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_status.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_sync.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_sync_template.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_up.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/release/__init__.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/release/release_core.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/route_list.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/selenium.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/tokens.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/uvl/uvl_check.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/uvl/uvl_configs.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/uvl/uvl_deps.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/uvl/uvl_features.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/uvl/uvl_fetch.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/uvl/uvl_fix.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/uvl/uvl_info.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/uvl/uvl_missing.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/uvl/uvl_sync.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/uvl/uvl_utils.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/uvl/uvl_valid.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/version.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/services/__init__.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/services/compose.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/services/context.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/services/release.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/utils/__init__.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/utils/cache_utils.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/utils/command_loader.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/utils/db_utils.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/utils/decorators.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/utils/dynamic_imports.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/utils/feature_installer.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/utils/feature_utils.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/utils/lifecycle.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/utils/manifest.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/utils/path_utils.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/utils/template_drift.py +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli.egg-info/SOURCES.txt +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli.egg-info/dependency_links.txt +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli.egg-info/entry_points.txt +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli.egg-info/requires.txt +0 -0
- {splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: splent_cli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.6
|
|
4
4
|
Summary: SPLENT-CLI is a CLI to be able to work on your development more easily.
|
|
5
5
|
Author-email: DiversoLab <diversolab@us.es>
|
|
6
6
|
Project-URL: Homepage, https://github.com/diverso-lab/splent_cli
|
|
@@ -30,12 +30,17 @@ def _get_workspace_root_features(workspace: Path) -> dict:
|
|
|
30
30
|
for entry in sorted(workspace.iterdir()):
|
|
31
31
|
if not entry.is_dir() or not entry.name.startswith("splent_feature_"):
|
|
32
32
|
continue
|
|
33
|
-
#
|
|
33
|
+
# Must have pyproject.toml to be a real feature
|
|
34
|
+
if not (entry / "pyproject.toml").exists():
|
|
35
|
+
continue
|
|
34
36
|
src = entry / "src"
|
|
35
37
|
if not src.is_dir():
|
|
36
38
|
continue
|
|
37
39
|
for ns_dir in src.iterdir():
|
|
38
|
-
if ns_dir.is_dir()
|
|
40
|
+
if (ns_dir.is_dir()
|
|
41
|
+
and not ns_dir.name.startswith(("_", "."))
|
|
42
|
+
and "." not in ns_dir.name
|
|
43
|
+
and (ns_dir / entry.name).is_dir()):
|
|
39
44
|
grouped[f"{ns_dir.name}/{entry.name}"].append("workspace")
|
|
40
45
|
break
|
|
41
46
|
return grouped
|
|
@@ -359,8 +359,9 @@ def _semver_wizard(ns_github: str, feature_name: str) -> str:
|
|
|
359
359
|
# =====================================================================
|
|
360
360
|
def create_versioned_snapshot(namespace, feature_name, version, workspace):
|
|
361
361
|
org_github = namespace.replace("_", "-")
|
|
362
|
+
namespace_fs = namespace.replace("-", "_").replace(".", "_")
|
|
362
363
|
|
|
363
|
-
cache_root = os.path.join(workspace, ".splent_cache", "features",
|
|
364
|
+
cache_root = os.path.join(workspace, ".splent_cache", "features", namespace_fs)
|
|
364
365
|
snapshot_path = os.path.join(cache_root, f"{feature_name}@{version}")
|
|
365
366
|
|
|
366
367
|
token = os.getenv("GITHUB_TOKEN")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: splent_cli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.6
|
|
4
4
|
Summary: SPLENT-CLI is a CLI to be able to work on your development more easily.
|
|
5
5
|
Author-email: DiversoLab <diversolab@us.es>
|
|
6
6
|
Project-URL: Homepage, https://github.com/diverso-lab/splent_cli
|
|
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
|
|
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
|
{splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_hook_remove.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
|
{splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/feature/feature_sync_template.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
|
{splent_cli-1.2.5 → splent_cli-1.2.6}/src/splent_cli/commands/product/product_sync_template.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
|
|
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
|