robotcode 1.9.0__py3-none-any.whl → 2.0.1__py3-none-any.whl

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 +1 @@
1
- __version__ = "1.9.0"
1
+ __version__ = "2.0.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode
3
- Version: 1.9.0
3
+ Version: 2.0.1
4
4
  Summary: Command line interface for RobotCode
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://opencollective.com/robotcode
@@ -18,12 +18,11 @@ Classifier: Framework :: Robot Framework :: Tool
18
18
  Classifier: Intended Audience :: Developers
19
19
  Classifier: License :: OSI Approved :: Apache Software License
20
20
  Classifier: Operating System :: OS Independent
21
- Classifier: Programming Language :: Python :: 3.8
22
- Classifier: Programming Language :: Python :: 3.9
23
21
  Classifier: Programming Language :: Python :: 3.10
24
22
  Classifier: Programming Language :: Python :: 3.11
25
23
  Classifier: Programming Language :: Python :: 3.12
26
24
  Classifier: Programming Language :: Python :: 3.13
25
+ Classifier: Programming Language :: Python :: 3.14
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
27
  Classifier: Topic :: Software Development :: Debuggers
29
28
  Classifier: Topic :: Software Development :: Quality Assurance
@@ -33,39 +32,39 @@ Classifier: Topic :: Software Development :: Testing :: BDD
33
32
  Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
34
33
  Classifier: Topic :: Utilities
35
34
  Classifier: Typing :: Typed
36
- Requires-Python: >=3.8
37
- Requires-Dist: robotcode-core==1.9.0
38
- Requires-Dist: robotcode-plugin==1.9.0
39
- Requires-Dist: robotcode-robot==1.9.0
35
+ Requires-Python: >=3.10
36
+ Requires-Dist: robotcode-core==2.0.1
37
+ Requires-Dist: robotcode-plugin==2.0.1
38
+ Requires-Dist: robotcode-robot==2.0.1
40
39
  Provides-Extra: all
41
40
  Requires-Dist: docutils; extra == 'all'
42
41
  Requires-Dist: pyyaml>=5.4; extra == 'all'
43
42
  Requires-Dist: rich; extra == 'all'
44
- Requires-Dist: robotcode-analyze==1.9.0; extra == 'all'
45
- Requires-Dist: robotcode-debugger==1.9.0; extra == 'all'
46
- Requires-Dist: robotcode-language-server==1.9.0; extra == 'all'
47
- Requires-Dist: robotcode-repl-server==1.9.0; extra == 'all'
48
- Requires-Dist: robotcode-repl==1.9.0; extra == 'all'
49
- Requires-Dist: robotcode-runner==1.9.0; extra == 'all'
43
+ Requires-Dist: robotcode-analyze==2.0.1; extra == 'all'
44
+ Requires-Dist: robotcode-debugger==2.0.1; extra == 'all'
45
+ Requires-Dist: robotcode-language-server==2.0.1; extra == 'all'
46
+ Requires-Dist: robotcode-repl-server==2.0.1; extra == 'all'
47
+ Requires-Dist: robotcode-repl==2.0.1; extra == 'all'
48
+ Requires-Dist: robotcode-runner==2.0.1; extra == 'all'
50
49
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
51
50
  Provides-Extra: analyze
52
- Requires-Dist: robotcode-analyze==1.9.0; extra == 'analyze'
51
+ Requires-Dist: robotcode-analyze==2.0.1; extra == 'analyze'
53
52
  Provides-Extra: colored
54
53
  Requires-Dist: rich; extra == 'colored'
55
54
  Provides-Extra: debugger
56
- Requires-Dist: robotcode-debugger==1.9.0; extra == 'debugger'
55
+ Requires-Dist: robotcode-debugger==2.0.1; extra == 'debugger'
57
56
  Provides-Extra: languageserver
58
- Requires-Dist: robotcode-language-server==1.9.0; extra == 'languageserver'
57
+ Requires-Dist: robotcode-language-server==2.0.1; extra == 'languageserver'
59
58
  Provides-Extra: lint
60
59
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
61
60
  Provides-Extra: repl
62
- Requires-Dist: robotcode-repl==1.9.0; extra == 'repl'
61
+ Requires-Dist: robotcode-repl==2.0.1; extra == 'repl'
63
62
  Provides-Extra: replserver
64
- Requires-Dist: robotcode-repl-server==1.9.0; extra == 'replserver'
63
+ Requires-Dist: robotcode-repl-server==2.0.1; extra == 'replserver'
65
64
  Provides-Extra: rest
66
65
  Requires-Dist: docutils; extra == 'rest'
67
66
  Provides-Extra: runner
68
- Requires-Dist: robotcode-runner==1.9.0; extra == 'runner'
67
+ Requires-Dist: robotcode-runner==2.0.1; extra == 'runner'
69
68
  Provides-Extra: yaml
70
69
  Requires-Dist: pyyaml>=5.4; extra == 'yaml'
71
70
  Description-Content-Type: text/markdown
@@ -118,7 +117,7 @@ With RobotCode, you can focus on building and testing your automation workflows
118
117
  - **Debugging**: Debug your Robot Framework tests with ease.
119
118
  - **Command Line Tools**: A wide array of tools to assist in setting up and managing Robot Framework environments.
