robotcode-robot 0.80.0__tar.gz → 0.81.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/PKG-INFO +3 -3
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/pyproject.toml +2 -2
- robotcode_robot-0.81.0/src/robotcode/robot/__version__.py +1 -0
- robotcode_robot-0.80.0/src/robotcode/robot/__version__.py +0 -1
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/.gitignore +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/LICENSE.txt +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/README.md +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/__init__.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/config/__init__.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/config/loader.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/config/model.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/config/utils.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/__init__.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/document_cache_helper.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/entities.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/errors.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/imports_manager.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/library_doc.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/model_helper.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/namespace.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/namespace_analyzer.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/workspace_config.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/py.typed +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/utils/__init__.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/utils/ast.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/utils/markdownformatter.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/utils/match.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/utils/robot_path.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/utils/stubs.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/utils/variables.py +0 -0
- {robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/utils/visitor.py +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: robotcode-robot
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.81.0
|
4
4
|
Summary: Support classes for RobotCode for handling Robot Framework projects.
|
5
5
|
Project-URL: Homepage, https://robotcode.io
|
6
|
-
Project-URL: Donate, https://
|
6
|
+
Project-URL: Donate, https://opencollective.com/robotcode
|
7
7
|
Project-URL: Documentation, https://github.com/robotcodedev/robotcode#readme
|
8
8
|
Project-URL: Changelog, https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md
|
9
9
|
Project-URL: Issues, https://github.com/robotcodedev/robotcode/issues
|
@@ -26,7 +26,7 @@ Classifier: Topic :: Utilities
|
|
26
26
|
Classifier: Typing :: Typed
|
27
27
|
Requires-Python: >=3.8
|
28
28
|
Requires-Dist: platformdirs<4.2.0,>=3.2.0
|
29
|
-
Requires-Dist: robotcode-core==0.
|
29
|
+
Requires-Dist: robotcode-core==0.81.0
|
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
|
@@ -29,13 +29,13 @@ dependencies = [
|
|
29
29
|
"robotframework>=4.1.0",
|
30
30
|
"tomli>=1.1.0; python_version < '3.11'",
|
31
31
|
"platformdirs>=3.2.0,<4.2.0",
|
32
|
-
"robotcode-core==0.
|
32
|
+
"robotcode-core==0.81.0",
|
33
33
|
]
|
34
34
|
dynamic = ["version"]
|
35
35
|
|
36
36
|
[project.urls]
|
37
37
|
Homepage = "https://robotcode.io"
|
38
|
-
Donate = "https://
|
38
|
+
Donate = "https://opencollective.com/robotcode"
|
39
39
|
Documentation = "https://github.com/robotcodedev/robotcode#readme"
|
40
40
|
Changelog = "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md"
|
41
41
|
Issues = "https://github.com/robotcodedev/robotcode/issues"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.81.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.80.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
|
{robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/__init__.py
RENAMED
File without changes
|
File without changes
|
{robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/entities.py
RENAMED
File without changes
|
File without changes
|
{robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/imports_manager.py
RENAMED
File without changes
|
{robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/library_doc.py
RENAMED
File without changes
|
{robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/model_helper.py
RENAMED
File without changes
|
{robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/diagnostics/namespace.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{robotcode_robot-0.80.0 → robotcode_robot-0.81.0}/src/robotcode/robot/utils/markdownformatter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|