robotcode 0.107.0__py3-none-any.whl → 0.108.0__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.
- robotcode/cli/__version__.py +1 -1
- {robotcode-0.107.0.dist-info → robotcode-0.108.0.dist-info}/METADATA +95 -37
- {robotcode-0.107.0.dist-info → robotcode-0.108.0.dist-info}/RECORD +6 -6
- {robotcode-0.107.0.dist-info → robotcode-0.108.0.dist-info}/WHEEL +0 -0
- {robotcode-0.107.0.dist-info → robotcode-0.108.0.dist-info}/entry_points.txt +0 -0
- {robotcode-0.107.0.dist-info → robotcode-0.108.0.dist-info}/licenses/LICENSE.txt +0 -0
robotcode/cli/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.
|
1
|
+
__version__ = "0.108.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: robotcode
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.108.0
|
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
|
@@ -34,77 +34,79 @@ Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
|
|
34
34
|
Classifier: Topic :: Utilities
|
35
35
|
Classifier: Typing :: Typed
|
36
36
|
Requires-Python: >=3.8
|
37
|
-
Requires-Dist: robotcode-core==0.
|
38
|
-
Requires-Dist: robotcode-plugin==0.
|
39
|
-
Requires-Dist: robotcode-robot==0.
|
37
|
+
Requires-Dist: robotcode-core==0.108.0
|
38
|
+
Requires-Dist: robotcode-plugin==0.108.0
|
39
|
+
Requires-Dist: robotcode-robot==0.108.0
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: docutils; extra == 'all'
|
42
42
|
Requires-Dist: pyyaml>=5.4; extra == 'all'
|
43
43
|
Requires-Dist: rich; extra == 'all'
|
44
|
-
Requires-Dist: robotcode-analyze==0.
|
45
|
-
Requires-Dist: robotcode-debugger==0.
|
46
|
-
Requires-Dist: robotcode-language-server==0.
|
47
|
-
Requires-Dist: robotcode-repl-server==0.
|
48
|
-
Requires-Dist: robotcode-repl==0.
|
49
|
-
Requires-Dist: robotcode-runner==0.
|
44
|
+
Requires-Dist: robotcode-analyze==0.108.0; extra == 'all'
|
45
|
+
Requires-Dist: robotcode-debugger==0.108.0; extra == 'all'
|
46
|
+
Requires-Dist: robotcode-language-server==0.108.0; extra == 'all'
|
47
|
+
Requires-Dist: robotcode-repl-server==0.108.0; extra == 'all'
|
48
|
+
Requires-Dist: robotcode-repl==0.108.0; extra == 'all'
|
49
|
+
Requires-Dist: robotcode-runner==0.108.0; extra == 'all'
|
50
50
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
|
51
51
|
Requires-Dist: robotframework-tidy>=2.0.0; extra == 'all'
|
52
52
|
Provides-Extra: analyze
|
53
|
-
Requires-Dist: robotcode-analyze==0.
|
53
|
+
Requires-Dist: robotcode-analyze==0.108.0; extra == 'analyze'
|
54
54
|
Provides-Extra: colored
|
55
55
|
Requires-Dist: rich; extra == 'colored'
|
56
56
|
Provides-Extra: debugger
|
57
|
-
Requires-Dist: robotcode-debugger==0.
|
57
|
+
Requires-Dist: robotcode-debugger==0.108.0; extra == 'debugger'
|
58
58
|
Provides-Extra: languageserver
|
59
|
-
Requires-Dist: robotcode-language-server==0.
|
59
|
+
Requires-Dist: robotcode-language-server==0.108.0; extra == 'languageserver'
|
60
60
|
Provides-Extra: lint
|
61
61
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
|
62
62
|
Provides-Extra: repl
|
63
|
-
Requires-Dist: robotcode-repl==0.
|
63
|
+
Requires-Dist: robotcode-repl==0.108.0; extra == 'repl'
|
64
64
|
Provides-Extra: replserver
|
65
|
-
Requires-Dist: robotcode-repl-server==0.
|
65
|
+
Requires-Dist: robotcode-repl-server==0.108.0; extra == 'replserver'
|
66
66
|
Provides-Extra: rest
|
67
67
|
Requires-Dist: docutils; extra == 'rest'
|
68
68
|
Provides-Extra: runner
|
69
|
-
Requires-Dist: robotcode-runner==0.
|
69
|
+
Requires-Dist: robotcode-runner==0.108.0; extra == 'runner'
|
70
70
|
Provides-Extra: tidy
|
71
71
|
Requires-Dist: robotframework-tidy>=2.0.0; extra == 'tidy'
|
72
72
|
Provides-Extra: yaml
|
73
73
|
Requires-Dist: pyyaml>=5.4; extra == 'yaml'
|
74
74
|
Description-Content-Type: text/markdown
|
75
75
|
|
76
|
-
|
77
|
-
# RobotCode - Language Support for Robot Framework in Visual Studio Code
|
76
|
+
# RobotCode - The Ultimate Robot Framework Toolset
|
78
77
|
|
79
78
|
[](https://github.com/robotcodedev/robotcode/blob/master/LICENSE)
|
80
79
|
[](https://github.com/robotcodedev/robotcode/actions?query=workflow:build_test_package_publish)
|
81
|
-
|
82
80
|
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
83
81
|
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
84
|
-
|
85
82
|
[](https://plugins.jetbrains.com/plugin/26216)
|
86
83
|
[](https://plugins.jetbrains.com/plugin/26216)
|
87
|
-
|
88
|
-
|
89
84
|
[](https://pypi.org/project/robotcode)
|
90
85
|
[](https://pypi.org/project/robotcode)
|
91
86
|
[](https://pypi.org/project/robotcode)
|
92
87
|
|
93
88
|
---
|
94
89
|
|
95
|
-
|
96
|
-
|
90
|
+
## What is RobotCode?
|
91
|
+
|
92
|
+
RobotCode is a comprehensive toolkit for Robot Framework development, offering advanced features to enhance your productivity and streamline your workflow. Whether you're using Visual Studio Code, IntelliJ, or other LSP-compatible editors, RobotCode ensures a consistent and seamless experience.
|
93
|
+
|
94
|
+
### Key Advantages:
|
95
|
+
|
96
|
+
- **Built on Robot Framework Core**
|
97
|
+
RobotCode uses Robot Framework's native parser for syntax validation, error messages, and behavior, ensuring full compatibility and reliability in your projects.
|
97
98
|
|
98
|
-
|
99
|
+
- **Powered by the Language Server Protocol (LSP)**
|
100
|
+
By leveraging the LSP, RobotCode provides real-time code navigation, intelligent auto-completion, and refactoring capabilities across various editors and IDEs.
|
99
101
|
|
100
|
-
**
|
101
|
-
RobotCode
|
102
|
+
- **Multi-Platform IDE Extensions**
|
103
|
+
RobotCode offers robust extensions for Visual Studio Code and IntelliJ Platform, delivering the same high-quality features regardless of your preferred development environment. Thanks to LSP, it also works with editors like Neovim and Sublime Text.
|
102
104
|
|
103
|
-
**
|
104
|
-
|
105
|
+
- **Enhanced CLI Tools**
|
106
|
+
Extend Robot Framework's command-line capabilities with tools for test execution, debugging, and code analysis. Features include `robot.toml` support, a Debug Adapter Protocol (DAP) debugger, and an interactive REPL for quick experimentation.
|
107
|
+
|
108
|
+
With RobotCode, you can focus on building and testing your automation workflows while enjoying an integrated and efficient development experience.
|
105
109
|
|
106
|
-
**Powerful Command Line Tools**
|
107
|
-
RobotCode extends the Robot Framework CLI with enhanced tools for test execution, analysis, and debugging. It supports [`robot.toml`](https://robotcode.io/03_reference/) configurations, integrates a Debug Adapter Protocol (DAP) compatible debugger, and provides an interactive REPL environment for experimenting with Robot Framework commands. Modular and flexible, these tools streamline your workflow for both development and production.
|
108
110
|
|
109
111
|
## Key Features
|
110
112
|
|
@@ -125,28 +127,84 @@ RobotCode extends the Robot Framework CLI with enhanced tools for test execution
|
|
125
127
|
- **RobotCode Repl and Notebooks**: Play with Robot Framework in a Jupyter Notebook-like environment.
|
126
128
|
- **And More!**: Check out the [official documentation](https://robotcode.io) for more details.
|
127
129
|
|
130
|
+
|
128
131
|
## Requirements
|
129
132
|
|
130
133
|
- Python 3.8 or newer
|
131
134
|
- Robot Framework 4.1 or newer
|
135
|
+
|
136
|
+
### IDE Support
|
137
|
+
|
132
138
|
- Visual Studio Code 1.86 or newer
|
139
|
+
- PyCharm 2024.3.2 or newer or IntelliJ IDEA 2024.3.2 or newer
|
140
|
+
|
133
141
|
|
134
142
|
## Getting Started
|
135
143
|
|
136
|
-
|
137
|
-
|
138
|
-
|
144
|
+
### Visual Studio Code
|
145
|
+
|
146
|
+
1. **Install the RobotCode Extension**
|
147
|
+
Open the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode) and install the RobotCode extension.
|
139
148
|
|
140
|
-
|
149
|
+
2. **Set Up Your Environment**
|
150
|
+
Configure your Robot Framework environment using the tools and commands provided by the extension or the `robot.toml` file.
|
141
151
|
|
142
|
-
|
152
|
+
3. **Start Testing**
|
153
|
+
Begin writing and running your Robot Framework tests directly in VS Code.
|
143
154
|
|
155
|
+
4. **Explore More**
|
156
|
+
Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.
|
157
|
+
|
158
|
+
**Extensions:**
|
144
159
|
RobotCode automatically installs the [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and the [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy) extension. Additional extensions may be required depending on your project needs.
|
145
160
|
|
161
|
+
|
162
|
+
### IntelliJ IDEA or PyCharm
|
163
|
+
|
164
|
+
1. **Install the RobotCode Plugin**
|
165
|
+
Choose one of the following methods to install the RobotCode plugin in your IDE:
|
166
|
+
|
167
|
+
- **Install via the Built-in Plugin Marketplace**
|
168
|
+
Navigate to:
|
169
|
+
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > Search for "RobotCode" and click <kbd>Install</kbd>.
|
170
|
+
|
171
|
+
- **Use the JetBrains Marketplace**
|
172
|
+
Alternatively, install the plugin directly from the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26216). Click the <kbd>Install to ...</kbd> button if your IDE is running.
|
173
|
+
|
174
|
+
- **Manual Installation**
|
175
|
+
Download the [latest release](https://github.com/robotcodedev/robotcode/releases/latest) and install it manually:
|
176
|
+
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>.
|
177
|
+
|
178
|
+
2. **Set Up Your Environment**
|
179
|
+
Configure your Robot Framework environment using the tools and commands provided by the plugin or the `robot.toml` file.
|
180
|
+
|
181
|
+
3. **Start Testing**
|
182
|
+
Begin developing and executing your Robot Framework tests.
|
183
|
+
|
184
|
+
4. **Explore More**
|
185
|
+
Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.
|
186
|
+
|
187
|
+
**Plugins:**
|
188
|
+
RobotCode automatically installs the [LSP4IJ](https://plugins.jetbrains.com/plugin/23257). Additional plugins may be required depending on your project needs.
|
189
|
+
|
190
|
+
|
146
191
|
## Documentation
|
147
192
|
|
148
|
-
For
|
193
|
+
For detailed instructions, visit our **[official documentation](https://robotcode.io)**.
|
194
|
+
Here are some additional resources to help you troubleshoot or learn more:
|
195
|
+
|
196
|
+
- **[Q&A](https://github.com/robotcodedev/robotcode/discussions/categories/q-a):** Answers to common questions about RobotCode.
|
197
|
+
- **[Troubleshooting Guide](https://robotcode.io/04_tip_and_tricks/troubleshooting):** Solutions for setup issues, performance problems, and debugging errors.
|
198
|
+
- **[Command Line Tools Reference](https://robotcode.io/03_reference/):** Comprehensive documentation on using RobotCode’s CLI tools.
|
199
|
+
- **[Changelog](https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md):** Track changes, updates, and new features in each release.
|
200
|
+
- **[Support](https://robotcode.io/support/):** Learn how to get help and report issues.
|
201
|
+
|
149
202
|
|
150
203
|
## License
|
151
204
|
|
152
205
|
This project is licensed under the [Apache 2.0 License](https://spdx.org/licenses/Apache-2.0.html).
|
206
|
+
|
207
|
+
---
|
208
|
+
|
209
|
+
## Powered by
|
210
|
+
[](https://jb.gg/OpenSourceSupport)
|
@@ -1,12 +1,12 @@
|
|
1
1
|
robotcode/cli/__init__.py,sha256=zEodZQq94XygNMUJ26-CYMiiqHSpQO1GRPqaqKQcjX8,8763
|
2
2
|
robotcode/cli/__main__.py,sha256=hX3nwROMTnsYGT1KS0rXUYrslu9sFzctYdAh66Rcckw,153
|
3
|
-
robotcode/cli/__version__.py,sha256=
|
3
|
+
robotcode/cli/__version__.py,sha256=JEOHZgUQDTlcB-baQWEy9fRq4GokkcN9OsdgKLdJmJM,24
|
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=84gG4LrIynfPbEQkQDYA3ZClg50ck32NZyUvAWw9g6w,10479
|
7
7
|
robotcode/cli/commands/profiles.py,sha256=urgcIcDa6luObHrh7Qdz1UXpvs776Cq5UM9LbsJ8V8o,5899
|
8
|
-
robotcode-0.
|
9
|
-
robotcode-0.
|
10
|
-
robotcode-0.
|
11
|
-
robotcode-0.
|
12
|
-
robotcode-0.
|
8
|
+
robotcode-0.108.0.dist-info/METADATA,sha256=0so2CHiIvSTQU1FvqmjQJK2J5EEwT1mKuQ_g149sXro,11825
|
9
|
+
robotcode-0.108.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
robotcode-0.108.0.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
|
11
|
+
robotcode-0.108.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
|
12
|
+
robotcode-0.108.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|