forest-cli 0.1.0__tar.gz → 0.1.1__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.
- {forest_cli-0.1.0/src/forest_cli.egg-info → forest_cli-0.1.1}/PKG-INFO +1 -1
- {forest_cli-0.1.0 → forest_cli-0.1.1}/pyproject.toml +1 -1
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/__init__.py +2 -1
- {forest_cli-0.1.0 → forest_cli-0.1.1/src/forest_cli.egg-info}/PKG-INFO +1 -1
- {forest_cli-0.1.0 → forest_cli-0.1.1}/LICENSE +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/README.md +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/setup.cfg +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/analytics.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/checkout.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/cli.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/config.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/flags.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/flow.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/fsutil.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/logger.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/manifest.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/metrics.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/monitoring.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/paths.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/rclone.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/resilience.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/sync_state.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest_cli.egg-info/SOURCES.txt +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest_cli.egg-info/dependency_links.txt +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest_cli.egg-info/entry_points.txt +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest_cli.egg-info/requires.txt +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest_cli.egg-info/top_level.txt +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_analytics.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_bare_command_defaults.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_checkout.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_checkout_scaffold.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_checkout_adopt.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_checkout_lifecycle.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_cross_area_flows.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_gitignore.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_init.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_remote_workspace.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_resolution.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_stage_binding.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_workspace_data_commands.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_config.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_config_migration.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cross_backend_parity_lock.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_flags.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_flow.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_forest_agnostic.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_integration.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_legacy_remote_path_safety.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_ls_lock.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_manifest.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_migrate.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_moat_regression_lock.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_paths.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_polish_scrutiny_fixes.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_pull_core_lock.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_pull_resilience_lock.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_push_core_lock.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_push_targeting_lock.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_rclone.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_rclone_gating_errors.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_redaction.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_s3_integration.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_s3_url_error_hardening.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_scrutiny_fixes.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_sftp_hardening.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_status_lock.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_sync_state.py +0 -0
- {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_user_testing_fixes.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "forest-cli"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "git-like data management for arbitrary data trees: workspaces, checkouts, remotes, and sync"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -11,6 +11,7 @@ from __future__ import annotations
|
|
|
11
11
|
from importlib.metadata import PackageNotFoundError, version
|
|
12
12
|
|
|
13
13
|
try:
|
|
14
|
-
|
|
14
|
+
# Distribution name (forest-cli), not the import name; PyPI's forest is taken.
|
|
15
|
+
__version__ = version("forest-cli")
|
|
15
16
|
except PackageNotFoundError:
|
|
16
17
|
__version__ = "0.0.0"
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|