robotcode-repl-server 1.9.0__py3-none-any.whl → 2.0.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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode-repl-server
3
- Version: 1.9.0
3
+ Version: 2.0.0
4
4
  Summary: RobotCode REPL Server for Robot Framework
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://opencollective.com/robotcode
@@ -15,17 +15,18 @@ Classifier: Framework :: Robot Framework
15
15
  Classifier: Framework :: Robot Framework :: Tool
16
16
  Classifier: Operating System :: OS Independent
17
17
  Classifier: Programming Language :: Python
18
- Classifier: Programming Language :: Python :: 3.8
19
- Classifier: Programming Language :: Python :: 3.9
20
18
  Classifier: Programming Language :: Python :: 3.10
21
19
  Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Programming Language :: Python :: 3.14
22
23
  Classifier: Programming Language :: Python :: Implementation :: CPython
23
24
  Classifier: Programming Language :: Python :: Implementation :: PyPy
24
25
  Classifier: Topic :: Utilities
25
26
  Classifier: Typing :: Typed
26
- Requires-Python: >=3.8
27
- Requires-Dist: robotcode-jsonrpc2==1.9.0
28
- Requires-Dist: robotcode-runner==1.9.0
27
+ Requires-Python: >=3.10
28
+ Requires-Dist: robotcode-jsonrpc2==2.0.0
29
+ Requires-Dist: robotcode-runner==2.0.0
29
30
  Description-Content-Type: text/markdown
30
31
 
31
32
  # robotcode-repl-server
@@ -0,0 +1,12 @@
1
+ src/robotcode/repl_server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ src/robotcode/repl_server/__version__.py,sha256=_7OlQdbVkK4jad0CLdpI0grT-zEAb-qgFmH5mFzDXiA,22
3
+ src/robotcode/repl_server/cli.py,sha256=yxgD_4QFwRD-BSGxto3MeimKess5_KZWkUJldERBsSk,5970
4
+ src/robotcode/repl_server/hooks.py,sha256=4O9H8cefHc6T7erjPxzU941w3KWytTBB5gmvYb4bs_I,196
5
+ src/robotcode/repl_server/interpreter.py,sha256=tEHL26LdqJF7LT5VfCO-8Ap0GJJvP7u2nHqJ2m1380s,9316
6
+ src/robotcode/repl_server/protocol.py,sha256=SGCRyYdkcQPcD9zUBOQNvHVg6f5_AhNtmi85FR92rTc,1118
7
+ src/robotcode/repl_server/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
8
+ src/robotcode/repl_server/server.py,sha256=zzFsD6ds56d4GQJKXoysVZP-oiS08AtMKeyLKXH9Fss,746
9
+ robotcode_repl_server-2.0.0.dist-info/METADATA,sha256=DaUWurflILIf5HFnMZTOavU-ieHGrMiJB1KCO8pcfVQ,2820
10
+ robotcode_repl_server-2.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
+ robotcode_repl_server-2.0.0.dist-info/entry_points.txt,sha256=U_1iYu71VNyPq_epO0fXHki3B4BE4gR2mbZFAOWN1cg,54
12
+ robotcode_repl_server-2.0.0.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ __version__ = "2.0.0"
@@ -1 +0,0 @@
1
- __version__ = "1.9.0"
@@ -1,12 +0,0 @@
1
- robotcode/repl_server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- robotcode/repl_server/__version__.py,sha256=ljy9wwnU6FSzJrHgJSWUcZ_nIboERJauUm7HTpNQfNg,22
3
- robotcode/repl_server/cli.py,sha256=yxgD_4QFwRD-BSGxto3MeimKess5_KZWkUJldERBsSk,5970
4
- robotcode/repl_server/hooks.py,sha256=4O9H8cefHc6T7erjPxzU941w3KWytTBB5gmvYb4bs_I,196
5
- robotcode/repl_server/interpreter.py,sha256=tEHL26LdqJF7LT5VfCO-8Ap0GJJvP7u2nHqJ2m1380s,9316
6
- robotcode/repl_server/protocol.py,sha256=SGCRyYdkcQPcD9zUBOQNvHVg6f5_AhNtmi85FR92rTc,1118
7
- robotcode/repl_server/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
8
- robotcode/repl_server/server.py,sha256=zzFsD6ds56d4GQJKXoysVZP-oiS08AtMKeyLKXH9Fss,746
9
- robotcode_repl_server-1.9.0.dist-info/METADATA,sha256=kloRV8mwgcFsngt-gJjrdpK3HjxrQZatsN5bbSn32Jo,2766
10
- robotcode_repl_server-1.9.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
- robotcode_repl_server-1.9.0.dist-info/entry_points.txt,sha256=U_1iYu71VNyPq_epO0fXHki3B4BE4gR2mbZFAOWN1cg,54
12
- robotcode_repl_server-1.9.0.dist-info/RECORD,,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes