dartpy 0.1.0.post110__cp312-cp312-manylinux_2_28_x86_64.whl → 0.2.0.post109__cp312-cp312-manylinux_2_28_x86_64.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.

Potentially problematic release.


This version of dartpy might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dartpy
3
- Version: 0.1.0.post110
3
+ Version: 0.2.0.post109
4
4
  Summary: Python API of Dynamic Animation and Robotics Toolkit.
5
5
  Home-page: https://github.com/dartsim/dart.git
6
6
  Author: Jeongseok Lee
@@ -1,9 +1,4 @@
1
- dartpy.cpython-312-x86_64-linux-gnu.so,sha256=F8Pig9KJOUk7w1BkSdhhT8RSOlKdixOEoQ4yEfBvt7o,16570641
2
- dartpy-0.1.0.post110.dist-info/RECORD,,
3
- dartpy-0.1.0.post110.dist-info/METADATA,sha256=fq7vLVC-MVsOpJ6eYNdKZ0lY6u3JkVe6AAw_UBGUnPs,5564
4
- dartpy-0.1.0.post110.dist-info/WHEEL,sha256=h5hc8tISCKpr_xclAfLoW0tDQH0gc8b3woxL8pJ9CGY,114
5
- dartpy-0.1.0.post110.dist-info/top_level.txt,sha256=uS54APWVBb-a3RHZ0OUaZMgYA3_YFTZ-6m_1uYJFlls,18
6
- dartpy-0.1.0.post110.dist-info/LICENSE,sha256=hKSrksb2aZRZJ3O0hWFxBHMazgm3e-PEgZmxPv6ayGc,1740
1
+ dartpy.cpython-312-x86_64-linux-gnu.so,sha256=Xn_RlhO_9aPNIbEMWdRgsrfMo7n0Zcj2X56d97MVAo0,16565305
7
2
  dartpy.libs/libosgManipulator-05bcdf02.so.3.7.0,sha256=rQDEBMIsO3eggfySvxXxtsIk-CM18quEmZSlIBERPZg,521577
8
3
  dartpy.libs/libosgUtil-e5d05863.so.3.7.0,sha256=evkG_DHAQCGoYYXfSaFp-FYBqI0t7Qenf0TOtlFvu5E,3017121
9
4
  dartpy.libs/libOpenThreads-0250ab5c.so.3.3.1,sha256=pt_vdKguGwcrgpaDNDihIbPDS3uwyWyS61XpR2UXdTQ,55809
@@ -37,8 +32,6 @@ tests/unit/constraint/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
37
32
  tests/unit/constraint/test_constraint.py,sha256=-CTSY8Aeyhwxvqnw3GtroUt6_RYfwgD7v_cU0ZeQZtA,1361
38
33
  tests/unit/math/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
34
  tests/unit/math/test_random.py,sha256=yTeg06GwJLkHX9-Gyj4_GhTwlco2_po3JZXRPzc_QPY,788
40
- tests/unit/v7/test_import.py,sha256=4zXjJxuh72QJ5S-83mEf4yr4eDC3aYcFHGtKrcZez_0,143
41
- tests/unit/v7/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
42
35
  tests/unit/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
36
  tests/unit/common/test_uri.py,sha256=eZJZj8MQplyTogNAsZJwBkb9mrjnuvLz0BLxD_UvVrw,745
44
37
  tests/unit/common/test_string.py,sha256=CZyXL9okHilJHDk9T0oISytXOu0uG5izoBHFHmLe8ro,1520
@@ -64,3 +57,8 @@ tests/unit/utils/test_skel_parser.py,sha256=4goKjpBs_rBJJrvk6e8mWWaPJLXyYtjnn2LY
64
57
  tests/unit/utils/test_mjcf_parser.py,sha256=IUekER9GvMf_3H89Uy85vINdfYGvkyIYC6y7Gk4TnOM,338
65
58
  tests/unit/utils/test_dart_loader.py,sha256=gvJFiZmSak_82DtjurKUhWhvd5w-liZGtmxvZQuOnxs,2216
66
59
  tests/unit/utils/test_sdf_parser.py,sha256=uMahhRhRPbQa6c3iQCQU11CdR43WL72oE27yt16qFSk,470
60
+ dartpy-0.2.0.post109.dist-info/RECORD,,
61
+ dartpy-0.2.0.post109.dist-info/METADATA,sha256=_m07PRVpDRgrG7nLjahtitZ-CK4ONPbc3knSfgUTJ6A,5564
62
+ dartpy-0.2.0.post109.dist-info/WHEEL,sha256=h5hc8tISCKpr_xclAfLoW0tDQH0gc8b3woxL8pJ9CGY,114
63
+ dartpy-0.2.0.post109.dist-info/top_level.txt,sha256=uS54APWVBb-a3RHZ0OUaZMgYA3_YFTZ-6m_1uYJFlls,18
64
+ dartpy-0.2.0.post109.dist-info/LICENSE,sha256=hKSrksb2aZRZJ3O0hWFxBHMazgm3e-PEgZmxPv6ayGc,1740
Binary file
tests/unit/v7/__init__.py DELETED
File without changes
@@ -1,11 +0,0 @@
1
- import dartpy as dart
2
- import pytest
3
-
4
-
5
- def test_import():
6
- import dartpy.v7 as v7
7
- dir(v7)
8
-
9
-
10
- if __name__ == "__main__":
11
- pytest.main()