robotcode 2.0.0__py3-none-any.whl → 2.0.1__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 -0
- {robotcode-2.0.0.dist-info → robotcode-2.0.1.dist-info}/METADATA +16 -16
- robotcode-2.0.1.dist-info/RECORD +12 -0
- robotcode-2.0.0.dist-info/RECORD +0 -12
- src/robotcode/cli/__version__.py +0 -1
- {src/robotcode → robotcode}/cli/__init__.py +0 -0
- {src/robotcode → robotcode}/cli/__main__.py +0 -0
- {src/robotcode → robotcode}/cli/commands/__init__.py +0 -0
- {src/robotcode → robotcode}/cli/commands/config.py +0 -0
- {src/robotcode → robotcode}/cli/commands/profiles.py +0 -0
- {src/robotcode → robotcode}/cli/py.typed +0 -0
- {robotcode-2.0.0.dist-info → robotcode-2.0.1.dist-info}/WHEEL +0 -0
- {robotcode-2.0.0.dist-info → robotcode-2.0.1.dist-info}/entry_points.txt +0 -0
- {robotcode-2.0.0.dist-info → robotcode-2.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "2.0.1"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: robotcode
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.1
|
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,38 +33,38 @@ Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
|
|
33
33
|
Classifier: Topic :: Utilities
|
34
34
|
Classifier: Typing :: Typed
|
35
35
|
Requires-Python: >=3.10
|
36
|
-
Requires-Dist: robotcode-core==2.0.
|
37
|
-
Requires-Dist: robotcode-plugin==2.0.
|
38
|
-
Requires-Dist: robotcode-robot==2.0.
|
36
|
+
Requires-Dist: robotcode-core==2.0.1
|
37
|
+
Requires-Dist: robotcode-plugin==2.0.1
|
38
|
+
Requires-Dist: robotcode-robot==2.0.1
|
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==2.0.
|
44
|
-
Requires-Dist: robotcode-debugger==2.0.
|
45
|
-
Requires-Dist: robotcode-language-server==2.0.
|
46
|
-
Requires-Dist: robotcode-repl-server==2.0.
|
47
|
-
Requires-Dist: robotcode-repl==2.0.
|
48
|
-
Requires-Dist: robotcode-runner==2.0.
|
43
|
+
Requires-Dist: robotcode-analyze==2.0.1; extra == 'all'
|
44
|
+
Requires-Dist: robotcode-debugger==2.0.1; extra == 'all'
|
45
|
+
Requires-Dist: robotcode-language-server==2.0.1; extra == 'all'
|
46
|
+
Requires-Dist: robotcode-repl-server==2.0.1; extra == 'all'
|
47
|
+
Requires-Dist: robotcode-repl==2.0.1; extra == 'all'
|
48
|
+
Requires-Dist: robotcode-runner==2.0.1; extra == 'all'
|
49
49
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
|
50
50
|
Provides-Extra: analyze
|
51
|
-
Requires-Dist: robotcode-analyze==2.0.
|
51
|
+
Requires-Dist: robotcode-analyze==2.0.1; extra == 'analyze'
|
52
52
|
Provides-Extra: colored
|
53
53
|
Requires-Dist: rich; extra == 'colored'
|
54
54
|
Provides-Extra: debugger
|
55
|
-
Requires-Dist: robotcode-debugger==2.0.
|
55
|
+
Requires-Dist: robotcode-debugger==2.0.1; extra == 'debugger'
|
56
56
|
Provides-Extra: languageserver
|
57
|
-
Requires-Dist: robotcode-language-server==2.0.
|
57
|
+
Requires-Dist: robotcode-language-server==2.0.1; extra == 'languageserver'
|
58
58
|
Provides-Extra: lint
|
59
59
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
|
60
60
|
Provides-Extra: repl
|
61
|
-
Requires-Dist: robotcode-repl==2.0.
|
61
|
+
Requires-Dist: robotcode-repl==2.0.1; extra == 'repl'
|
62
62
|
Provides-Extra: replserver
|
63
|
-
Requires-Dist: robotcode-repl-server==2.0.
|
63
|
+
Requires-Dist: robotcode-repl-server==2.0.1; extra == 'replserver'
|
64
64
|
Provides-Extra: rest
|
65
65
|
Requires-Dist: docutils; extra == 'rest'
|
66
66
|
Provides-Extra: runner
|
67
|
-
Requires-Dist: robotcode-runner==2.0.
|
67
|
+
Requires-Dist: robotcode-runner==2.0.1; extra == 'runner'
|
68
68
|
Provides-Extra: yaml
|
69
69
|
Requires-Dist: pyyaml>=5.4; extra == 'yaml'
|
70
70
|
Description-Content-Type: text/markdown
|
@@ -0,0 +1,12 @@
|
|
1
|
+
robotcode/cli/__init__.py,sha256=dQ0Hhc3BJCf07zyHINEfAYROccgsnP-jcRUYzdTmD9g,9456
|
2
|
+
robotcode/cli/__main__.py,sha256=hX3nwROMTnsYGT1KS0rXUYrslu9sFzctYdAh66Rcckw,153
|
3
|
+
robotcode/cli/__version__.py,sha256=wAxkK8w13vqoF47A8iqWdSlIgRRXmZiQ0R4wePZfzhs,22
|
4
|
+
robotcode/cli/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
5
|
+
robotcode/cli/commands/__init__.py,sha256=XJHRt_YwMO2Ni2EfL2aj4jkJXMVG6NGFTpzvSVgIRnQ,92
|
6
|
+
robotcode/cli/commands/config.py,sha256=0Jmf7HDIo7IIaOMU9M_bYi7PdHAfcae6x3SW93NA3EA,10481
|
7
|
+
robotcode/cli/commands/profiles.py,sha256=5H9lvSVCMggWXf0IH54QtgDgqupEEvpcUrEsTZvZsNM,6127
|
8
|
+
robotcode-2.0.1.dist-info/METADATA,sha256=2RuUETRSBCG8vgUM9C8a63MfafsDgz976UM1ydPMMUo,14706
|
9
|
+
robotcode-2.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
robotcode-2.0.1.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
|
11
|
+
robotcode-2.0.1.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
|
12
|
+
robotcode-2.0.1.dist-info/RECORD,,
|
robotcode-2.0.0.dist-info/RECORD
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
src/robotcode/cli/__init__.py,sha256=dQ0Hhc3BJCf07zyHINEfAYROccgsnP-jcRUYzdTmD9g,9456
|
2
|
-
src/robotcode/cli/__main__.py,sha256=hX3nwROMTnsYGT1KS0rXUYrslu9sFzctYdAh66Rcckw,153
|
3
|
-
src/robotcode/cli/__version__.py,sha256=_7OlQdbVkK4jad0CLdpI0grT-zEAb-qgFmH5mFzDXiA,22
|
4
|
-
src/robotcode/cli/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
5
|
-
src/robotcode/cli/commands/__init__.py,sha256=XJHRt_YwMO2Ni2EfL2aj4jkJXMVG6NGFTpzvSVgIRnQ,92
|
6
|
-
src/robotcode/cli/commands/config.py,sha256=0Jmf7HDIo7IIaOMU9M_bYi7PdHAfcae6x3SW93NA3EA,10481
|
7
|
-
src/robotcode/cli/commands/profiles.py,sha256=5H9lvSVCMggWXf0IH54QtgDgqupEEvpcUrEsTZvZsNM,6127
|
8
|
-
robotcode-2.0.0.dist-info/METADATA,sha256=TDMoRaL0Wr0_UhD-LYIZgkfoXBV68xIw03efIMNFUSE,14706
|
9
|
-
robotcode-2.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
-
robotcode-2.0.0.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
|
11
|
-
robotcode-2.0.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
|
12
|
-
robotcode-2.0.0.dist-info/RECORD,,
|
src/robotcode/cli/__version__.py
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "2.0.0"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|