robotcode 0.101.0__py3-none-any.whl → 0.103.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.101.0.dist-info → robotcode-0.103.0.dist-info}/METADATA +18 -17
- {robotcode-0.101.0.dist-info → robotcode-0.103.0.dist-info}/RECORD +6 -6
- {robotcode-0.101.0.dist-info → robotcode-0.103.0.dist-info}/WHEEL +1 -1
- {robotcode-0.101.0.dist-info → robotcode-0.103.0.dist-info}/entry_points.txt +0 -0
- {robotcode-0.101.0.dist-info → robotcode-0.103.0.dist-info}/licenses/LICENSE.txt +0 -0
robotcode/cli/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.
|
1
|
+
__version__ = "0.103.0"
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: robotcode
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.103.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
|
@@ -10,6 +10,7 @@ Project-URL: Issues, https://github.com/robotcodedev/robotcode/issues
|
|
10
10
|
Project-URL: Source, https://github.com/robotcodedev/robotcode
|
11
11
|
Author-email: Daniel Biehl <dbiehl@live.de>
|
12
12
|
License: Apache-2.0
|
13
|
+
License-File: LICENSE.txt
|
13
14
|
Keywords: Acceptance Test Driven Development,Acceptance Testing,BDD,BDT,Behavior Driven Testing,Data Driven,Debug Adapter Protocol,Keyword Driven,Language Server Protocol,RPA,RobotFramework,Robotic Process Automation,Test,Testing,Visual Studio Code
|
14
15
|
Classifier: Development Status :: 5 - Production/Stable
|
15
16
|
Classifier: Framework :: Robot Framework
|
@@ -33,39 +34,39 @@ Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
|
|
33
34
|
Classifier: Topic :: Utilities
|
34
35
|
Classifier: Typing :: Typed
|
35
36
|
Requires-Python: >=3.8
|
36
|
-
Requires-Dist: robotcode-core==0.
|
37
|
-
Requires-Dist: robotcode-plugin==0.
|
38
|
-
Requires-Dist: robotcode-robot==0.
|
37
|
+
Requires-Dist: robotcode-core==0.103.0
|
38
|
+
Requires-Dist: robotcode-plugin==0.103.0
|
39
|
+
Requires-Dist: robotcode-robot==0.103.0
|
39
40
|
Provides-Extra: all
|
40
41
|
Requires-Dist: docutils; extra == 'all'
|
41
42
|
Requires-Dist: pyyaml>=5.4; extra == 'all'
|
42
43
|
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-repl-server==0.
|
47
|
-
Requires-Dist: robotcode-repl==0.
|
48
|
-
Requires-Dist: robotcode-runner==0.
|
44
|
+
Requires-Dist: robotcode-analyze==0.103.0; extra == 'all'
|
45
|
+
Requires-Dist: robotcode-debugger==0.103.0; extra == 'all'
|
46
|
+
Requires-Dist: robotcode-language-server==0.103.0; extra == 'all'
|
47
|
+
Requires-Dist: robotcode-repl-server==0.103.0; extra == 'all'
|
48
|
+
Requires-Dist: robotcode-repl==0.103.0; extra == 'all'
|
49
|
+
Requires-Dist: robotcode-runner==0.103.0; extra == 'all'
|
49
50
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
|
50
51
|
Requires-Dist: robotframework-tidy>=2.0.0; extra == 'all'
|
51
52
|
Provides-Extra: analyze
|
52
|
-
Requires-Dist: robotcode-analyze==0.
|
53
|
+
Requires-Dist: robotcode-analyze==0.103.0; extra == 'analyze'
|
53
54
|
Provides-Extra: colored
|
54
55
|
Requires-Dist: rich; extra == 'colored'
|
55
56
|
Provides-Extra: debugger
|
56
|
-
Requires-Dist: robotcode-debugger==0.
|
57
|
+
Requires-Dist: robotcode-debugger==0.103.0; extra == 'debugger'
|
57
58
|
Provides-Extra: languageserver
|
58
|
-
Requires-Dist: robotcode-language-server==0.
|
59
|
+
Requires-Dist: robotcode-language-server==0.103.0; extra == 'languageserver'
|
59
60
|
Provides-Extra: lint
|
60
61
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
|
61
62
|
Provides-Extra: repl
|
62
|
-
Requires-Dist: robotcode-repl==0.
|
63
|
+
Requires-Dist: robotcode-repl==0.103.0; extra == 'repl'
|
63
64
|
Provides-Extra: replserver
|
64
|
-
Requires-Dist: robotcode-repl-server==0.
|
65
|
+
Requires-Dist: robotcode-repl-server==0.103.0; extra == 'replserver'
|
65
66
|
Provides-Extra: rest
|
66
67
|
Requires-Dist: docutils; extra == 'rest'
|
67
68
|
Provides-Extra: runner
|
68
|
-
Requires-Dist: robotcode-runner==0.
|
69
|
+
Requires-Dist: robotcode-runner==0.103.0; extra == 'runner'
|
69
70
|
Provides-Extra: tidy
|
70
71
|
Requires-Dist: robotframework-tidy>=2.0.0; extra == 'tidy'
|
71
72
|
Provides-Extra: yaml
|
@@ -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=h-xWp4VbA1iVBGYwns0h7os4-fjmzHQqnVsIwo7l-nY,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.103.0.dist-info/METADATA,sha256=7r_H2NluXhqpGuHHu2FjU9B4lsOyNzksEqYeBFZQs1w,6981
|
9
|
+
robotcode-0.103.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
robotcode-0.103.0.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
|
11
|
+
robotcode-0.103.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
|
12
|
+
robotcode-0.103.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|