robotcode 1.7.0__py3-none-any.whl → 1.9.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-1.7.0.dist-info → robotcode-1.9.0.dist-info}/METADATA +49 -23
- {robotcode-1.7.0.dist-info → robotcode-1.9.0.dist-info}/RECORD +6 -6
- {robotcode-1.7.0.dist-info → robotcode-1.9.0.dist-info}/WHEEL +0 -0
- {robotcode-1.7.0.dist-info → robotcode-1.9.0.dist-info}/entry_points.txt +0 -0
- {robotcode-1.7.0.dist-info → robotcode-1.9.0.dist-info}/licenses/LICENSE.txt +0 -0
robotcode/cli/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "1.
|
1
|
+
__version__ = "1.9.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: robotcode
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.9.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,49 +34,49 @@ 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==1.
|
38
|
-
Requires-Dist: robotcode-plugin==1.
|
39
|
-
Requires-Dist: robotcode-robot==1.
|
37
|
+
Requires-Dist: robotcode-core==1.9.0
|
38
|
+
Requires-Dist: robotcode-plugin==1.9.0
|
39
|
+
Requires-Dist: robotcode-robot==1.9.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==1.
|
45
|
-
Requires-Dist: robotcode-debugger==1.
|
46
|
-
Requires-Dist: robotcode-language-server==1.
|
47
|
-
Requires-Dist: robotcode-repl-server==1.
|
48
|
-
Requires-Dist: robotcode-repl==1.
|
49
|
-
Requires-Dist: robotcode-runner==1.
|
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'
|
50
50
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
|
51
51
|
Provides-Extra: analyze
|
52
|
-
Requires-Dist: robotcode-analyze==1.
|
52
|
+
Requires-Dist: robotcode-analyze==1.9.0; extra == 'analyze'
|
53
53
|
Provides-Extra: colored
|
54
54
|
Requires-Dist: rich; extra == 'colored'
|
55
55
|
Provides-Extra: debugger
|
56
|
-
Requires-Dist: robotcode-debugger==1.
|
56
|
+
Requires-Dist: robotcode-debugger==1.9.0; extra == 'debugger'
|
57
57
|
Provides-Extra: languageserver
|
58
|
-
Requires-Dist: robotcode-language-server==1.
|
58
|
+
Requires-Dist: robotcode-language-server==1.9.0; extra == 'languageserver'
|
59
59
|
Provides-Extra: lint
|
60
60
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
|
61
61
|
Provides-Extra: repl
|
62
|
-
Requires-Dist: robotcode-repl==1.
|
62
|
+
Requires-Dist: robotcode-repl==1.9.0; extra == 'repl'
|
63
63
|
Provides-Extra: replserver
|
64
|
-
Requires-Dist: robotcode-repl-server==1.
|
64
|
+
Requires-Dist: robotcode-repl-server==1.9.0; extra == 'replserver'
|
65
65
|
Provides-Extra: rest
|
66
66
|
Requires-Dist: docutils; extra == 'rest'
|
67
67
|
Provides-Extra: runner
|
68
|
-
Requires-Dist: robotcode-runner==1.
|
68
|
+
Requires-Dist: robotcode-runner==1.9.0; extra == 'runner'
|
69
69
|
Provides-Extra: yaml
|
70
70
|
Requires-Dist: pyyaml>=5.4; extra == 'yaml'
|
71
71
|
Description-Content-Type: text/markdown
|
72
72
|
|
73
73
|
# RobotCode - The Ultimate Robot Framework Toolset
|
74
74
|
|
75
|
-
[](https://github.com/robotcodedev/robotcode/blob/
|
75
|
+
[](https://github.com/robotcodedev/robotcode/blob/main/LICENSE)
|
76
76
|
[](https://github.com/robotcodedev/robotcode/actions?query=workflow:build_test_package_publish)
|
77
77
|
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
78
78
|
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
79
|
-
[](https://plugins.jetbrains.com/plugin/26216)
|
80
80
|
[](https://plugins.jetbrains.com/plugin/26216)
|
81
81
|
[](https://pypi.org/project/robotcode)
|
82
82
|
[](https://pypi.org/project/robotcode)
|
@@ -124,7 +124,6 @@ With RobotCode, you can focus on building and testing your automation workflows
|
|
124
124
|
- **RobotCode Repl and Notebooks**: Play with Robot Framework in a Jupyter Notebook-like environment.
|
125
125
|
- **And More!**: Check out the [official documentation](https://robotcode.io) for more details.
|
126
126
|
|
127
|
-
|
128
127
|
## Requirements
|
129
128
|
|
130
129
|
### Python and Robot Framework Versions
|
@@ -133,7 +132,7 @@ With RobotCode, you can focus on building and testing your automation workflows
|
|
133
132
|
|
134
133
|
### IDE Support
|
135
134
|
|
136
|
-
- Visual Studio Code 1.99 or newer
|
135
|
+
- Visual Studio Code 1.99.0 or newer
|
137
136
|
- PyCharm 2025.1 or newer or IntelliJ IDEA 2025.1 or newer
|
138
137
|
|
139
138
|
### Deprecated Python and Robot Framework Versions
|
@@ -184,7 +183,7 @@ To get the most out of RobotCode, we recommend using:
|
|
184
183
|
Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.
|
185
184
|
|
186
185
|
**Extensions:**
|
187
|
-
RobotCode
|
186
|
+
RobotCode declares dependencies on the [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy) extensions so VS Code installs them when required. Additional extensions may be needed depending on your project.
|
188
187
|
|
189
188
|
|
190
189
|
### IntelliJ IDEA or PyCharm
|
@@ -213,7 +212,7 @@ RobotCode automatically installs the [Python](https://marketplace.visualstudio.c
|
|
213
212
|
Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.
|
214
213
|
|
215
214
|
**Plugins:**
|
216
|
-
RobotCode
|
215
|
+
RobotCode declares a dependency on [LSP4IJ](https://plugins.jetbrains.com/plugin/23257) so your IDE installs it automatically. Additional plugins may be required depending on your project needs.
|
217
216
|
|
218
217
|
|
219
218
|
## Documentation
|
@@ -228,6 +227,29 @@ Here are some additional resources to help you troubleshoot or learn more:
|
|
228
227
|
- **[Support](https://robotcode.io/support/):** Learn how to get help and report issues.
|
229
228
|
|
230
229
|
|
230
|
+
## Support RobotCode
|
231
|
+
|
232
|
+
RobotCode is driven by the passion of its lead developer and the support of a growing community. To continue adding new features, improving stability, and expanding the ecosystem, your involvement is essential. Whether you contribute code, offer feedback, or provide financial support, you help shape the future of RobotCode.
|
233
|
+
|
234
|
+
**Become a Sponsor:**
|
235
|
+
- [GitHub Sponsors](https://github.com/sponsors/robotcodedev) - Monthly or one-time sponsorship
|
236
|
+
- [Open Collective](https://opencollective.com/robotcode) - One-time or recurring donations
|
237
|
+
|
238
|
+
**Corporate Sponsorship:**
|
239
|
+
- Direct & transparent: Open Collective (https://opencollective.com/robotcode) – invoices, public ledger
|
240
|
+
- Ecosystem support: Robot Framework Foundation membership (https://robotframework.org/foundation/) – indirectly benefits RobotCode
|
241
|
+
|
242
|
+
**Other Ways to Support:**
|
243
|
+
- Star the repository
|
244
|
+
- Leave a review on the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode) and [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26216)
|
245
|
+
- Ask questions & help others ([Slack #robotcode](https://slack.robotframework.org/) / [Forum](https://forum.robotframework.org) / [Discussions](https://github.com/robotcodedev/robotcode/discussions))
|
246
|
+
- Report bugs in the [issue tracker](https://github.com/robotcodedev/robotcode/issues)
|
247
|
+
- Suggest enhancements or features (issues or [Discussions](https://github.com/robotcodedev/robotcode/discussions))
|
248
|
+
- Share usage patterns & integration ideas ([Discussions](https://github.com/robotcodedev/robotcode/discussions))
|
249
|
+
- Improve tests (edge cases, large suites, multi-root, versions)
|
250
|
+
- Contribute code ([good first issue](https://github.com/robotcodedev/robotcode/labels/good%20first%20issue) / [help wanted](https://github.com/robotcodedev/robotcode/labels/help%20wanted))
|
251
|
+
|
252
|
+
|
231
253
|
## License
|
232
254
|
|
233
255
|
This project is licensed under the [Apache 2.0 License](https://spdx.org/licenses/Apache-2.0.html).
|
@@ -235,4 +257,8 @@ This project is licensed under the [Apache 2.0 License](https://spdx.org/license
|
|
235
257
|
---
|
236
258
|
|
237
259
|
## Powered by
|
238
|
-
|
260
|
+
|
261
|
+
[Robot Framework Foundation](https://robotframework.org/foundation)
|
262
|
+
|
263
|
+
|
264
|
+
[JetBrains](https://jb.gg/OpenSourceSupport)
|
@@ -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=
|
3
|
+
robotcode/cli/__version__.py,sha256=ljy9wwnU6FSzJrHgJSWUcZ_nIboERJauUm7HTpNQfNg,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
|
-
robotcode-1.
|
10
|
-
robotcode-1.
|
11
|
-
robotcode-1.
|
12
|
-
robotcode-1.
|
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,,
|
File without changes
|
File without changes
|
File without changes
|