placo 0.8.6__0-cp313-cp313-manylinux_2_28_x86_64.whl → 0.8.8__0-cp313-cp313-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 placo might be problematic. Click here for more details.
- cmeel.prefix/lib/liblibplaco.so +0 -0
- cmeel.prefix/lib/python3.13/site-packages/placo.pyi +39 -163
- cmeel.prefix/lib/python3.13/site-packages/placo.so +0 -0
- {placo-0.8.6.dist-info → placo-0.8.8.dist-info}/METADATA +1 -1
- placo-0.8.8.dist-info/RECORD +12 -0
- placo-0.8.6.dist-info/RECORD +0 -12
- {placo-0.8.6.dist-info → placo-0.8.8.dist-info}/WHEEL +0 -0
- {placo-0.8.6.dist-info → placo-0.8.8.dist-info}/licenses/LICENSE +0 -0
- {placo-0.8.6.dist-info → placo-0.8.8.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -30,7 +30,6 @@ DynamicsSolver = typing.NewType("DynamicsSolver", None)
|
|
|
30
30
|
DynamicsSolverResult = typing.NewType("DynamicsSolverResult", None)
|
|
31
31
|
DynamicsTask = typing.NewType("DynamicsTask", None)
|
|
32
32
|
DynamicsTorqueTask = typing.NewType("DynamicsTorqueTask", None)
|
|
33
|
-
Exception = typing.NewType("Exception", None)
|
|
34
33
|
Expression = typing.NewType("Expression", None)
|
|
35
34
|
ExternalWrenchContact = typing.NewType("ExternalWrenchContact", None)
|
|
36
35
|
Flags = typing.NewType("Flags", None)
|
|
@@ -97,12 +96,7 @@ map_string_double = typing.NewType("map_string_double", None)
|
|
|
97
96
|
std_type_index = typing.NewType("std_type_index", None)
|
|
98
97
|
vector_Collision = typing.NewType("vector_Collision", None)
|
|
99
98
|
vector_Distance = typing.NewType("vector_Distance", None)
|
|
100
|
-
vector_MatrixXd = typing.NewType("vector_MatrixXd", None)
|
|
101
99
|
vector_Vector2d = typing.NewType("vector_Vector2d", None)
|
|
102
|
-
vector_Vector3d = typing.NewType("vector_Vector3d", None)
|
|
103
|
-
vector_double = typing.NewType("vector_double", None)
|
|
104
|
-
vector_int = typing.NewType("vector_int", None)
|
|
105
|
-
vector_string = typing.NewType("vector_string", None)
|
|
106
100
|
class AvoidSelfCollisionsDynamicsConstraint:
|
|
107
101
|
def __init__(
|
|
108
102
|
arg1: object,
|
|
@@ -3003,23 +2997,6 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
3003
2997
|
...
|
|
3004
2998
|
|
|
3005
2999
|
|
|
3006
|
-
class Exception:
|
|
3007
|
-
def __init__(
|
|
3008
|
-
arg1: object,
|
|
3009
|
-
arg2: str,
|
|
3010
|
-
) -> None:
|
|
3011
|
-
...
|
|
3012
|
-
|
|
3013
|
-
message: any
|
|
3014
|
-
"""
|
|
3015
|
-
|
|
3016
|
-
None( (placo.Exception)arg1) -> str :
|
|
3017
|
-
|
|
3018
|
-
C++ signature :
|
|
3019
|
-
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > None(eigenpy::Exception {lvalue})
|
|
3020
|
-
"""
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
3000
|
class Expression:
|
|
3024
3001
|
A: any
|
|
3025
3002
|
"""
|
|
@@ -4056,7 +4033,7 @@ class HumanoidRobot:
|
|
|
4056
4033
|
collision_model: any
|
|
4057
4034
|
"""
|
|
4058
4035
|
|
|
4059
|
-
None( (placo.HumanoidRobot)arg1) ->
|
|
4036
|
+
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
4060
4037
|
|
|
4061
4038
|
C++ signature :
|
|
4062
4039
|
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
@@ -4126,7 +4103,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4126
4103
|
"""
|
|
4127
4104
|
Computes all minimum distances between current collision pairs.
|
|
4128
4105
|
|
|
4129
|
-
:return: <Element 'para' at
|
|
4106
|
+
:return: <Element 'para' at 0x7efbfd68b600>
|
|
4130
4107
|
"""
|
|
4131
4108
|
...
|
|
4132
4109
|
|
|
@@ -4158,7 +4135,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4158
4135
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
4159
4136
|
|
|
4160
4137
|
:param any frame: the frame for which we want the jacobian
|
|
4161
|
-
:return: <Element 'para' at
|
|
4138
|
+
:return: <Element 'para' at 0x7efbfd68a7a0>
|
|
4162
4139
|
"""
|
|
4163
4140
|
...
|
|
4164
4141
|
|
|
@@ -4171,7 +4148,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4171
4148
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
4172
4149
|
|
|
4173
4150
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4174
|
-
:return: <Element 'para' at
|
|
4151
|
+
:return: <Element 'para' at 0x7efbfd6885e0>
|
|
4175
4152
|
"""
|
|
4176
4153
|
...
|
|
4177
4154
|
|
|
@@ -4419,7 +4396,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4419
4396
|
model: any
|
|
4420
4397
|
"""
|
|
4421
4398
|
|
|
4422
|
-
None( (placo.HumanoidRobot)arg1) ->
|
|
4399
|
+
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
4423
4400
|
|
|
4424
4401
|
C++ signature :
|
|
4425
4402
|
pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
@@ -4477,7 +4454,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4477
4454
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
4478
4455
|
|
|
4479
4456
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4480
|
-
:return: <Element 'para' at
|
|
4457
|
+
:return: <Element 'para' at 0x7efbfd68bfb0>
|
|
4481
4458
|
"""
|
|
4482
4459
|
...
|
|
4483
4460
|
|
|
@@ -4723,7 +4700,7 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
|
|
|
4723
4700
|
visual_model: any
|
|
4724
4701
|
"""
|
|
4725
4702
|
|
|
4726
|
-
None( (placo.HumanoidRobot)arg1) ->
|
|
4703
|
+
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
4727
4704
|
|
|
4728
4705
|
C++ signature :
|
|
4729
4706
|
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
@@ -5344,7 +5321,7 @@ None( (placo.KinematicsSolver)arg1) -> int :
|
|
|
5344
5321
|
self,
|
|
5345
5322
|
frame: any, # pinocchio::FrameIndex
|
|
5346
5323
|
type: any, # placo::kinematics::ManipulabilityTask::Type
|
|
5347
|
-
|
|
5324
|
+
lambda_: float = 1.0, # double
|
|
5348
5325
|
) -> ManipulabilityTask:
|
|
5349
5326
|
"""
|
|
5350
5327
|
Adds a manipulability regularization task for a given magnitude.
|
|
@@ -7257,7 +7234,7 @@ class RobotWrapper:
|
|
|
7257
7234
|
collision_model: any
|
|
7258
7235
|
"""
|
|
7259
7236
|
|
|
7260
|
-
None( (placo.RobotWrapper)arg1) ->
|
|
7237
|
+
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
7261
7238
|
|
|
7262
7239
|
C++ signature :
|
|
7263
7240
|
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
@@ -7309,7 +7286,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7309
7286
|
"""
|
|
7310
7287
|
Computes all minimum distances between current collision pairs.
|
|
7311
7288
|
|
|
7312
|
-
:return: <Element 'para' at
|
|
7289
|
+
:return: <Element 'para' at 0x7efbfd68c130>
|
|
7313
7290
|
"""
|
|
7314
7291
|
...
|
|
7315
7292
|
|
|
@@ -7322,7 +7299,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7322
7299
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
7323
7300
|
|
|
7324
7301
|
:param any frame: the frame for which we want the jacobian
|
|
7325
|
-
:return: <Element 'para' at
|
|
7302
|
+
:return: <Element 'para' at 0x7efbfd68f880>
|
|
7326
7303
|
"""
|
|
7327
7304
|
...
|
|
7328
7305
|
|
|
@@ -7335,7 +7312,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7335
7312
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
7336
7313
|
|
|
7337
7314
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7338
|
-
:return: <Element 'para' at
|
|
7315
|
+
:return: <Element 'para' at 0x7efbfd66f420>
|
|
7339
7316
|
"""
|
|
7340
7317
|
...
|
|
7341
7318
|
|
|
@@ -7522,7 +7499,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7522
7499
|
model: any
|
|
7523
7500
|
"""
|
|
7524
7501
|
|
|
7525
|
-
None( (placo.RobotWrapper)arg1) ->
|
|
7502
|
+
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
7526
7503
|
|
|
7527
7504
|
C++ signature :
|
|
7528
7505
|
pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
@@ -7573,7 +7550,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7573
7550
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
7574
7551
|
|
|
7575
7552
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7576
|
-
:return: <Element 'para' at
|
|
7553
|
+
:return: <Element 'para' at 0x7efbfd68d170>
|
|
7577
7554
|
"""
|
|
7578
7555
|
...
|
|
7579
7556
|
|
|
@@ -7786,7 +7763,7 @@ None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
|
|
|
7786
7763
|
visual_model: any
|
|
7787
7764
|
"""
|
|
7788
7765
|
|
|
7789
|
-
None( (placo.RobotWrapper)arg1) ->
|
|
7766
|
+
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
7790
7767
|
|
|
7791
7768
|
C++ signature :
|
|
7792
7769
|
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
@@ -8879,6 +8856,15 @@ class WalkTasks:
|
|
|
8879
8856
|
) -> None:
|
|
8880
8857
|
...
|
|
8881
8858
|
|
|
8859
|
+
com_task: any
|
|
8860
|
+
"""
|
|
8861
|
+
|
|
8862
|
+
None( (placo.WalkTasks)arg1) -> placo.CoMTask :
|
|
8863
|
+
|
|
8864
|
+
C++ signature :
|
|
8865
|
+
placo::kinematics::CoMTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
8866
|
+
"""
|
|
8867
|
+
|
|
8882
8868
|
com_x: any
|
|
8883
8869
|
"""
|
|
8884
8870
|
|
|
@@ -8977,6 +8963,15 @@ None( (placo.WalkTasks)arg1) -> placo.OrientationTask :
|
|
|
8977
8963
|
placo::kinematics::OrientationTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
8978
8964
|
"""
|
|
8979
8965
|
|
|
8966
|
+
trunk_task: any
|
|
8967
|
+
"""
|
|
8968
|
+
|
|
8969
|
+
None( (placo.WalkTasks)arg1) -> placo.PositionTask :
|
|
8970
|
+
|
|
8971
|
+
C++ signature :
|
|
8972
|
+
placo::kinematics::PositionTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
8973
|
+
"""
|
|
8974
|
+
|
|
8980
8975
|
def update_tasks(
|
|
8981
8976
|
self,
|
|
8982
8977
|
trajectory: WPGTrajectory, # placo::humanoid::WalkPatternGenerator::Trajectory
|
|
@@ -9118,27 +9113,15 @@ class boost_type_index:
|
|
|
9118
9113
|
...
|
|
9119
9114
|
|
|
9120
9115
|
def hash_code(
|
|
9121
|
-
|
|
9122
|
-
) -> int:
|
|
9123
|
-
"""
|
|
9124
|
-
Returns an unspecified value (here denoted by hash code) such that for all std::type_info objects referring to the same type, their hash code is the same.
|
|
9125
|
-
"""
|
|
9116
|
+
) -> any:
|
|
9126
9117
|
...
|
|
9127
9118
|
|
|
9128
9119
|
def name(
|
|
9129
|
-
|
|
9130
|
-
) -> str:
|
|
9131
|
-
"""
|
|
9132
|
-
Returns an implementation defined null-terminated character string containing the name of the type. No guarantees are given; in particular, the returned string can be identical for several types and change between invocations of the same program.
|
|
9133
|
-
"""
|
|
9120
|
+
) -> any:
|
|
9134
9121
|
...
|
|
9135
9122
|
|
|
9136
9123
|
def pretty_name(
|
|
9137
|
-
|
|
9138
|
-
) -> str:
|
|
9139
|
-
"""
|
|
9140
|
-
Human readible name.
|
|
9141
|
-
"""
|
|
9124
|
+
) -> any:
|
|
9142
9125
|
...
|
|
9143
9126
|
|
|
9144
9127
|
|
|
@@ -9274,27 +9257,15 @@ class std_type_index:
|
|
|
9274
9257
|
...
|
|
9275
9258
|
|
|
9276
9259
|
def hash_code(
|
|
9277
|
-
|
|
9278
|
-
) -> int:
|
|
9279
|
-
"""
|
|
9280
|
-
Returns an unspecified value (here denoted by hash code) such that for all std::type_info objects referring to the same type, their hash code is the same.
|
|
9281
|
-
"""
|
|
9260
|
+
) -> any:
|
|
9282
9261
|
...
|
|
9283
9262
|
|
|
9284
9263
|
def name(
|
|
9285
|
-
|
|
9286
|
-
) -> str:
|
|
9287
|
-
"""
|
|
9288
|
-
Returns an implementation defined null-terminated character string containing the name of the type. No guarantees are given; in particular, the returned string can be identical for several types and change between invocations of the same program.
|
|
9289
|
-
"""
|
|
9264
|
+
) -> any:
|
|
9290
9265
|
...
|
|
9291
9266
|
|
|
9292
9267
|
def pretty_name(
|
|
9293
|
-
|
|
9294
|
-
) -> str:
|
|
9295
|
-
"""
|
|
9296
|
-
Human readible name.
|
|
9297
|
-
"""
|
|
9268
|
+
) -> any:
|
|
9298
9269
|
...
|
|
9299
9270
|
|
|
9300
9271
|
|
|
@@ -9336,25 +9307,6 @@ class vector_Distance:
|
|
|
9336
9307
|
...
|
|
9337
9308
|
|
|
9338
9309
|
|
|
9339
|
-
class vector_MatrixXd:
|
|
9340
|
-
def __init__(
|
|
9341
|
-
arg1: object,
|
|
9342
|
-
) -> None:
|
|
9343
|
-
...
|
|
9344
|
-
|
|
9345
|
-
def append(
|
|
9346
|
-
arg1: vector_MatrixXd,
|
|
9347
|
-
arg2: object,
|
|
9348
|
-
) -> None:
|
|
9349
|
-
...
|
|
9350
|
-
|
|
9351
|
-
def extend(
|
|
9352
|
-
arg1: vector_MatrixXd,
|
|
9353
|
-
arg2: object,
|
|
9354
|
-
) -> None:
|
|
9355
|
-
...
|
|
9356
|
-
|
|
9357
|
-
|
|
9358
9310
|
class vector_Vector2d:
|
|
9359
9311
|
def __init__(
|
|
9360
9312
|
arg1: object,
|
|
@@ -9374,82 +9326,6 @@ class vector_Vector2d:
|
|
|
9374
9326
|
...
|
|
9375
9327
|
|
|
9376
9328
|
|
|
9377
|
-
class vector_Vector3d:
|
|
9378
|
-
def __init__(
|
|
9379
|
-
arg1: object,
|
|
9380
|
-
) -> None:
|
|
9381
|
-
...
|
|
9382
|
-
|
|
9383
|
-
def append(
|
|
9384
|
-
arg1: vector_Vector3d,
|
|
9385
|
-
arg2: object,
|
|
9386
|
-
) -> None:
|
|
9387
|
-
...
|
|
9388
|
-
|
|
9389
|
-
def extend(
|
|
9390
|
-
arg1: vector_Vector3d,
|
|
9391
|
-
arg2: object,
|
|
9392
|
-
) -> None:
|
|
9393
|
-
...
|
|
9394
|
-
|
|
9395
|
-
|
|
9396
|
-
class vector_double:
|
|
9397
|
-
def __init__(
|
|
9398
|
-
arg1: object,
|
|
9399
|
-
) -> None:
|
|
9400
|
-
...
|
|
9401
|
-
|
|
9402
|
-
def append(
|
|
9403
|
-
arg1: vector_double,
|
|
9404
|
-
arg2: object,
|
|
9405
|
-
) -> None:
|
|
9406
|
-
...
|
|
9407
|
-
|
|
9408
|
-
def extend(
|
|
9409
|
-
arg1: vector_double,
|
|
9410
|
-
arg2: object,
|
|
9411
|
-
) -> None:
|
|
9412
|
-
...
|
|
9413
|
-
|
|
9414
|
-
|
|
9415
|
-
class vector_int:
|
|
9416
|
-
def __init__(
|
|
9417
|
-
arg1: object,
|
|
9418
|
-
) -> None:
|
|
9419
|
-
...
|
|
9420
|
-
|
|
9421
|
-
def append(
|
|
9422
|
-
arg1: vector_int,
|
|
9423
|
-
arg2: object,
|
|
9424
|
-
) -> None:
|
|
9425
|
-
...
|
|
9426
|
-
|
|
9427
|
-
def extend(
|
|
9428
|
-
arg1: vector_int,
|
|
9429
|
-
arg2: object,
|
|
9430
|
-
) -> None:
|
|
9431
|
-
...
|
|
9432
|
-
|
|
9433
|
-
|
|
9434
|
-
class vector_string:
|
|
9435
|
-
def __init__(
|
|
9436
|
-
arg1: object,
|
|
9437
|
-
) -> None:
|
|
9438
|
-
...
|
|
9439
|
-
|
|
9440
|
-
def append(
|
|
9441
|
-
arg1: vector_string,
|
|
9442
|
-
arg2: object,
|
|
9443
|
-
) -> None:
|
|
9444
|
-
...
|
|
9445
|
-
|
|
9446
|
-
def extend(
|
|
9447
|
-
arg1: vector_string,
|
|
9448
|
-
arg2: object,
|
|
9449
|
-
) -> None:
|
|
9450
|
-
...
|
|
9451
|
-
|
|
9452
|
-
|
|
9453
9329
|
def wrap_angle(
|
|
9454
9330
|
angle: float, # double
|
|
9455
9331
|
) -> float:
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=ZehoPrq56ezXDN8EMOQKDF45O9A0H05fW2Pn2rfJcHM,1961512
|
|
2
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=Rte6s2QVl0HAgbG1WcgcapC83uL2HOVg7AWvUvrIH1Y,193010
|
|
3
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=j86hkkdvcadK2KRdAgSErUb3cDfcIJKULtTZjJKvFBc,8314352
|
|
4
|
+
cmeel.prefix/lib/python3.13/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.13/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.13/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.13/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
+
placo-0.8.8.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
+
placo-0.8.8.dist-info/METADATA,sha256=ikjfW_YTfc9AnbU2ngCv971FEGPx33OnmvG-4Xd5Dak,2620
|
|
10
|
+
placo-0.8.8.dist-info/WHEEL,sha256=0HdmGrCnJOL3jd3aEKVYybYMjjAJ-FS-_IUmzdFUhHE,115
|
|
11
|
+
placo-0.8.8.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.8.8.dist-info/RECORD,,
|
placo-0.8.6.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=-M_mbOS-uj4brDhxeD61Mbc2RSrFsH7xUSkkSuRPGTs,1961512
|
|
2
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=R3pcSvA6fbbAmS9er2wKRpY1VGM6BpGL6orCIfgGsqY,195317
|
|
3
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=pND-ba_diEZ8f_PzxZrav5zNJhl9cKurMIr6VJG9dNM,8298752
|
|
4
|
-
cmeel.prefix/lib/python3.13/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.13/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.13/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.13/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
-
placo-0.8.6.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.8.6.dist-info/METADATA,sha256=FGihBTli1UAX86jY3_rZmHaXnqv77lVu-9gMs98mDb4,2620
|
|
10
|
-
placo-0.8.6.dist-info/WHEEL,sha256=0HdmGrCnJOL3jd3aEKVYybYMjjAJ-FS-_IUmzdFUhHE,115
|
|
11
|
-
placo-0.8.6.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.8.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|