spyder-code-agent 0.1.1__tar.gz → 0.1.2__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.
- {spyder_code_agent-0.1.1/spyder_code_agent.egg-info → spyder_code_agent-0.1.2}/PKG-INFO +1 -3
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/README.md +0 -2
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/pyproject.toml +1 -1
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2/spyder_code_agent.egg-info}/PKG-INFO +1 -3
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/LICENSE +0 -0
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/setup.cfg +0 -0
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/setup.py +0 -0
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/spyder_code_agent/__init__.py +0 -0
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/spyder_code_agent/container.py +0 -0
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/spyder_code_agent/plugin.py +0 -0
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/spyder_code_agent.egg-info/SOURCES.txt +0 -0
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/spyder_code_agent.egg-info/dependency_links.txt +0 -0
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/spyder_code_agent.egg-info/entry_points.txt +0 -0
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/spyder_code_agent.egg-info/requires.txt +0 -0
- {spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/spyder_code_agent.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: spyder-code-agent
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: AI-powered coding assistant plugin for Spyder IDE
|
|
5
5
|
Author-email: Amir <mohammadamirdehghanian@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -22,8 +22,6 @@ Dynamic: license-file
|
|
|
22
22
|
|
|
23
23
|
**AI‑powered coding assistant for Spyder IDE** – automatically detects runtime errors in your Python/ML scripts and fixes them with one click.
|
|
24
24
|
|
|
25
|
-

|
|
26
|
-
|
|
27
25
|
## Overview
|
|
28
26
|
|
|
29
27
|
Spyder Code Agent is a plugin that turns Spyder into a **self‑debugging IDE**. It listens to errors thrown in the IPython console, sends the relevant code (your selected files + current editor) to any OpenAI‑compatible LLM, and presents a ready‑to‑apply fix. No manual copy‑paste of tracebacks.
|
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
**AI‑powered coding assistant for Spyder IDE** – automatically detects runtime errors in your Python/ML scripts and fixes them with one click.
|
|
8
8
|
|
|
9
|
-

|
|
10
|
-
|
|
11
9
|
## Overview
|
|
12
10
|
|
|
13
11
|
Spyder Code Agent is a plugin that turns Spyder into a **self‑debugging IDE**. It listens to errors thrown in the IPython console, sends the relevant code (your selected files + current editor) to any OpenAI‑compatible LLM, and presents a ready‑to‑apply fix. No manual copy‑paste of tracebacks.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: spyder-code-agent
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: AI-powered coding assistant plugin for Spyder IDE
|
|
5
5
|
Author-email: Amir <mohammadamirdehghanian@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -22,8 +22,6 @@ Dynamic: license-file
|
|
|
22
22
|
|
|
23
23
|
**AI‑powered coding assistant for Spyder IDE** – automatically detects runtime errors in your Python/ML scripts and fixes them with one click.
|
|
24
24
|
|
|
25
|
-

|
|
26
|
-
|
|
27
25
|
## Overview
|
|
28
26
|
|
|
29
27
|
Spyder Code Agent is a plugin that turns Spyder into a **self‑debugging IDE**. It listens to errors thrown in the IPython console, sends the relevant code (your selected files + current editor) to any OpenAI‑compatible LLM, and presents a ready‑to‑apply fix. No manual copy‑paste of tracebacks.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/spyder_code_agent.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/spyder_code_agent.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{spyder_code_agent-0.1.1 → spyder_code_agent-0.1.2}/spyder_code_agent.egg-info/top_level.txt
RENAMED
|
File without changes
|