dartpy 0.1.0.post110__cp312-cp312-win_amd64.whl → 0.2.0.post107__cp312-cp312-win_amd64.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.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
@@ -5,7 +5,7 @@ brotlidec.dll,sha256=v1xiI4uSZ7zrZMOih_CMjZEXbhra1y8_-HPixNOpNNo,50176
5
5
  bz2.dll,sha256=jIlkFYbwL5V1SBycpqIv5NoRoEq39KjpEuk5DQ8S_AQ,75264
6
6
  ccd.dll,sha256=e7VmRRLnqbnabGFXGswp0GAqZeF9UZ3rHlUIbM-laV0,37888
7
7
  console_bridge.dll,sha256=e7gUVhGxu0dMn0eHamwF2n7KWcZ2oxn2YAy6f-Y1LHk,24576
8
- dartpy.cp312-win_amd64.pyd,sha256=0ps5hXbxP7Oqd7dpJRfjDhYVYlRQSo7QBplronoUGRA,9482752
8
+ dartpy.cp312-win_amd64.pyd,sha256=D4dCyMDUUOKuhLtiUCZJPEfFaZncnkBAcQczOhZuxI0,9481216
9
9
  fontconfig-1.dll,sha256=Mvs-fASWl0iTfgDDDx98TMg88cGEvRuQ34z2Pr48n-4,285184
10
10
  freetype.dll,sha256=ft5_dAQ5F7wdlwATt_eA78z7QQNh5kdiH8ROon8k2tA,691200
11
11
  libexpat.dll,sha256=g3M5oKgFRC29U0RrAz331BiGWOzW4FdQrvmGz321Txs,157184
@@ -59,10 +59,8 @@ tests/unit/utils/test_dart_loader.py,sha256=Oq_5mfogGFFUXkNFTAgPBE1yAjk7Vgkl0DRl
59
59
  tests/unit/utils/test_mjcf_parser.py,sha256=RD-5ZLK0IeqtA2Zth07-1SznjSSuLlBzhOfZUZbhJho,357
60
60
  tests/unit/utils/test_sdf_parser.py,sha256=Tiea-pVHC2ZE7dsMhPPykbc5L2IHxtQTYanuFLgAQXw,491
61
61
  tests/unit/utils/test_skel_parser.py,sha256=a_nTYkT5yBPWNqOSow5bEMPALgJUb3Owvu8PBzkZzyI,577
62
- tests/unit/v7/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
63
- tests/unit/v7/test_import.py,sha256=ih2zs8JCYUEf1mBPTbjVZLSPrL3miQQ5HI0OWGfC5bo,154
64
- dartpy-0.1.0.post110.dist-info/LICENSE,sha256=4DWlDbIdXGvZMkvRwozhkDtn4QjniOiacm_E6R1b8Js,1771
65
- dartpy-0.1.0.post110.dist-info/METADATA,sha256=fLFJY9g9MV_HsgfffcqYDUQaGTPIlpLJYZzV7SsyVzk,5657
66
- dartpy-0.1.0.post110.dist-info/WHEEL,sha256=fZWyj_84lK0cA-ZNCsdwhbJl0OTrpWkxInEn424qrSs,102
67
- dartpy-0.1.0.post110.dist-info/top_level.txt,sha256=uS54APWVBb-a3RHZ0OUaZMgYA3_YFTZ-6m_1uYJFlls,18
68
- dartpy-0.1.0.post110.dist-info/RECORD,,
62
+ dartpy-0.2.0.post107.dist-info/LICENSE,sha256=4DWlDbIdXGvZMkvRwozhkDtn4QjniOiacm_E6R1b8Js,1771
63
+ dartpy-0.2.0.post107.dist-info/METADATA,sha256=ZMHm4F1TeT8A-kYeMhTX6_G1BdGtXq4OfPOdtD95qUU,5657
64
+ dartpy-0.2.0.post107.dist-info/WHEEL,sha256=fZWyj_84lK0cA-ZNCsdwhbJl0OTrpWkxInEn424qrSs,102
65
+ dartpy-0.2.0.post107.dist-info/top_level.txt,sha256=uS54APWVBb-a3RHZ0OUaZMgYA3_YFTZ-6m_1uYJFlls,18
66
+ dartpy-0.2.0.post107.dist-info/RECORD,,
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()