robotcode 0.96.0__py3-none-any.whl → 0.97.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.
@@ -1 +1 @@
1
- __version__ = "0.96.0"
1
+ __version__ = "0.97.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: robotcode
3
- Version: 0.96.0
3
+ Version: 0.97.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,7 +10,6 @@ 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
14
13
  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
15
14
  Classifier: Development Status :: 5 - Production/Stable
16
15
  Classifier: Framework :: Robot Framework
@@ -34,36 +33,36 @@ Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
34
33
  Classifier: Topic :: Utilities
35
34
  Classifier: Typing :: Typed
36
35
  Requires-Python: >=3.8
37
- Requires-Dist: robotcode-core==0.96.0
38
- Requires-Dist: robotcode-plugin==0.96.0
39
- Requires-Dist: robotcode-robot==0.96.0
36
+ Requires-Dist: robotcode-core==0.97.0
37
+ Requires-Dist: robotcode-plugin==0.97.0
38
+ Requires-Dist: robotcode-robot==0.97.0
40
39
  Provides-Extra: all
41
40
  Requires-Dist: docutils; extra == 'all'
42
41
  Requires-Dist: pyyaml>=5.4; extra == 'all'
43
42
  Requires-Dist: rich; extra == 'all'
44
- Requires-Dist: robotcode-analyze==0.96.0; extra == 'all'
45
- Requires-Dist: robotcode-debugger==0.96.0; extra == 'all'
46
- Requires-Dist: robotcode-language-server==0.96.0; extra == 'all'
47
- Requires-Dist: robotcode-repl==0.96.0; extra == 'all'
48
- Requires-Dist: robotcode-runner==0.96.0; extra == 'all'
43
+ Requires-Dist: robotcode-analyze==0.97.0; extra == 'all'
44
+ Requires-Dist: robotcode-debugger==0.97.0; extra == 'all'
45
+ Requires-Dist: robotcode-language-server==0.97.0; extra == 'all'
46
+ Requires-Dist: robotcode-repl==0.97.0; extra == 'all'
47
+ Requires-Dist: robotcode-runner==0.97.0; extra == 'all'
49
48
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
50
49
  Requires-Dist: robotframework-tidy>=2.0.0; extra == 'all'
51
50
  Provides-Extra: analyze
52
- Requires-Dist: robotcode-analyze==0.96.0; extra == 'analyze'
51
+ Requires-Dist: robotcode-analyze==0.97.0; extra == 'analyze'
53
52
  Provides-Extra: colored
54
53
  Requires-Dist: rich; extra == 'colored'
55
54
  Provides-Extra: debugger
56
- Requires-Dist: robotcode-debugger==0.96.0; extra == 'debugger'
55
+ Requires-Dist: robotcode-debugger==0.97.0; extra == 'debugger'
57
56
  Provides-Extra: languageserver
58
- Requires-Dist: robotcode-language-server==0.96.0; extra == 'languageserver'
57
+ Requires-Dist: robotcode-language-server==0.97.0; extra == 'languageserver'
59
58
  Provides-Extra: lint
60
59
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
61
60
  Provides-Extra: repl
62
- Requires-Dist: robotcode-repl==0.96.0; extra == 'repl'
61
+ Requires-Dist: robotcode-repl==0.97.0; extra == 'repl'
63
62
  Provides-Extra: rest
64
63
  Requires-Dist: docutils; extra == 'rest'
65
64
  Provides-Extra: runner
66
- Requires-Dist: robotcode-runner==0.96.0; extra == 'runner'
65
+ Requires-Dist: robotcode-runner==0.97.0; extra == 'runner'
67
66
  Provides-Extra: tidy
68
67
  Requires-Dist: robotframework-tidy>=2.0.0; extra == 'tidy'
69
68
  Provides-Extra: yaml
@@ -1,12 +1,12 @@
1
1
  robotcode/cli/__init__.py,sha256=aLAhtN5SqoV4WKT1qWDgZ6UDA4bpDtTgyAt6dfV_2ug,8575
2
2
  robotcode/cli/__main__.py,sha256=hX3nwROMTnsYGT1KS0rXUYrslu9sFzctYdAh66Rcckw,153
3
- robotcode/cli/__version__.py,sha256=B-kjJajURz8O11CWqC3d4KQ5aeL4lukk9XP51Xbpo8o,23
3
+ robotcode/cli/__version__.py,sha256=4n3tdadixJ_eZgVwheQyewJFQEfb651DXkoZqfN9A3o,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=84gG4LrIynfPbEQkQDYA3ZClg50ck32NZyUvAWw9g6w,10479
7
7
  robotcode/cli/commands/profiles.py,sha256=GAyNsnz4vvybkEfktFTjDm-L4zkcntXZtBt385U9oRo,5897
8
- robotcode-0.96.0.dist-info/METADATA,sha256=gXv6G0-WXrKiI1yWxghJfVKdl0wUyNrRLaXvNPRA7mo,6809
9
- robotcode-0.96.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
10
- robotcode-0.96.0.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
11
- robotcode-0.96.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
12
- robotcode-0.96.0.dist-info/RECORD,,
8
+ robotcode-0.97.0.dist-info/METADATA,sha256=VQH1m4IjQuoSt6cD-dTDQeyLgjz3Hh-FERUyFqkVD5k,6783
9
+ robotcode-0.97.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
10
+ robotcode-0.97.0.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
11
+ robotcode-0.97.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
12
+ robotcode-0.97.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.25.0
2
+ Generator: hatchling 1.26.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any