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.
- {devsync-0.5.5 → devsync-0.5.6}/PKG-INFO +4 -4
- {devsync-0.5.5 → devsync-0.5.6}/README.md +3 -3
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/main.py +1 -1
- {devsync-0.5.5 → devsync-0.5.6}/devsync.egg-info/PKG-INFO +4 -4
- {devsync-0.5.5 → devsync-0.5.6}/pyproject.toml +1 -1
- {devsync-0.5.5 → devsync-0.5.6}/LICENSE +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/__init__.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/__main__.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/__init__.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/base.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/capability_registry.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/claude.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/claude_desktop.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/cline.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/copilot.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/cursor.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/detector.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/kiro.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/mcp_syncer.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/roo.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/translator.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/ai_tools/winsurf.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/__init__.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/delete.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/download.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/install.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/install_new.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/list.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/mcp_configure.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/mcp_install.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/mcp_sync.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/package.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/package_create.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/package_install.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_backup.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_init.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_install.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_list.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_uninstall.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_update.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/template_validate.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/tools.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/uninstall.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/cli/update.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/__init__.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/checksum.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/component_detector.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/conflict_resolution.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/git_operations.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/mcp/__init__.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/mcp/credentials.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/mcp/manager.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/mcp/set_manager.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/mcp/validator.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/models.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/package_creator.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/package_manifest.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/repository.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/secret_detector.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/template_manifest.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/core/version.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/__init__.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/library.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/mcp_tracker.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/package_tracker.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/template_library.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/template_tracker.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/storage/tracker.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/tui/__init__.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/tui/installer.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/__init__.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/atomic_write.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/backup.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/dotenv.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/git_helpers.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/logging.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/namespace.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/paths.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/project.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/streaming.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/ui.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/aiconfigkit/utils/validation.py +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/devsync.egg-info/SOURCES.txt +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/devsync.egg-info/dependency_links.txt +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/devsync.egg-info/entry_points.txt +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/devsync.egg-info/requires.txt +0 -0
- {devsync-0.5.5 → devsync-0.5.6}/devsync.egg-info/top_level.txt +0 -0
- {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.
|
|
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
|
[](https://github.com/troylar/config-sync/actions/workflows/ci.yml)
|
|
46
46
|
[](https://codecov.io/gh/troylar/config-sync)
|
|
47
|
-
[](https://pypi.org/project/devsync/)
|
|
48
48
|
[](https://www.python.org/downloads/)
|
|
49
49
|
[](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
|
|
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
|
|
334
|
+
pip install devsync
|
|
335
335
|
|
|
336
336
|
# Verify installation
|
|
337
337
|
aiconfig --version
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
[](https://github.com/troylar/config-sync/actions/workflows/ci.yml)
|
|
8
8
|
[](https://codecov.io/gh/troylar/config-sync)
|
|
9
|
-
[](https://pypi.org/project/devsync/)
|
|
10
10
|
[](https://www.python.org/downloads/)
|
|
11
11
|
[](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
|
|
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
|
|
296
|
+
pip install devsync
|
|
297
297
|
|
|
298
298
|
# Verify installation
|
|
299
299
|
aiconfig --version
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: devsync
|
|
3
|
-
Version: 0.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
|
[](https://github.com/troylar/config-sync/actions/workflows/ci.yml)
|
|
46
46
|
[](https://codecov.io/gh/troylar/config-sync)
|
|
47
|
-
[](https://pypi.org/project/devsync/)
|
|
48
48
|
[](https://www.python.org/downloads/)
|
|
49
49
|
[](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
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
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
|