isaacsim-code-editor 5.0.0.0__tar.gz → 6.0.0.0__tar.gz
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: isaacsim-code-editor
|
|
3
|
-
Version:
|
|
3
|
+
Version: 6.0.0.0
|
|
4
4
|
Summary: Isaac Sim components for scripting and code edition
|
|
5
5
|
Author: Isaac Sim team
|
|
6
6
|
License: NVIDIA Proprietary Software
|
|
@@ -9,11 +9,11 @@ Project-URL: Documentation, https://docs.isaacsim.omniverse.nvidia.com
|
|
|
9
9
|
Project-URL: Forum, https://forums.developer.nvidia.com/c/omniverse/simulation/69
|
|
10
10
|
Keywords: nvidia,omniverse,isaacsim,editor
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Classifier: License :: Other/Proprietary License
|
|
14
|
-
Requires-Python: ==3.
|
|
14
|
+
Requires-Python: ==3.12.*
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
|
-
Requires-Dist: isaacsim-kernel==
|
|
16
|
+
Requires-Dist: isaacsim-kernel==6.0.0.0
|
|
17
17
|
|
|
18
18
|
# isaacsim-code-editor
|
|
19
19
|
|
|
@@ -21,6 +21,6 @@ Isaac Sim components for scripting and code edition
|
|
|
21
21
|
|
|
22
22
|
<hr>
|
|
23
23
|
|
|
24
|
-
See [Install Isaac Sim using PIP](https://docs.omniverse.nvidia.com/
|
|
24
|
+
See [Install Isaac Sim using PIP](https://docs.isaacsim.omniverse.nvidia.com/latest/installation/install_python.html)
|
|
25
25
|
for details on how to install and run Isaac Sim in a (virtual) Python environment.
|
|
26
26
|
|
|
File without changes
|