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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: spyder-code-agent
3
- Version: 0.1.0
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
- ![Spyder Code Agent in action](img/demo.gif)
25
+ ![Spyder Code Agent in action](https://github.com/kasra7900/Spyder-Code-Agent/blob/cd109a7616b6093facd52ba2a02165a514575b21/img/demo.gif)
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
- ![Spyder Code Agent in action](img/demo.gif)
9
+ ![Spyder Code Agent in action](https://github.com/kasra7900/Spyder-Code-Agent/blob/cd109a7616b6093facd52ba2a02165a514575b21/img/demo.gif)
10
10
 
11
11
  ## Overview
12
12
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "spyder-code-agent"
3
- version = "0.1.0"
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.0
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
- ![Spyder Code Agent in action](img/demo.gif)
25
+ ![Spyder Code Agent in action](https://github.com/kasra7900/Spyder-Code-Agent/blob/cd109a7616b6093facd52ba2a02165a514575b21/img/demo.gif)
26
26
 
27
27
  ## Overview
28
28