dartpy 0.1.0.post107__cp310-cp310-manylinux_2_28_x86_64.whl → 0.2.0.post107__cp310-cp310-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.post107
3
+ Version: 0.2.0.post107
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,9 @@
1
- dartpy.cpython-310-x86_64-linux-gnu.so,sha256=6-6VtJaINdt7e1fQvyhOQ8wYjaoVfkoGKnfGWatQ9ac,16540721
2
- dartpy-0.1.0.post107.dist-info/RECORD,,
3
- dartpy-0.1.0.post107.dist-info/METADATA,sha256=QkcyIf3mOK7bHx3HuIP8FKclAt8jxUzTVC7zh6ZeuV0,5564
4
- dartpy-0.1.0.post107.dist-info/WHEEL,sha256=DRFGfbmk00iwRfDF9fpLQAJbF-b4Wp23htOC54ltOsw,114
5
- dartpy-0.1.0.post107.dist-info/top_level.txt,sha256=uS54APWVBb-a3RHZ0OUaZMgYA3_YFTZ-6m_1uYJFlls,18
6
- dartpy-0.1.0.post107.dist-info/LICENSE,sha256=hKSrksb2aZRZJ3O0hWFxBHMazgm3e-PEgZmxPv6ayGc,1740
1
+ dartpy.cpython-310-x86_64-linux-gnu.so,sha256=VzWM6nmsWzNVjG8WcB-8k9mqa8AOSJXRFmW0EdEA8WY,16548913
2
+ dartpy-0.2.0.post107.dist-info/RECORD,,
3
+ dartpy-0.2.0.post107.dist-info/METADATA,sha256=-eZ2_qs0CtyooPq0iaziIjFj4TG3_QYodN9ROAwCOMM,5564
4
+ dartpy-0.2.0.post107.dist-info/WHEEL,sha256=DRFGfbmk00iwRfDF9fpLQAJbF-b4Wp23htOC54ltOsw,114
5
+ dartpy-0.2.0.post107.dist-info/top_level.txt,sha256=uS54APWVBb-a3RHZ0OUaZMgYA3_YFTZ-6m_1uYJFlls,18
6
+ dartpy-0.2.0.post107.dist-info/LICENSE,sha256=hKSrksb2aZRZJ3O0hWFxBHMazgm3e-PEgZmxPv6ayGc,1740
7
7
  dartpy.libs/libosgManipulator-05bcdf02.so.3.7.0,sha256=rQDEBMIsO3eggfySvxXxtsIk-CM18quEmZSlIBERPZg,521577
8
8
  dartpy.libs/libosgUtil-e5d05863.so.3.7.0,sha256=evkG_DHAQCGoYYXfSaFp-FYBqI0t7Qenf0TOtlFvu5E,3017121
9
9
  dartpy.libs/libOpenThreads-0250ab5c.so.3.3.1,sha256=pt_vdKguGwcrgpaDNDihIbPDS3uwyWyS61XpR2UXdTQ,55809
@@ -37,8 +37,6 @@ tests/unit/constraint/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
37
37
  tests/unit/constraint/test_constraint.py,sha256=-CTSY8Aeyhwxvqnw3GtroUt6_RYfwgD7v_cU0ZeQZtA,1361
38
38
  tests/unit/math/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  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
40
  tests/unit/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
41
  tests/unit/common/test_uri.py,sha256=eZJZj8MQplyTogNAsZJwBkb9mrjnuvLz0BLxD_UvVrw,745
44
42
  tests/unit/common/test_string.py,sha256=CZyXL9okHilJHDk9T0oISytXOu0uG5izoBHFHmLe8ro,1520
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()