spyder-code-agent 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.
- {spyder_code_agent-0.1.0/spyder_code_agent.egg-info → spyder_code_agent-0.1.1}/PKG-INFO +2 -2
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/README.md +1 -1
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/pyproject.toml +2 -2
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1/spyder_code_agent.egg-info}/PKG-INFO +2 -2
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/LICENSE +0 -0
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/setup.cfg +0 -0
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/setup.py +0 -0
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/spyder_code_agent/__init__.py +0 -0
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/spyder_code_agent/container.py +0 -0
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/spyder_code_agent/plugin.py +0 -0
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/spyder_code_agent.egg-info/SOURCES.txt +0 -0
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/spyder_code_agent.egg-info/dependency_links.txt +0 -0
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/spyder_code_agent.egg-info/entry_points.txt +0 -0
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/spyder_code_agent.egg-info/requires.txt +0 -0
- {spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/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.1
|
|
4
4
|
Summary: AI-powered coding assistant plugin for Spyder IDE
|
|
5
5
|
Author-email: Amir <mohammadamirdehghanian@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -22,7 +22,7 @@ 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
|
-

|
|
25
|
+

|
|
26
26
|
|
|
27
27
|
## Overview
|
|
28
28
|
|
|
@@ -6,7 +6,7 @@
|
|
|
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
|
-

|
|
9
|
+

|
|
10
10
|
|
|
11
11
|
## Overview
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "spyder-code-agent"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.1"
|
|
4
4
|
description = "AI-powered coding assistant plugin for Spyder IDE"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.8"
|
|
@@ -16,4 +16,4 @@ classifiers = [
|
|
|
16
16
|
dependencies = ["spyder>=6.0", "openai"]
|
|
17
17
|
|
|
18
18
|
[project.entry-points."spyder.plugins"]
|
|
19
|
-
code_agent = "spyder_code_agent.plugin:CodeAgent"
|
|
19
|
+
code_agent = "spyder_code_agent.plugin:CodeAgent"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: spyder-code-agent
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: AI-powered coding assistant plugin for Spyder IDE
|
|
5
5
|
Author-email: Amir <mohammadamirdehghanian@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -22,7 +22,7 @@ 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
|
-

|
|
25
|
+

|
|
26
26
|
|
|
27
27
|
## Overview
|
|
28
28
|
|
|
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.0 → spyder_code_agent-0.1.1}/spyder_code_agent.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/spyder_code_agent.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{spyder_code_agent-0.1.0 → spyder_code_agent-0.1.1}/spyder_code_agent.egg-info/top_level.txt
RENAMED
|
File without changes
|