robotcode-robot 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/robot/__version__.py +1 -0
- {robotcode_robot-2.0.0.dist-info → robotcode_robot-2.0.1.dist-info}/METADATA +2 -2
- robotcode_robot-2.0.1.dist-info/RECORD +31 -0
- robotcode_robot-2.0.0.dist-info/RECORD +0 -31
- src/robotcode/robot/__version__.py +0 -1
- {src/robotcode → robotcode}/robot/__init__.py +0 -0
- {src/robotcode → robotcode}/robot/config/__init__.py +0 -0
- {src/robotcode → robotcode}/robot/config/loader.py +0 -0
- {src/robotcode → robotcode}/robot/config/model.py +0 -0
- {src/robotcode → robotcode}/robot/config/utils.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/__init__.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/data_cache.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/diagnostics_modifier.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/document_cache_helper.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/entities.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/errors.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/imports_manager.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/keyword_finder.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/library_doc.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/model_helper.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/namespace.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/namespace_analyzer.py +0 -0
- {src/robotcode → robotcode}/robot/diagnostics/workspace_config.py +0 -0
- {src/robotcode → robotcode}/robot/py.typed +0 -0
- {src/robotcode → robotcode}/robot/utils/__init__.py +0 -0
- {src/robotcode → robotcode}/robot/utils/ast.py +0 -0
- {src/robotcode → robotcode}/robot/utils/markdownformatter.py +0 -0
- {src/robotcode → robotcode}/robot/utils/match.py +0 -0
- {src/robotcode → robotcode}/robot/utils/robot_path.py +0 -0
- {src/robotcode → robotcode}/robot/utils/stubs.py +0 -0
- {src/robotcode → robotcode}/robot/utils/variables.py +0 -0
- {src/robotcode → robotcode}/robot/utils/visitor.py +0 -0
- {robotcode_robot-2.0.0.dist-info → robotcode_robot-2.0.1.dist-info}/WHEEL +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "2.0.1"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: robotcode-robot
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.1
|
4
4
|
Summary: Support classes for RobotCode for handling Robot Framework projects.
|
5
5
|
Project-URL: Homepage, https://robotcode.io
|
6
6
|
Project-URL: Donate, https://opencollective.com/robotcode
|
@@ -26,7 +26,7 @@ Classifier: Topic :: Utilities
|
|
26
26
|
Classifier: Typing :: Typed
|
27
27
|
Requires-Python: >=3.10
|
28
28
|
Requires-Dist: platformdirs>=4.3
|
29
|
-
Requires-Dist: robotcode-core==2.0.
|
29
|
+
Requires-Dist: robotcode-core==2.0.1
|
30
30
|
Requires-Dist: robotframework>=4.1.0
|
31
31
|
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
|
32
32
|
Description-Content-Type: text/markdown
|
@@ -0,0 +1,31 @@
|
|
1
|
+
robotcode/robot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
robotcode/robot/__version__.py,sha256=wAxkK8w13vqoF47A8iqWdSlIgRRXmZiQ0R4wePZfzhs,22
|
3
|
+
robotcode/robot/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
4
|
+
robotcode/robot/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
+
robotcode/robot/config/loader.py,sha256=qrP810HNMDpqhXopWa0dOa0Wq_zQfVctsNYKY6sLKGI,8654
|
6
|
+
robotcode/robot/config/model.py,sha256=3Qdk6-ugxFzjLhkFLkLSDa7lUPwU7TVvHNToL6bd6L8,88906
|
7
|
+
robotcode/robot/config/utils.py,sha256=xY-LH31BidWzonpvSrle-4HvKrp02I7IRqU2JwlL4Ls,2931
|
8
|
+
robotcode/robot/diagnostics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
|
+
robotcode/robot/diagnostics/data_cache.py,sha256=duLbcKzwqlCC1tBvJY8ASYh2LcIoCSs8_NgQ8NUQ7VU,3186
|
10
|
+
robotcode/robot/diagnostics/diagnostics_modifier.py,sha256=6zJdXBd6g1QM12XJbsHd8gNNysECMnWlne3q8XNgBDo,9797
|
11
|
+
robotcode/robot/diagnostics/document_cache_helper.py,sha256=2Ekm4KEF4bwmM0TIxU-5sEtn2LyR14hb_fyVxriXJ58,24008
|
12
|
+
robotcode/robot/diagnostics/entities.py,sha256=8EM9IwJtgUD68PvmM5PjVwVWMF_tow2GYvMFebJgJM0,12514
|
13
|
+
robotcode/robot/diagnostics/errors.py,sha256=bUreFflbNYKWccbaq6T84VmYozJhsCTOBoMq3xNAIkY,2122
|
14
|
+
robotcode/robot/diagnostics/imports_manager.py,sha256=t7VIjKbc3chi10NTXRu4_QLhViufIwqMIVwW2akfK34,63748
|
15
|
+
robotcode/robot/diagnostics/keyword_finder.py,sha256=FHPxstUl_0gN5EmmCF0oEjqgxcRNzCDTbxZnmIIrqL8,18730
|
16
|
+
robotcode/robot/diagnostics/library_doc.py,sha256=4Eio6ujJydBFnjJwiNKvw-0FM1LqBlFckclE7bzW6BQ,100764
|
17
|
+
robotcode/robot/diagnostics/model_helper.py,sha256=RmKg1t5qsbSbW5uiehpFzJt157gDSQ1ayzXlur26AGI,31000
|
18
|
+
robotcode/robot/diagnostics/namespace.py,sha256=NQseG4eG6gzBxEy2by3HbQd6DHAqflIovz0WooQHyAI,80960
|
19
|
+
robotcode/robot/diagnostics/namespace_analyzer.py,sha256=arj0PWUyqJj0y1iVD4ty_5FIZAeqkMqgPClmstgSxuE,79634
|
20
|
+
robotcode/robot/diagnostics/workspace_config.py,sha256=_iJ3PiFfH3zp8zALvugWhcFQO_znvDq1_2NydqSg4eE,2902
|
21
|
+
robotcode/robot/utils/__init__.py,sha256=HETwRb7y8SJSehSxygixKwkUGdiTKNgS4NjXVOUrUzE,361
|
22
|
+
robotcode/robot/utils/ast.py,sha256=IdihPbvY2ERwm763mwPcDUZlS-si6AgNdF3ROqX48Pk,11417
|
23
|
+
robotcode/robot/utils/markdownformatter.py,sha256=v2p4T-d0wc0SuUJ4iLJJg1pHjgIA6dZX4l_XnZIXjXM,11690
|
24
|
+
robotcode/robot/utils/match.py,sha256=9tG1OD9KS1v9ocWgsERSf6z_w9gAeE5LourNUYHzvTM,653
|
25
|
+
robotcode/robot/utils/robot_path.py,sha256=Z-GVBOPA_xeD20bCJi4_AWaU0eQWvCym-YFtyRpXARE,1767
|
26
|
+
robotcode/robot/utils/stubs.py,sha256=umugZYAyneFNgqRJBRMJPzm0u0B_TH8Sx_y-ykXnxpw,351
|
27
|
+
robotcode/robot/utils/variables.py,sha256=RCmBdVWtwVkB058QCBE_Bj3_28H1sXmYs0lJF9bVc0w,7644
|
28
|
+
robotcode/robot/utils/visitor.py,sha256=nP3O0qh3YYuxR6S8wYJRBFfNwIVgsgohURBlrnFkRYQ,2299
|
29
|
+
robotcode_robot-2.0.1.dist-info/METADATA,sha256=MxNi_6iVTkvXZbD9rPAp7tNfgfjeuV3f07tkhqPwyZE,2893
|
30
|
+
robotcode_robot-2.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
31
|
+
robotcode_robot-2.0.1.dist-info/RECORD,,
|
@@ -1,31 +0,0 @@
|
|
1
|
-
src/robotcode/robot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
src/robotcode/robot/__version__.py,sha256=_7OlQdbVkK4jad0CLdpI0grT-zEAb-qgFmH5mFzDXiA,22
|
3
|
-
src/robotcode/robot/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
4
|
-
src/robotcode/robot/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
src/robotcode/robot/config/loader.py,sha256=qrP810HNMDpqhXopWa0dOa0Wq_zQfVctsNYKY6sLKGI,8654
|
6
|
-
src/robotcode/robot/config/model.py,sha256=3Qdk6-ugxFzjLhkFLkLSDa7lUPwU7TVvHNToL6bd6L8,88906
|
7
|
-
src/robotcode/robot/config/utils.py,sha256=xY-LH31BidWzonpvSrle-4HvKrp02I7IRqU2JwlL4Ls,2931
|
8
|
-
src/robotcode/robot/diagnostics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
|
-
src/robotcode/robot/diagnostics/data_cache.py,sha256=duLbcKzwqlCC1tBvJY8ASYh2LcIoCSs8_NgQ8NUQ7VU,3186
|
10
|
-
src/robotcode/robot/diagnostics/diagnostics_modifier.py,sha256=6zJdXBd6g1QM12XJbsHd8gNNysECMnWlne3q8XNgBDo,9797
|
11
|
-
src/robotcode/robot/diagnostics/document_cache_helper.py,sha256=2Ekm4KEF4bwmM0TIxU-5sEtn2LyR14hb_fyVxriXJ58,24008
|
12
|
-
src/robotcode/robot/diagnostics/entities.py,sha256=8EM9IwJtgUD68PvmM5PjVwVWMF_tow2GYvMFebJgJM0,12514
|
13
|
-
src/robotcode/robot/diagnostics/errors.py,sha256=bUreFflbNYKWccbaq6T84VmYozJhsCTOBoMq3xNAIkY,2122
|
14
|
-
src/robotcode/robot/diagnostics/imports_manager.py,sha256=t7VIjKbc3chi10NTXRu4_QLhViufIwqMIVwW2akfK34,63748
|
15
|
-
src/robotcode/robot/diagnostics/keyword_finder.py,sha256=FHPxstUl_0gN5EmmCF0oEjqgxcRNzCDTbxZnmIIrqL8,18730
|
16
|
-
src/robotcode/robot/diagnostics/library_doc.py,sha256=4Eio6ujJydBFnjJwiNKvw-0FM1LqBlFckclE7bzW6BQ,100764
|
17
|
-
src/robotcode/robot/diagnostics/model_helper.py,sha256=RmKg1t5qsbSbW5uiehpFzJt157gDSQ1ayzXlur26AGI,31000
|
18
|
-
src/robotcode/robot/diagnostics/namespace.py,sha256=NQseG4eG6gzBxEy2by3HbQd6DHAqflIovz0WooQHyAI,80960
|
19
|
-
src/robotcode/robot/diagnostics/namespace_analyzer.py,sha256=arj0PWUyqJj0y1iVD4ty_5FIZAeqkMqgPClmstgSxuE,79634
|
20
|
-
src/robotcode/robot/diagnostics/workspace_config.py,sha256=_iJ3PiFfH3zp8zALvugWhcFQO_znvDq1_2NydqSg4eE,2902
|
21
|
-
src/robotcode/robot/utils/__init__.py,sha256=HETwRb7y8SJSehSxygixKwkUGdiTKNgS4NjXVOUrUzE,361
|
22
|
-
src/robotcode/robot/utils/ast.py,sha256=IdihPbvY2ERwm763mwPcDUZlS-si6AgNdF3ROqX48Pk,11417
|
23
|
-
src/robotcode/robot/utils/markdownformatter.py,sha256=v2p4T-d0wc0SuUJ4iLJJg1pHjgIA6dZX4l_XnZIXjXM,11690
|
24
|
-
src/robotcode/robot/utils/match.py,sha256=9tG1OD9KS1v9ocWgsERSf6z_w9gAeE5LourNUYHzvTM,653
|
25
|
-
src/robotcode/robot/utils/robot_path.py,sha256=Z-GVBOPA_xeD20bCJi4_AWaU0eQWvCym-YFtyRpXARE,1767
|
26
|
-
src/robotcode/robot/utils/stubs.py,sha256=umugZYAyneFNgqRJBRMJPzm0u0B_TH8Sx_y-ykXnxpw,351
|
27
|
-
src/robotcode/robot/utils/variables.py,sha256=RCmBdVWtwVkB058QCBE_Bj3_28H1sXmYs0lJF9bVc0w,7644
|
28
|
-
src/robotcode/robot/utils/visitor.py,sha256=nP3O0qh3YYuxR6S8wYJRBFfNwIVgsgohURBlrnFkRYQ,2299
|
29
|
-
robotcode_robot-2.0.0.dist-info/METADATA,sha256=7Ojs2uoGEitxJV28XMftJShihqnOSVCs_0QX3OtSE3s,2893
|
30
|
-
robotcode_robot-2.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
31
|
-
robotcode_robot-2.0.0.dist-info/RECORD,,
|
@@ -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
|
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
|
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
|
File without changes
|