120
119
  - **Code Analysis with Robocop**: Install [Robocop](https://robocop.readthedocs.io/) for additional code analysis.
121
- - **Code Formatting**: Format your code using Robot Framework’s built-in tools like `robot.tidy` or [Robotidy](https://robotidy.readthedocs.io/).
120
+ - **Code Formatting**: Use [Robocop's formatter](https://robocop.readthedocs.io/) for consistent code formatting.
122
121
  - **Multi-root Workspace Support**: Manage multiple Robot Framework projects with different Python environments simultaneously.
123
122
  - **Customizable Settings**: Configure the extension to fit your needs.
124
123
  - **RobotCode Repl and Notebooks**: Play with Robot Framework in a Jupyter Notebook-like environment.
@@ -135,30 +134,20 @@ With RobotCode, you can focus on building and testing your automation workflows
135
134
  - Visual Studio Code 1.99.0 or newer
136
135
  - PyCharm 2025.1 or newer or IntelliJ IDEA 2025.1 or newer
137
136
 
138
- ### Deprecated Python and Robot Framework Versions
139
-
140
- **⚠️ DEPRECATION WARNING:**
141
- Support for Python 3.8, 3.9, and Robot Framework 4.1 is deprecated and will be removed in a future release. To ensure compatibility and benefit from ongoing improvements, please upgrade to Python 3.10 or later and Robot Framework 5.0 or later.
137
+ ### Python and Robot Framework Version Requirements
142
138
 
143
139
  **Python Version Requirements:**
144
- Although Robot Framework still supports Python 3.8 and 3.9, RobotCode requires Python 3.10 or newer due to its use of more modern libraries and features. Many key tools in the ecosystem—such as robocop and the Browser library—have already dropped support for Python 3.8, which is no longer maintained. Python 3.9 will reach end-of-life on October 5, 2025.
145
-
146
- **Robot Framework Version Requirements:**
147
- Robot Framework 4.1 is outdated. Given the regular release cadence of Robot Framework—typically two major versions per year—maintaining support for older versions introduces significant overhead. That effort is better spent on supporting current and upcoming features.
148
-
149
- **Compatibility and Limitations:**
150
- RobotCode currently remains compatible with Python 3.8+ and Robot Framework 4.1+, but with important limitations:
151
- • New features may not be available for older versions.
152
- • Development and testing efforts are focused on newer versions.
153
-
154
- **Why Python 3.10:**
155
- After Python 3.9 reaches end-of-life, RobotCode will start using Python 3.10+ features that are not backward-compatible. Python 3.10 introduces several important improvements, including:
140
+ RobotCode requires Python 3.10 or newer. Python 3.8 and 3.9 are no longer supported as they have reached or are approaching end-of-life status. Python 3.10 provides several important improvements that enable cleaner, more efficient code:
156
141
  • Structural pattern matching
157
142
  • More informative error messages
158
143
  • Simplified type hints using the | operator
159
144
  • Performance enhancements
160
145
 
161
- These capabilities enable cleaner, more efficient code and improved developer experience.
146
+ **Robot Framework Version Requirements:**
147
+ RobotCode supports Robot Framework 5.0 or later. Older versions like Robot Framework 4.1 are no longer supported due to their outdated nature and the regular release cadence of Robot Framework.
148
+
149
+ **Why These Requirements:**
150
+ Many key tools in the Robot Framework ecosystem—such as robocop and the Browser library—have already moved to similar requirements. This alignment ensures compatibility and allows RobotCode to leverage modern Python features for improved performance and developer experience.
162
151
 
163
152
  **Recommendation:**
164
153
  To get the most out of RobotCode, we recommend using:
@@ -1,12 +1,12 @@
1
1
  robotcode/cli/__init__.py,sha256=dQ0Hhc3BJCf07zyHINEfAYROccgsnP-jcRUYzdTmD9g,9456
2
2
  robotcode/cli/__main__.py,sha256=hX3nwROMTnsYGT1KS0rXUYrslu9sFzctYdAh66Rcckw,153
3
- robotcode/cli/__version__.py,sha256=ljy9wwnU6FSzJrHgJSWUcZ_nIboERJauUm7HTpNQfNg,22
3
+ robotcode/cli/__version__.py,sha256=wAxkK8w13vqoF47A8iqWdSlIgRRXmZiQ0R4wePZfzhs,22
4
4
  robotcode/cli/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
5
5
  robotcode/cli/commands/__init__.py,sha256=XJHRt_YwMO2Ni2EfL2aj4jkJXMVG6NGFTpzvSVgIRnQ,92
6
6
  robotcode/cli/commands/config.py,sha256=0Jmf7HDIo7IIaOMU9M_bYi7PdHAfcae6x3SW93NA3EA,10481
7
7
  robotcode/cli/commands/profiles.py,sha256=5H9lvSVCMggWXf0IH54QtgDgqupEEvpcUrEsTZvZsNM,6127
8
- robotcode-1.9.0.dist-info/METADATA,sha256=MvtxrGn9v9_0_tOIefSjEwOX1NQ025nk3CgCHeuY448,15533
9
- robotcode-1.9.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- robotcode-1.9.0.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
11
- robotcode-1.9.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
12
- robotcode-1.9.0.dist-info/RECORD,,
8
+ robotcode-2.0.1.dist-info/METADATA,sha256=2RuUETRSBCG8vgUM9C8a63MfafsDgz976UM1ydPMMUo,14706
9
+ robotcode-2.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ robotcode-2.0.1.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
11
+ robotcode-2.0.1.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
12
+ robotcode-2.0.1.dist-info/RECORD,,