devsync 0.5.5__tar.gz → 0.5.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.
Files changed (89) hide show
  1. {devsync-0.5.5 → devsync-0.5.6}/PKG-INFO +4 -4
  2. {devsync-0.5.5 → devsync-0.5.6}/README.md +3 -3
  3. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/main.py +1 -1
  4. {devsync-0.5.5 → devsync-0.5.6}/devsync.egg-info/PKG-INFO +4 -4
  5. {devsync-0.5.5 → devsync-0.5.6}/pyproject.toml +1 -1
  6. {devsync-0.5.5 → devsync-0.5.6}/LICENSE +0 -0
  7. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/__init__.py +0 -0
  8. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/__main__.py +0 -0
  9. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/__init__.py +0 -0
  10. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/base.py +0 -0
  11. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/capability_registry.py +0 -0
  12. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/claude.py +0 -0
  13. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/claude_desktop.py +0 -0
  14. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/cline.py +0 -0
  15. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/copilot.py +0 -0
  16. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/cursor.py +0 -0
  17. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/detector.py +0 -0
  18. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/kiro.py +0 -0
  19. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/mcp_syncer.py +0 -0
  20. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/roo.py +0 -0
  21. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/translator.py +0 -0
  22. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/winsurf.py +0 -0
  23. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/__init__.py +0 -0
  24. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/delete.py +0 -0
  25. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/download.py +0 -0
  26. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/install.py +0 -0
  27. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/install_new.py +0 -0
  28. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/list.py +0 -0
  29. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/mcp_configure.py +0 -0
  30. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/mcp_install.py +0 -0
  31. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/mcp_sync.py +0 -0
  32. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/package.py +0 -0
  33. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/package_create.py +0 -0
  34. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/package_install.py +0 -0
  35. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template.py +0 -0
  36. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_backup.py +0 -0
  37. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_init.py +0 -0
  38. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_install.py +0 -0
  39. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_list.py +0 -0
  40. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_uninstall.py +0 -0
  41. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_update.py +0 -0
  42. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_validate.py +0 -0
  43. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/tools.py +0 -0
  44. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/uninstall.py +0 -0
  45. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/update.py +0 -0
  46. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/__init__.py +0 -0
  47. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/checksum.py +0 -0
  48. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/component_detector.py +0 -0
  49. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/conflict_resolution.py +0 -0
  50. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/git_operations.py +0 -0
  51. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/mcp/__init__.py +0 -0
  52. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/mcp/credentials.py +0 -0
  53. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/mcp/manager.py +0 -0
  54. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/mcp/set_manager.py +0 -0
  55. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/mcp/validator.py +0 -0
  56. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/models.py +0 -0
  57. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/package_creator.py +0 -0
  58. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/package_manifest.py +0 -0
  59. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/repository.py +0 -0
  60. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/secret_detector.py +0 -0
  61. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/template_manifest.py +0 -0
  62. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/version.py +0 -0
  63. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/__init__.py +0 -0
  64. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/library.py +0 -0
  65. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/mcp_tracker.py +0 -0
  66. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/package_tracker.py +0 -0
  67. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/template_library.py +0 -0
  68. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/template_tracker.py +0 -0
  69. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/tracker.py +0 -0
  70. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/tui/__init__.py +0 -0
  71. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/tui/installer.py +0 -0
  72. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/__init__.py +0 -0
  73. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/atomic_write.py +0 -0
  74. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/backup.py +0 -0
  75. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/dotenv.py +0 -0
  76. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/git_helpers.py +0 -0
  77. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/logging.py +0 -0
  78. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/namespace.py +0 -0
  79. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/paths.py +0 -0
  80. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/project.py +0 -0
  81. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/streaming.py +0 -0
  82. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/ui.py +0 -0
  83. {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/validation.py +0 -0
  84. {devsync-0.5.5 → devsync-0.5.6}/devsync.egg-info/SOURCES.txt +0 -0
  85. {devsync-0.5.5 → devsync-0.5.6}/devsync.egg-info/dependency_links.txt +0 -0
  86. {devsync-0.5.5 → devsync-0.5.6}/devsync.egg-info/entry_points.txt +0 -0
  87. {devsync-0.5.5 → devsync-0.5.6}/devsync.egg-info/requires.txt +0 -0
  88. {devsync-0.5.5 → devsync-0.5.6}/devsync.egg-info/top_level.txt +0 -0
  89. {devsync-0.5.5 → devsync-0.5.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: devsync
3
- Version: 0.5.5
3
+ Version: 0.5.6
4
4
  Summary: Distribute and sync dev tool configurations across teams
5
5
  Author-email: Troy Larson <troy@calvinware.com>
6
6
  License: MIT License
@@ -44,7 +44,7 @@ Requires-Dist: types-PyYAML>=6.0.12.20240808; extra == "dev"
44
44
 
45
45
  [![CI](https://github.com/troylar/config-sync/actions/workflows/ci.yml/badge.svg)](https://github.com/troylar/config-sync/actions/workflows/ci.yml)
46
46
  [![Coverage](https://codecov.io/gh/troylar/config-sync/branch/main/graph/badge.svg)](https://codecov.io/gh/troylar/config-sync)
47
- [![PyPI version](https://img.shields.io/pypi/v/configsync.svg)](https://pypi.org/project/configsync/)
47
+ [![PyPI version](https://img.shields.io/pypi/v/devsync.svg)](https://pypi.org/project/devsync/)
48
48
  [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
49
49
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
50
50
 
@@ -72,7 +72,7 @@ Config Sync is a CLI tool for distributing and managing AI coding assistant conf
72
72
  ### Install
73
73
 
74
74
  ```bash
75
- pip install configsync
75
+ pip install devsync
76
76
  ```
77
77
 
78
78
  ### Templates: Share Coding Standards (30 seconds)
@@ -331,7 +331,7 @@ Model Context Protocol server setups for enhanced AI capabilities:
331
331
 
332
332
  ```bash
333
333
  # Using pip
334
- pip install configsync
334
+ pip install devsync
335
335
 
336
336
  # Verify installation
337
337
  aiconfig --version
@@ -6,7 +6,7 @@
6
6
 
7
7
  [![CI](https://github.com/troylar/config-sync/actions/workflows/ci.yml/badge.svg)](https://github.com/troylar/config-sync/actions/workflows/ci.yml)
8
8
  [![Coverage](https://codecov.io/gh/troylar/config-sync/branch/main/graph/badge.svg)](https://codecov.io/gh/troylar/config-sync)
9
- [![PyPI version](https://img.shields.io/pypi/v/configsync.svg)](https://pypi.org/project/configsync/)
9
+ [![PyPI version](https://img.shields.io/pypi/v/devsync.svg)](https://pypi.org/project/devsync/)
10
10
  [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
11
11
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
12
12
 
@@ -34,7 +34,7 @@ Config Sync is a CLI tool for distributing and managing AI coding assistant conf
34
34
  ### Install
35
35
 
36
36
  ```bash
37
- pip install configsync
37
+ pip install devsync
38
38
  ```
39
39
 
40
40
  ### Templates: Share Coding Standards (30 seconds)
@@ -293,7 +293,7 @@ Model Context Protocol server setups for enhanced AI capabilities:
293
293
 
294
294
  ```bash
295
295
  # Using pip
296
- pip install configsync
296
+ pip install devsync
297
297
 
298
298
  # Verify installation
299
299
  aiconfig --version
@@ -429,7 +429,7 @@ def version() -> None:
429
429
  from importlib.metadata import version as get_version
430
430
 
431
431
  try:
432
- version = get_version("configsync")
432
+ version = get_version("devsync")
433
433
  except Exception:
434
434
  version = "unknown"
435
435
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: devsync
3
- Version: 0.5.5
3
+ Version: 0.5.6
4
4
  Summary: Distribute and sync dev tool configurations across teams
5
5
  Author-email: Troy Larson <troy@calvinware.com>
6
6
  License: MIT License
@@ -44,7 +44,7 @@ Requires-Dist: types-PyYAML>=6.0.12.20240808; extra == "dev"
44
44
 
45
45
  [![CI](https://github.com/troylar/config-sync/actions/workflows/ci.yml/badge.svg)](https://github.com/troylar/config-sync/actions/workflows/ci.yml)
46
46
  [![Coverage](https://codecov.io/gh/troylar/config-sync/branch/main/graph/badge.svg)](https://codecov.io/gh/troylar/config-sync)
47
- [![PyPI version](https://img.shields.io/pypi/v/configsync.svg)](https://pypi.org/project/configsync/)
47
+ [![PyPI version](https://img.shields.io/pypi/v/devsync.svg)](https://pypi.org/project/devsync/)
48
48
  [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
49
49
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
50
50
 
@@ -72,7 +72,7 @@ Config Sync is a CLI tool for distributing and managing AI coding assistant conf
72
72
  ### Install
73
73
 
74
74
  ```bash
75
- pip install configsync
75
+ pip install devsync
76
76
  ```
77
77
 
78
78
  ### Templates: Share Coding Standards (30 seconds)
@@ -331,7 +331,7 @@ Model Context Protocol server setups for enhanced AI capabilities:
331
331
 
332
332
  ```bash
333
333
  # Using pip
334
- pip install configsync
334
+ pip install devsync
335
335
 
336
336
  # Verify installation
337
337
  aiconfig --version
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "devsync"
7
- version = "0.5.5"
7
+ version = "0.5.6"
8
8
  description = "Distribute and sync dev tool configurations across teams"
9
9
  readme = "README.md"
10
10
  authors = [{ name = "Troy Larson", email = "troy@calvinware.com" }]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes