robotcode 0.76.2__py3-none-any.whl → 0.77.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- robotcode/cli/__version__.py +1 -1
- {robotcode-0.76.2.dist-info → robotcode-0.77.0.dist-info}/METADATA +11 -11
- {robotcode-0.76.2.dist-info → robotcode-0.77.0.dist-info}/RECORD +6 -6
- {robotcode-0.76.2.dist-info → robotcode-0.77.0.dist-info}/WHEEL +0 -0
- {robotcode-0.76.2.dist-info → robotcode-0.77.0.dist-info}/entry_points.txt +0 -0
- {robotcode-0.76.2.dist-info → robotcode-0.77.0.dist-info}/licenses/LICENSE.txt +0 -0
robotcode/cli/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.
|
1
|
+
__version__ = "0.77.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: robotcode
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.77.0
|
4
4
|
Summary: Command line interface for RobotCode
|
5
5
|
Project-URL: Homepage, https://robotcode.io
|
6
6
|
Project-URL: Donate, https://github.com/sponsors/d-biehl
|
@@ -33,32 +33,32 @@ 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.
|
36
|
+
Requires-Dist: robotcode-core==0.77.0
|
37
|
+
Requires-Dist: robotcode-plugin==0.77.0
|
38
38
|
Provides-Extra: all
|
39
39
|
Requires-Dist: docutils; extra == 'all'
|
40
40
|
Requires-Dist: pyyaml>=5.4; extra == 'all'
|
41
41
|
Requires-Dist: rich; extra == 'all'
|
42
|
-
Requires-Dist: robotcode-analyze==0.
|
43
|
-
Requires-Dist: robotcode-debugger==0.
|
44
|
-
Requires-Dist: robotcode-language-server==0.
|
45
|
-
Requires-Dist: robotcode-runner==0.
|
42
|
+
Requires-Dist: robotcode-analyze==0.77.0; extra == 'all'
|
43
|
+
Requires-Dist: robotcode-debugger==0.77.0; extra == 'all'
|
44
|
+
Requires-Dist: robotcode-language-server==0.77.0; extra == 'all'
|
45
|
+
Requires-Dist: robotcode-runner==0.77.0; extra == 'all'
|
46
46
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
|
47
47
|
Requires-Dist: robotframework-tidy>=2.0.0; extra == 'all'
|
48
48
|
Provides-Extra: analyze
|
49
|
-
Requires-Dist: robotcode-analyze==0.
|
49
|
+
Requires-Dist: robotcode-analyze==0.77.0; extra == 'analyze'
|
50
50
|
Provides-Extra: colored
|
51
51
|
Requires-Dist: rich; extra == 'colored'
|
52
52
|
Provides-Extra: debugger
|
53
|
-
Requires-Dist: robotcode-debugger==0.
|
53
|
+
Requires-Dist: robotcode-debugger==0.77.0; extra == 'debugger'
|
54
54
|
Provides-Extra: languageserver
|
55
|
-
Requires-Dist: robotcode-language-server==0.
|
55
|
+
Requires-Dist: robotcode-language-server==0.77.0; extra == 'languageserver'
|
56
56
|
Provides-Extra: lint
|
57
57
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
|
58
58
|
Provides-Extra: rest
|
59
59
|
Requires-Dist: docutils; extra == 'rest'
|
60
60
|
Provides-Extra: runner
|
61
|
-
Requires-Dist: robotcode-runner==0.
|
61
|
+
Requires-Dist: robotcode-runner==0.77.0; extra == 'runner'
|
62
62
|
Provides-Extra: tidy
|
63
63
|
Requires-Dist: robotframework-tidy>=2.0.0; extra == 'tidy'
|
64
64
|
Provides-Extra: yaml
|
@@ -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=FsVkDXIxQgpS6bGWK5nz3Q12DD7jjMcehD-qkWurVzM,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=vLKm8WjAa3nLLZVgCeFY40kbyjq5hjy_gFKRPCDwVr8,10020
|
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.77.0.dist-info/METADATA,sha256=kC0JuiQ9zczOMHSU-Ud7FVFp0NcDLSKMLSyzKgr-zuI,13108
|
9
|
+
robotcode-0.77.0.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
|
10
|
+
robotcode-0.77.0.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
|
11
|
+
robotcode-0.77.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
|
12
|
+
robotcode-0.77.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|