robotcode 0.103.0__py3-none-any.whl → 0.105.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.103.0.dist-info → robotcode-0.105.0.dist-info}/METADATA +50 -23
- {robotcode-0.103.0.dist-info → robotcode-0.105.0.dist-info}/RECORD +6 -6
- {robotcode-0.103.0.dist-info → robotcode-0.105.0.dist-info}/WHEEL +0 -0
- {robotcode-0.103.0.dist-info → robotcode-0.105.0.dist-info}/entry_points.txt +0 -0
- {robotcode-0.103.0.dist-info → robotcode-0.105.0.dist-info}/licenses/LICENSE.txt +0 -0
robotcode/cli/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.
|
1
|
+
__version__ = "0.105.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: robotcode
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.105.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,39 +34,39 @@ 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.105.0
|
38
|
+
Requires-Dist: robotcode-plugin==0.105.0
|
39
|
+
Requires-Dist: robotcode-robot==0.105.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.105.0; extra == 'all'
|
45
|
+
Requires-Dist: robotcode-debugger==0.105.0; extra == 'all'
|
46
|
+
Requires-Dist: robotcode-language-server==0.105.0; extra == 'all'
|
47
|
+
Requires-Dist: robotcode-repl-server==0.105.0; extra == 'all'
|
48
|
+
Requires-Dist: robotcode-repl==0.105.0; extra == 'all'
|
49
|
+
Requires-Dist: robotcode-runner==0.105.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.105.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.105.0; extra == 'debugger'
|
58
58
|
Provides-Extra: languageserver
|
59
|
-
Requires-Dist: robotcode-language-server==0.
|
59
|
+
Requires-Dist: robotcode-language-server==0.105.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.105.0; extra == 'repl'
|
64
64
|
Provides-Extra: replserver
|
65
|
-
Requires-Dist: robotcode-repl-server==0.
|
65
|
+
Requires-Dist: robotcode-repl-server==0.105.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.105.0; extra == 'runner'
|
70
70
|
Provides-Extra: tidy
|
71
71
|
Requires-Dist: robotframework-tidy>=2.0.0; extra == 'tidy'
|
72
72
|
Provides-Extra: yaml
|
@@ -76,10 +76,15 @@ Description-Content-Type: text/markdown
|
|
76
76
|
|
77
77
|
# RobotCode - Language Support for Robot Framework in Visual Studio Code
|
78
78
|
|
79
|
-
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
80
|
-
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
81
|
-
[](https://github.com/robotcodedev/robotcode/actions?query=workflow:build_test_package_publish)
|
82
79
|
[](https://github.com/robotcodedev/robotcode/blob/master/LICENSE)
|
80
|
+
[](https://github.com/robotcodedev/robotcode/actions?query=workflow:build_test_package_publish)
|
81
|
+
|
82
|
+
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
83
|
+
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
84
|
+
|
85
|
+
[](https://plugins.jetbrains.com/plugin/26216)
|
86
|
+
[](https://plugins.jetbrains.com/plugin/26216)
|
87
|
+
|
83
88
|
|
84
89
|
[](https://pypi.org/project/robotcode)
|
85
90
|
[](https://pypi.org/project/robotcode)
|
@@ -87,16 +92,38 @@ Description-Content-Type: text/markdown
|
|
87
92
|
|
88
93
|
---
|
89
94
|
|
90
|
-
**RobotCode** is a Visual Studio Code extension that enhances your workflow with [Robot Framework](https://robotframework.org/).
|
95
|
+
**RobotCode** is a Visual Studio Code extension that enhances your workflow with [Robot Framework](https://robotframework.org/).
|
96
|
+
It provides a rich set of features to help you write, run, and debug your Robot Framework tests directly within Visual Studio Code.
|
97
|
+
|
98
|
+
## Why RobotCode?
|
99
|
+
|
100
|
+
**Built on Robot Framework Core**
|
101
|
+
RobotCode is based on the Robot Framework Core and uses its parser, ensuring complete compatibility and consistency. This means you get the same syntax validation, error messages, and behavior as if you were running Robot Framework directly.
|
102
|
+
|
103
|
+
**Powered by the Language Server Protocol**
|
104
|
+
RobotCode is built on the Language Server Protocol (LSP), a modern standard for implementing language support across multiple editors and IDEs. This ensures a seamless and responsive user experience, while making it easier to maintain compatibility with evolving IDE features.
|
105
|
+
|
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.
|
91
108
|
|
92
109
|
## Key Features
|
93
110
|
|
94
|
-
- **Code Editing**: Enjoy code auto-completion, navigation
|
111
|
+
- **Code Editing**: Enjoy code auto-completion, navigation and more.
|
112
|
+
- **IntelliSense**: Get code completion suggestions for keywords, variables, and more.
|
113
|
+
- **Refactoring**: Rename variables, keywords, arguments and more with ease and project wide.
|
114
|
+
- **Enhanced Syntax Highlighting**: Easily identify and read your Robot Framework code with support highlight embedded arguments, python expressions, environment variables with default values, and more.
|
115
|
+
- **Code Snippets**: Quickly insert common Robot Framework code snippets.
|
116
|
+
- **Test Discovery**: Discover and run Robot Framework test cases directly within VS Code.
|
117
|
+
- **Test Execution**: Execute Robot Framework test cases and suites directly within VS Code.
|
118
|
+
- **Test Reports**: View test reports directly within VS Code.
|
119
|
+
- **Debugging**: Debug your Robot Framework tests with ease.
|
95
120
|
- **Command Line Tools**: A wide array of tools to assist in setting up and managing Robot Framework environments.
|
121
|
+
- **Code Analysis with Robocop**: Install [Robocop](https://robocop.readthedocs.io/) for additional code analysis.
|
96
122
|
- **Code Formatting**: Format your code using Robot Framework’s built-in tools like `robot.tidy` or [Robotidy](https://robotidy.readthedocs.io/).
|
97
|
-
- **Test Running and Debugging**: Run and debug Robot Framework test cases directly within VS Code.
|
98
123
|
- **Multi-root Workspace Support**: Manage multiple Robot Framework projects with different Python environments simultaneously.
|
99
|
-
- **
|
124
|
+
- **Customizable Settings**: Configure the extension to fit your needs.
|
125
|
+
- **RobotCode Repl and Notebooks**: Play with Robot Framework in a Jupyter Notebook-like environment.
|
126
|
+
- **And More!**: Check out the [official documentation](https://robotcode.io) for more details.
|
100
127
|
|
101
128
|
## Requirements
|
102
129
|
|
@@ -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=is_HUK-lyMbunANGciDrnmD1Vyhz4ttkG_iFodHPx2E,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.105.0.dist-info/METADATA,sha256=GFesnoCnRXeGcMrmGMd1AD0Jtn2uB02uR88LvxVS3MY,9260
|
9
|
+
robotcode-0.105.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
robotcode-0.105.0.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
|
11
|
+
robotcode-0.105.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
|
12
|
+
robotcode-0.105.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|