robotcode 1.6.0__py3-none-any.whl → 1.8.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__ = "1.6.0"
1
+ __version__ = "1.8.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode
3
- Version: 1.6.0
3
+ Version: 1.8.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
@@ -34,38 +34,38 @@ Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
34
34
  Classifier: Topic :: Utilities
35
35
  Classifier: Typing :: Typed
36
36
  Requires-Python: >=3.8
37
- Requires-Dist: robotcode-core==1.6.0
38
- Requires-Dist: robotcode-plugin==1.6.0
39
- Requires-Dist: robotcode-robot==1.6.0
37
+ Requires-Dist: robotcode-core==1.8.0
38
+ Requires-Dist: robotcode-plugin==1.8.0
39
+ Requires-Dist: robotcode-robot==1.8.0
40
40
  Provides-Extra: all
41
41
  Requires-Dist: docutils; extra == 'all'
42
42
  Requires-Dist: pyyaml>=5.4; extra == 'all'
43
43
  Requires-Dist: rich; extra == 'all'
44
- Requires-Dist: robotcode-analyze==1.6.0; extra == 'all'
45
- Requires-Dist: robotcode-debugger==1.6.0; extra == 'all'
46
- Requires-Dist: robotcode-language-server==1.6.0; extra == 'all'
47
- Requires-Dist: robotcode-repl-server==1.6.0; extra == 'all'
48
- Requires-Dist: robotcode-repl==1.6.0; extra == 'all'
49
- Requires-Dist: robotcode-runner==1.6.0; extra == 'all'
44
+ Requires-Dist: robotcode-analyze==1.8.0; extra == 'all'
45
+ Requires-Dist: robotcode-debugger==1.8.0; extra == 'all'
46
+ Requires-Dist: robotcode-language-server==1.8.0; extra == 'all'
47
+ Requires-Dist: robotcode-repl-server==1.8.0; extra == 'all'
48
+ Requires-Dist: robotcode-repl==1.8.0; extra == 'all'
49
+ Requires-Dist: robotcode-runner==1.8.0; extra == 'all'
50
50
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
51
51
  Provides-Extra: analyze
52
- Requires-Dist: robotcode-analyze==1.6.0; extra == 'analyze'
52
+ Requires-Dist: robotcode-analyze==1.8.0; extra == 'analyze'
53
53
  Provides-Extra: colored
54
54
  Requires-Dist: rich; extra == 'colored'
55
55
  Provides-Extra: debugger
56
- Requires-Dist: robotcode-debugger==1.6.0; extra == 'debugger'
56
+ Requires-Dist: robotcode-debugger==1.8.0; extra == 'debugger'
57
57
  Provides-Extra: languageserver
58
- Requires-Dist: robotcode-language-server==1.6.0; extra == 'languageserver'
58
+ Requires-Dist: robotcode-language-server==1.8.0; extra == 'languageserver'
59
59
  Provides-Extra: lint
60
60
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
61
61
  Provides-Extra: repl
62
- Requires-Dist: robotcode-repl==1.6.0; extra == 'repl'
62
+ Requires-Dist: robotcode-repl==1.8.0; extra == 'repl'
63
63
  Provides-Extra: replserver
64
- Requires-Dist: robotcode-repl-server==1.6.0; extra == 'replserver'
64
+ Requires-Dist: robotcode-repl-server==1.8.0; extra == 'replserver'
65
65
  Provides-Extra: rest
66
66
  Requires-Dist: docutils; extra == 'rest'
67
67
  Provides-Extra: runner
68
- Requires-Dist: robotcode-runner==1.6.0; extra == 'runner'
68
+ Requires-Dist: robotcode-runner==1.8.0; extra == 'runner'
69
69
  Provides-Extra: yaml
70
70
  Requires-Dist: pyyaml>=5.4; extra == 'yaml'
71
71
  Description-Content-Type: text/markdown
