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.
Files changed (69) hide show
  1. {forest_cli-0.1.0/src/forest_cli.egg-info → forest_cli-0.1.1}/PKG-INFO +1 -1
  2. {forest_cli-0.1.0 → forest_cli-0.1.1}/pyproject.toml +1 -1
  3. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/__init__.py +2 -1
  4. {forest_cli-0.1.0 → forest_cli-0.1.1/src/forest_cli.egg-info}/PKG-INFO +1 -1
  5. {forest_cli-0.1.0 → forest_cli-0.1.1}/LICENSE +0 -0
  6. {forest_cli-0.1.0 → forest_cli-0.1.1}/README.md +0 -0
  7. {forest_cli-0.1.0 → forest_cli-0.1.1}/setup.cfg +0 -0
  8. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/analytics.py +0 -0
  9. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/checkout.py +0 -0
  10. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/cli.py +0 -0
  11. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/config.py +0 -0
  12. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/flags.py +0 -0
  13. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/flow.py +0 -0
  14. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/fsutil.py +0 -0
  15. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/logger.py +0 -0
  16. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/manifest.py +0 -0
  17. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/metrics.py +0 -0
  18. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/monitoring.py +0 -0
  19. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/paths.py +0 -0
  20. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/rclone.py +0 -0
  21. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/resilience.py +0 -0
  22. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest/sync_state.py +0 -0
  23. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest_cli.egg-info/SOURCES.txt +0 -0
  24. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest_cli.egg-info/dependency_links.txt +0 -0
  25. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest_cli.egg-info/entry_points.txt +0 -0
  26. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest_cli.egg-info/requires.txt +0 -0
  27. {forest_cli-0.1.0 → forest_cli-0.1.1}/src/forest_cli.egg-info/top_level.txt +0 -0
  28. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_analytics.py +0 -0
  29. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_bare_command_defaults.py +0 -0
  30. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_checkout.py +0 -0
  31. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_checkout_scaffold.py +0 -0
  32. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli.py +0 -0
  33. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_checkout_adopt.py +0 -0
  34. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_checkout_lifecycle.py +0 -0
  35. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_cross_area_flows.py +0 -0
  36. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_gitignore.py +0 -0
  37. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_init.py +0 -0
  38. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_remote_workspace.py +0 -0
  39. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_resolution.py +0 -0
  40. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_stage_binding.py +0 -0
  41. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cli_workspace_data_commands.py +0 -0
  42. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_config.py +0 -0
  43. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_config_migration.py +0 -0
  44. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_cross_backend_parity_lock.py +0 -0
  45. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_flags.py +0 -0
  46. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_flow.py +0 -0
  47. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_forest_agnostic.py +0 -0
  48. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_integration.py +0 -0
  49. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_legacy_remote_path_safety.py +0 -0
  50. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_ls_lock.py +0 -0
  51. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_manifest.py +0 -0
  52. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_migrate.py +0 -0
  53. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_moat_regression_lock.py +0 -0
  54. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_paths.py +0 -0
  55. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_polish_scrutiny_fixes.py +0 -0
  56. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_pull_core_lock.py +0 -0
  57. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_pull_resilience_lock.py +0 -0
  58. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_push_core_lock.py +0 -0
  59. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_push_targeting_lock.py +0 -0
  60. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_rclone.py +0 -0
  61. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_rclone_gating_errors.py +0 -0
  62. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_redaction.py +0 -0
  63. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_s3_integration.py +0 -0
  64. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_s3_url_error_hardening.py +0 -0
  65. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_scrutiny_fixes.py +0 -0
  66. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_sftp_hardening.py +0 -0
  67. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_status_lock.py +0 -0
  68. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_sync_state.py +0 -0
  69. {forest_cli-0.1.0 → forest_cli-0.1.1}/tests/test_user_testing_fixes.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: forest-cli
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: git-like data management for arbitrary data trees: workspaces, checkouts, remotes, and sync
5
5
  Author-email: Troy Sincomb <troysincomb@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "forest-cli"
7
- version = "0.1.0"
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
- __version__ = version("forest")
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"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: forest-cli
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: git-like data management for arbitrary data trees: workspaces, checkouts, remotes, and sync
5
5
  Author-email: Troy Sincomb <troysincomb@gmail.com>
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes
File without changes