agx-openplx 0.16.8__cp39-cp39-win_amd64.whl → 0.16.10__cp39-cp39-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.
- {agx_openplx-0.16.8.dist-info → agx_openplx-0.16.10.dist-info}/METADATA +2 -2
- agx_openplx-0.16.10.dist-info/RECORD +41 -0
- openplx/DriveTrain.py +2415 -2415
- openplx/Physics.py +10812 -10812
- openplx/Physics3D.py +10927 -10927
- openplx/Terrain.py +1035 -1035
- openplx/_AgxOpenPlxPyApi.cp39-win_amd64.pyd +0 -0
- openplx/_CorePythonSwig.cp39-win_amd64.pyd +0 -0
- openplx/_DriveTrainSwig.cp39-win_amd64.pyd +0 -0
- openplx/_MathSwig.cp39-win_amd64.pyd +0 -0
- openplx/_Physics1DSwig.cp39-win_amd64.pyd +0 -0
- openplx/_Physics3DSwig.cp39-win_amd64.pyd +0 -0
- openplx/_PhysicsSwig.cp39-win_amd64.pyd +0 -0
- openplx/_RoboticsSwig.cp39-win_amd64.pyd +0 -0
- openplx/_SimulationSwig.cp39-win_amd64.pyd +0 -0
- openplx/_TerrainSwig.cp39-win_amd64.pyd +0 -0
- openplx/_UrdfSwig.cp39-win_amd64.pyd +0 -0
- openplx/_VehiclesSwig.cp39-win_amd64.pyd +0 -0
- openplx/_VisualsSwig.cp39-win_amd64.pyd +0 -0
- openplx/__init__.py +1 -1
- agx_openplx-0.16.8.dist-info/RECORD +0 -41
- {agx_openplx-0.16.8.dist-info → agx_openplx-0.16.10.dist-info}/WHEEL +0 -0
- {agx_openplx-0.16.8.dist-info → agx_openplx-0.16.10.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: agx-openplx
|
3
|
-
Version: 0.16.
|
3
|
+
Version: 0.16.10
|
4
4
|
Summary: AGX-OpenPLX python interface development
|
5
5
|
Home-page: https://pub.algoryx.dev/openplx/
|
6
6
|
License: Apache 2.0
|
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
19
19
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
20
20
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
21
21
|
Requires-Dist: agx (==2.39.1.2)
|
22
|
-
Requires-Dist: openplx-bundles (>=0.16.
|
22
|
+
Requires-Dist: openplx-bundles (>=0.16.10,<0.17.0)
|
23
23
|
Requires-Dist: pclick (>=0.5.1,<0.6.0)
|
24
24
|
Description-Content-Type: text/markdown
|
25
25
|
|
@@ -0,0 +1,41 @@
|
|
1
|
+
openplx/__init__.py,sha256=z6A3CQXcVjF42WspPXl-n8L5PtD5LmjdHgF7G8WQRSc,2457
|
2
|
+
openplx/_AgxOpenPlxPyApi.cp39-win_amd64.pyd,sha256=Tdv2qnvndtpU8jZ7X7sZh9mxLIxb80g1WeTSCAnaeUs,5985280
|
3
|
+
openplx/_CorePythonSwig.cp39-win_amd64.pyd,sha256=xNfBqsXbSG4fk7xKuNB_PtOProXox-tWdOt_6TtDmJo,2571264
|
4
|
+
openplx/_DriveTrainSwig.cp39-win_amd64.pyd,sha256=Ax1HR1kk_ksBl48LFAtxMWVphbtjM4SnGczPKXGVEoU,3475968
|
5
|
+
openplx/_MathSwig.cp39-win_amd64.pyd,sha256=kA8yvMs8lG9_uKdxH4fQjQh207ZuYZgKxs1oYn0WC9k,1321472
|
6
|
+
openplx/_Physics1DSwig.cp39-win_amd64.pyd,sha256=2Mq8JmFszQxdDZ08EMeoeXiR4O_YJySmvMcBwAaSh98,1878016
|
7
|
+
openplx/_Physics3DSwig.cp39-win_amd64.pyd,sha256=C59xMO86Prj0gmA3UqnZJyzK8kwqfC3QxRFsOGMhAhE,12019200
|
8
|
+
openplx/_PhysicsSwig.cp39-win_amd64.pyd,sha256=wWvp88kImaI5wxyU4MPAnFTa0D_S2akIwVpfjZzlc8I,11013632
|
9
|
+
openplx/_RoboticsSwig.cp39-win_amd64.pyd,sha256=PyiM4blP-1jlv7lplm2oznn-H7X6VSTyFYLSg7T2tPg,4985344
|
10
|
+
openplx/_SimulationSwig.cp39-win_amd64.pyd,sha256=gkqMSbAIz-48nAVsidiQvVIuRieddb7SBkv5seYP9c4,650240
|
11
|
+
openplx/_TerrainSwig.cp39-win_amd64.pyd,sha256=YDBdERl_dSdjKGF0WRFoKSGUsTD07cnxXaSS44_L3D4,1552384
|
12
|
+
openplx/_UrdfSwig.cp39-win_amd64.pyd,sha256=XBsNSQyNeS91K1smufJFkiY9CZKFvWw5QXf9Kdw08sk,723456
|
13
|
+
openplx/_VehiclesSwig.cp39-win_amd64.pyd,sha256=VPVj54AB6mI5XuFhvM4Hn1IzY6_Br73JH9uzfttH4FY,3156992
|
14
|
+
openplx/_VisualsSwig.cp39-win_amd64.pyd,sha256=o55cw083-EU1Yol7dOOuhx-erH3976pXNZma2C0DQLI,1290240
|
15
|
+
openplx/agxtoopenplx.py,sha256=LCt_tm9tffb0aA5ZsVAqvD1w276NKuq2MQ9vOZS1V1I,2477
|
16
|
+
openplx/anytoopenplx.py,sha256=ckINLkHMyraBaIhdJfVXcaeVNh6m7BnyEx9or3j7mxo,2318
|
17
|
+
openplx/api.py,sha256=OD-gYeyN_8fGKULvIkRxtpU6eS_tADlj3N5IkY7Wnhw,51254
|
18
|
+
openplx/Core.py,sha256=-lWDwCm8Gj457Ur4C3rjDf61KuG-Y_KByZQxm_HuOaw,278304
|
19
|
+
openplx/DriveTrain.py,sha256=Pe6yfj7Htf4yDCN4Ua26PKp9yNkuF4N8dGnNrI34v7E,567048
|
20
|
+
openplx/Math.py,sha256=nzO44daeh6x0iMTg4sKtSx2Yc8Z6iTTiR7LZDa-RCM0,196693
|
21
|
+
openplx/migrate.py,sha256=VsY2T6DC1r1PeayLdU7YgWIl6KW8GwUtXUPLgTRNx5k,8430
|
22
|
+
openplx/migration_hint.py,sha256=JiD5f7DzCVNoN-N_VweRNIKnSmCRqxhRof4QiR-1rEs,617
|
23
|
+
openplx/migrations.py,sha256=Ryap54t5GbA8z1Cu5SbGZgkJe5uTfANbm6RyUQLWxnk,21573
|
24
|
+
openplx/openplx_application.py,sha256=eLu-ZtD4XFIuNjbkKk7SPAPH--sE0H_eY5_KzSd7wuk,7293
|
25
|
+
openplx/openplx_serialize.py,sha256=0_hKFnBP8IQ4f22vW6RLHRRNxUZVSu21Lcrgy6lbqPc,1491
|
26
|
+
openplx/openplx_validate.py,sha256=2DQUidndm9waN1FQTcv5TXF7_yi337NJ_bdvvsed2jQ,2619
|
27
|
+
openplx/openplx_view.py,sha256=Rmg2uWhaDQ4WMEsKlDTcMBSoPIFDNXXZzN7ytFU9ZgQ,365
|
28
|
+
openplx/Physics.py,sha256=EgPOqt6OUVtTPspntISHzK7jtVUNmsl7skA8mbX31p8,2197071
|
29
|
+
openplx/Physics1D.py,sha256=ERyKjwjhMz0Xlw_VtYPal6uk7DFXj1KDGlwcpLz04jk,283007
|
30
|
+
openplx/Physics3D.py,sha256=raAIvfEvpMv8ZB_I6GnrCeM1sLjr4zT5dCrl9xStUUg,2347529
|
31
|
+
openplx/Robotics.py,sha256=-0J3avw2zg_QUdo7yji20E3PJTp6s5NV8krRanXhoDc,778245
|
32
|
+
openplx/Simulation.py,sha256=K2qYIgfoZLy9ponoi9Fqpdv_kcDkgFBwgPCTO-eDgu4,47946
|
33
|
+
openplx/Terrain.py,sha256=tnptMjd2EznN1OtcknYUa_WqnTKwYQjbyc_L4e3OtfQ,190513
|
34
|
+
openplx/Urdf.py,sha256=RhHn9xgiXKeWn4vRt1xWoF8ixe6RpGEyFgZr9mvG02c,24593
|
35
|
+
openplx/Vehicles.py,sha256=jtRnoXruzdJgEAn5MyEPWdUmQrQSXMUw1MVnoj-ETZ0,463514
|
36
|
+
openplx/versionaction.py,sha256=u0rZ34x1-KtLHM93OBN2BsFAxEAv6HDLadvu14en5io,294
|
37
|
+
openplx/Visuals.py,sha256=I_9r1UxRCylZEnGLzkfAc_8CGm2Fw-Dq8aalAj9Ypks,192729
|
38
|
+
agx_openplx-0.16.10.dist-info/entry_points.txt,sha256=IyHBVBNuH_4ZhfWnB1ZVXYtpKG_QT7dwGIUMLWdyhrc,263
|
39
|
+
agx_openplx-0.16.10.dist-info/METADATA,sha256=hqPb_sEnKFmUDgcGDhbwNs6c65613NgH1yPCQapweC4,2369
|
40
|
+
agx_openplx-0.16.10.dist-info/WHEEL,sha256=T7hzPzFWHJiWCVylm2UCj5payilA7ulisMC0IiBEe3o,96
|
41
|
+
agx_openplx-0.16.10.dist-info/RECORD,,
|