robotcode 0.84.0__py3-none-any.whl → 0.86.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.84.0.dist-info → robotcode-0.86.0.dist-info}/METADATA +28 -24
- {robotcode-0.84.0.dist-info → robotcode-0.86.0.dist-info}/RECORD +6 -6
- {robotcode-0.84.0.dist-info → robotcode-0.86.0.dist-info}/WHEEL +0 -0
- {robotcode-0.84.0.dist-info → robotcode-0.86.0.dist-info}/entry_points.txt +0 -0
- {robotcode-0.84.0.dist-info → robotcode-0.86.0.dist-info}/licenses/LICENSE.txt +0 -0
robotcode/cli/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.
|
1
|
+
__version__ = "0.86.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: robotcode
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.86.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
|
@@ -33,33 +33,33 @@ Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
|
|
33
33
|
Classifier: Topic :: Utilities
|
34
34
|
Classifier: Typing :: Typed
|
35
35
|
Requires-Python: >=3.8
|
36
|
-
Requires-Dist: robotcode-core==0.
|
37
|
-
Requires-Dist: robotcode-plugin==0.
|
38
|
-
Requires-Dist: robotcode-robot==0.
|
36
|
+
Requires-Dist: robotcode-core==0.86.0
|
37
|
+
Requires-Dist: robotcode-plugin==0.86.0
|
38
|
+
Requires-Dist: robotcode-robot==0.86.0
|
39
39
|
Provides-Extra: all
|
40
40
|
Requires-Dist: docutils; extra == 'all'
|
41
41
|
Requires-Dist: pyyaml>=5.4; extra == 'all'
|
42
42
|
Requires-Dist: rich; extra == 'all'
|
43
|
-
Requires-Dist: robotcode-analyze==0.
|
44
|
-
Requires-Dist: robotcode-debugger==0.
|
45
|
-
Requires-Dist: robotcode-language-server==0.
|
46
|
-
Requires-Dist: robotcode-runner==0.
|
43
|
+
Requires-Dist: robotcode-analyze==0.86.0; extra == 'all'
|
44
|
+
Requires-Dist: robotcode-debugger==0.86.0; extra == 'all'
|
45
|
+
Requires-Dist: robotcode-language-server==0.86.0; extra == 'all'
|
46
|
+
Requires-Dist: robotcode-runner==0.86.0; extra == 'all'
|
47
47
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
|
48
48
|
Requires-Dist: robotframework-tidy>=2.0.0; extra == 'all'
|
49
49
|
Provides-Extra: analyze
|
50
|
-
Requires-Dist: robotcode-analyze==0.
|
50
|
+
Requires-Dist: robotcode-analyze==0.86.0; extra == 'analyze'
|
51
51
|
Provides-Extra: colored
|
52
52
|
Requires-Dist: rich; extra == 'colored'
|
53
53
|
Provides-Extra: debugger
|
54
|
-
Requires-Dist: robotcode-debugger==0.
|
54
|
+
Requires-Dist: robotcode-debugger==0.86.0; extra == 'debugger'
|
55
55
|
Provides-Extra: languageserver
|
56
|
-
Requires-Dist: robotcode-language-server==0.
|
56
|
+
Requires-Dist: robotcode-language-server==0.86.0; extra == 'languageserver'
|
57
57
|
Provides-Extra: lint
|
58
58
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
|
59
59
|
Provides-Extra: rest
|
60
60
|
Requires-Dist: docutils; extra == 'rest'
|
61
61
|
Provides-Extra: runner
|
62
|
-
Requires-Dist: robotcode-runner==0.
|
62
|
+
Requires-Dist: robotcode-runner==0.86.0; extra == 'runner'
|
63
63
|
Provides-Extra: tidy
|
64
64
|
Requires-Dist: robotframework-tidy>=2.0.0; extra == 'tidy'
|
65
65
|
Provides-Extra: yaml
|
@@ -87,7 +87,7 @@ to [Visual Studio Code](https://code.visualstudio.com/), including [features](#f
|
|
87
87
|
1. [Install a supported version of Python on your system](https://code.visualstudio.com/docs/python/python-tutorial#_prerequisites)
|
88
88
|
(note: only Python 3.8 and above are supported)
|
89
89
|
|
90
|
-
2. [Install a supported version of RobotFramwork on your system](https://github.com/robotframework/robotframework/blob/master/INSTALL.rst) (note: only RobotFramework 4.
|
90
|
+
2. [Install a supported version of RobotFramwork on your system](https://github.com/robotframework/robotframework/blob/master/INSTALL.rst) (note: only RobotFramework 4.1 and above are supported)
|
91
91
|
|
92
92
|
3. [Install the RobotCode extension for Visual Studio Code](https://code.visualstudio.com/docs/editor/extension-gallery).
|
93
93
|
4. Open or create a robot file and start coding! 😉
|
@@ -105,17 +105,21 @@ to [Visual Studio Code](https://code.visualstudio.com/), including [features](#f
|
|
105
105
|
With RobotCode you can edit your code with auto-completion, code navigation, syntax checking and many more.
|
106
106
|
Here is a list of Features:
|
107
107
|
|
108
|
-
- [
|
109
|
-
- [
|
110
|
-
- [
|
111
|
-
- [
|
112
|
-
- [
|
113
|
-
- [
|
114
|
-
-
|
115
|
-
|
116
|
-
-
|
117
|
-
-
|
118
|
-
-
|
108
|
+
- [RobotCode - Language support for Robot Framework for Visual Studio Code](#robotcode---language-support-for-robot-framework-for-visual-studio-code)
|
109
|
+
- [Quick start](#quick-start)
|
110
|
+
- [Requirements](#requirements)
|
111
|
+
- [Features](#features)
|
112
|
+
- [Autocomplete and IntelliSense](#autocomplete-and-intellisense)
|
113
|
+
- [Code Navigation](#code-navigation)
|
114
|
+
- [Diagnostics and Linting](#diagnostics-and-linting)
|
115
|
+
- [Code Formatting](#code-formatting)
|
116
|
+
- [Running and Debugging](#running-and-debugging)
|
117
|
+
- [Multi-root Workspace folders](#multi-root-workspace-folders)
|
118
|
+
- [Installed extensions](#installed-extensions)
|
119
|
+
- [Setting up your environment](#setting-up-your-environment)
|
120
|
+
- [With pipenv](#with-pipenv)
|
121
|
+
- [Customization](#customization)
|
122
|
+
- [Editor Style](#editor-style)
|
119
123
|
|
120
124
|
### Autocomplete and IntelliSense
|
121
125
|
|
@@ -1,12 +1,12 @@
|
|
1
1
|
robotcode/cli/__init__.py,sha256=6c-evRLgJ0NR08YvynBQzKxAesAbXB0fnrzZ7MvBDM0,7115
|
2
2
|
robotcode/cli/__main__.py,sha256=hX3nwROMTnsYGT1KS0rXUYrslu9sFzctYdAh66Rcckw,153
|
3
|
-
robotcode/cli/__version__.py,sha256=
|
3
|
+
robotcode/cli/__version__.py,sha256=mYct1UR8Rb7usms6EgqHp-uduOQsYVzy_Xhv8wi369Y,23
|
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=fCXhxsotQJl3vMSWpCEM-zwV-tST7sZBH7T-5v9j5EU,10061
|
7
7
|
robotcode/cli/commands/profiles.py,sha256=HUCsNMaK75AVSG_A6F1I209xtQH2AICaoLcqpIO7Vjs,5660
|
8
|
-
robotcode-0.
|
9
|
-
robotcode-0.
|
10
|
-
robotcode-0.
|
11
|
-
robotcode-0.
|
12
|
-
robotcode-0.
|
8
|
+
robotcode-0.86.0.dist-info/METADATA,sha256=Jl1_K_2Zl3ztWlzLLq5U7cgn-q92TfS6edkA9-j4M3U,13458
|
9
|
+
robotcode-0.86.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
10
|
+
robotcode-0.86.0.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
|
11
|
+
robotcode-0.86.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
|
12
|
+
robotcode-0.86.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|