@@ -125,6 +125,29 @@ With RobotCode, you can focus on building and testing your automation workflows
125
125
  - **And More!**: Check out the [official documentation](https://robotcode.io) for more details.
126
126
 
127
127
 
128
+ ## Support RobotCode
129
+
130
+ RobotCode is developed and maintained by volunteers. Your support helps us continue improving and adding new features.
131
+
132
+ **Become a Sponsor:**
133
+ - [GitHub Sponsors](https://github.com/sponsors/robotcodedev) - Monthly or one-time sponsorship
134
+ - [Open Collective](https://opencollective.com/robotcode) - One-time or recurring donations
135
+
136
+ **Corporate Sponsorship:**
137
+ - Direct & transparent: Open Collective (https://opencollective.com/robotcode) – invoices, public ledger
138
+ - Ecosystem support: Robot Framework Foundation membership (https://robotframework.org/foundation/) – indirectly benefits RobotCode
139
+
140
+ **Other Ways to Support:**
141
+ - Star the repository
142
+ - Leave a review on the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode) and [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26216)
143
+ - Ask questions & help others ([Slack #robotcode](https://slack.robotframework.org/) / [Forum](https://forum.robotframework.org) / [Discussions](https://github.com/robotcodedev/robotcode/discussions))
144
+ - Report bugs in the [issue tracker](https://github.com/robotcodedev/robotcode/issues)
145
+ - Suggest enhancements or features (issues or [Discussions](https://github.com/robotcodedev/robotcode/discussions))
146
+ - Share usage patterns & integration ideas ([Discussions](https://github.com/robotcodedev/robotcode/discussions))
147
+ - Improve tests (edge cases, large suites, multi-root, versions)
148
+ - Contribute code ([good first issue](https://github.com/robotcodedev/robotcode/labels/good%20first%20issue) / [help wanted](https://github.com/robotcodedev/robotcode/labels/help%20wanted))
149
+
150
+
128
151
  ## Requirements
129
152
 
130
153
  ### Python and Robot Framework Versions
@@ -235,4 +258,8 @@ This project is licensed under the [Apache 2.0 License](https://spdx.org/license
235
258
  ---
236
259
 
237
260
  ## Powered by
238
- [![JetBrains logo.](docs/images/jetbrains.png)](https://jb.gg/OpenSourceSupport)
261
+
262
+ [Robot Framework Foundation](https://robotframework.org/foundation)
263
+
264
+
265
+ [Jetbrains](https://jb.gg/OpenSourceSupport)
@@ -1,12 +1,12 @@
1
1
  robotcode/cli/__init__.py,sha256=dQ0Hhc3BJCf07zyHINEfAYROccgsnP-jcRUYzdTmD9g,9456
2
2
  robotcode/cli/__main__.py,sha256=hX3nwROMTnsYGT1KS0rXUYrslu9sFzctYdAh66Rcckw,153
3
- robotcode/cli/__version__.py,sha256=8EjIC8Er4Bn8PhErizTXrZVYTgb6tHgj00LrrBVNYXA,22
3
+ robotcode/cli/__version__.py,sha256=Oc_xF94AMAHKZkZlB5rBt1iO0TXWFalg65MP4T2qt-A,22
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=0Jmf7HDIo7IIaOMU9M_bYi7PdHAfcae6x3SW93NA3EA,10481
7
7
  robotcode/cli/commands/profiles.py,sha256=5H9lvSVCMggWXf0IH54QtgDgqupEEvpcUrEsTZvZsNM,6127
8
- robotcode-1.6.0.dist-info/METADATA,sha256=odSXY5m9ZyOeD7fZwKhni9zmMQ1kFzI86S3btEuiJ-o,13591
9
- robotcode-1.6.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- robotcode-1.6.0.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
11
- robotcode-1.6.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
12
- robotcode-1.6.0.dist-info/RECORD,,
8
+ robotcode-1.8.0.dist-info/METADATA,sha256=JwN9pzB6jc7CmbNsfH-1fsPLC4hgikquqX9YubeunXc,15261
9
+ robotcode-1.8.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ robotcode-1.8.0.dist-info/entry_points.txt,sha256=Pb4DKVVdJb5PboVl48njwk3DkKQHBJOL1A8KkpemqA8,58
11
+ robotcode-1.8.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
12
+ robotcode-1.8.0.dist-info/RECORD,,