placo 0.8.6__0-cp310-cp310-manylinux_2_28_x86_64.whl → 0.8.8__0-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 placo might be problematic. Click here for more details.
- cmeel.prefix/lib/liblibplaco.so +0 -0
- cmeel.prefix/lib/python3.10/site-packages/placo.pyi +39 -163
- cmeel.prefix/lib/python3.10/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
|
"""
|
|
@@ -4052,7 +4029,7 @@ class HumanoidRobot:
|
|
|
4052
4029
|
collision_model: any
|
|
4053
4030
|
"""
|
|
4054
4031
|
|
|
4055
|
-
None( (placo.HumanoidRobot)arg1) ->
|
|
4032
|
+
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
4056
4033
|
|
|
4057
4034
|
C++ signature :
|
|
4058
4035
|
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
@@ -4122,7 +4099,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4122
4099
|
"""
|
|
4123
4100
|
Computes all minimum distances between current collision pairs.
|
|
4124
4101
|
|
|
4125
|
-
:return: <Element 'para' at
|
|
4102
|
+
:return: <Element 'para' at 0x7f10b7717470>
|
|
4126
4103
|
"""
|
|
4127
4104
|
...
|
|
4128
4105
|
|
|
@@ -4154,7 +4131,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4154
4131
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
4155
4132
|
|
|
4156
4133
|
:param any frame: the frame for which we want the jacobian
|
|
4157
|
-
:return: <Element 'para' at
|
|
4134
|
+
:return: <Element 'para' at 0x7f10b7732070>
|
|
4158
4135
|
"""
|
|
4159
4136
|
...
|
|
4160
4137
|
|
|
@@ -4167,7 +4144,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4167
4144
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
4168
4145
|
|
|
4169
4146
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4170
|
-
:return: <Element 'para' at
|
|
4147
|
+
:return: <Element 'para' at 0x7f10b7731e40>
|
|
4171
4148
|
"""
|
|
4172
4149
|
...
|
|
4173
4150
|
|
|
@@ -4415,7 +4392,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4415
4392
|
model: any
|
|
4416
4393
|
"""
|
|
4417
4394
|
|
|
4418
|
-
None( (placo.HumanoidRobot)arg1) ->
|
|
4395
|
+
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
4419
4396
|
|
|
4420
4397
|
C++ signature :
|
|
4421
4398
|
pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
@@ -4473,7 +4450,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4473
4450
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
4474
4451
|
|
|
4475
4452
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4476
|
-
:return: <Element 'para' at
|
|
4453
|
+
:return: <Element 'para' at 0x7f10b7716c00>
|
|
4477
4454
|
"""
|
|
4478
4455
|
...
|
|
4479
4456
|
|
|
@@ -4719,7 +4696,7 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
|
|
|
4719
4696
|
visual_model: any
|
|
4720
4697
|
"""
|
|
4721
4698
|
|
|
4722
|
-
None( (placo.HumanoidRobot)arg1) ->
|
|
4699
|
+
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
4723
4700
|
|
|
4724
4701
|
C++ signature :
|
|
4725
4702
|
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
@@ -5336,7 +5313,7 @@ None( (placo.KinematicsSolver)arg1) -> int :
|
|
|
5336
5313
|
self,
|
|
5337
5314
|
frame: any, # pinocchio::FrameIndex
|
|
5338
5315
|
type: any, # placo::kinematics::ManipulabilityTask::Type
|
|
5339
|
-
|
|
5316
|
+
lambda_: float = 1.0, # double
|
|
5340
5317
|
) -> ManipulabilityTask:
|
|
5341
5318
|
"""
|
|
5342
5319
|
Adds a manipulability regularization task for a given magnitude.
|
|
@@ -7249,7 +7226,7 @@ class RobotWrapper:
|
|
|
7249
7226
|
collision_model: any
|
|
7250
7227
|
"""
|
|
7251
7228
|
|
|
7252
|
-
None( (placo.RobotWrapper)arg1) ->
|
|
7229
|
+
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
7253
7230
|
|
|
7254
7231
|
C++ signature :
|
|
7255
7232
|
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
@@ -7301,7 +7278,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7301
7278
|
"""
|
|
7302
7279
|
Computes all minimum distances between current collision pairs.
|
|
7303
7280
|
|
|
7304
|
-
:return: <Element 'para' at
|
|
7281
|
+
:return: <Element 'para' at 0x7f10b77dabb0>
|
|
7305
7282
|
"""
|
|
7306
7283
|
...
|
|
7307
7284
|
|
|
@@ -7314,7 +7291,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7314
7291
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
7315
7292
|
|
|
7316
7293
|
:param any frame: the frame for which we want the jacobian
|
|
7317
|
-
:return: <Element 'para' at
|
|
7294
|
+
:return: <Element 'para' at 0x7f10b77d9b70>
|
|
7318
7295
|
"""
|
|
7319
7296
|
...
|
|
7320
7297
|
|
|
@@ -7327,7 +7304,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7327
7304
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
7328
7305
|
|
|
7329
7306
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7330
|
-
:return: <Element 'para' at
|
|
7307
|
+
:return: <Element 'para' at 0x7f10b77dbb50>
|
|
7331
7308
|
"""
|
|
7332
7309
|
...
|
|
7333
7310
|
|
|
@@ -7514,7 +7491,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7514
7491
|
model: any
|
|
7515
7492
|
"""
|
|
7516
7493
|
|
|
7517
|
-
None( (placo.RobotWrapper)arg1) ->
|
|
7494
|
+
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
7518
7495
|
|
|
7519
7496
|
C++ signature :
|
|
7520
7497
|
pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
@@ -7565,7 +7542,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7565
7542
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
7566
7543
|
|
|
7567
7544
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7568
|
-
:return: <Element 'para' at
|
|
7545
|
+
:return: <Element 'para' at 0x7f10b77d9df0>
|
|
7569
7546
|
"""
|
|
7570
7547
|
...
|
|
7571
7548
|
|
|
@@ -7778,7 +7755,7 @@ None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
|
|
|
7778
7755
|
visual_model: any
|
|
7779
7756
|
"""
|
|
7780
7757
|
|
|
7781
|
-
None( (placo.RobotWrapper)arg1) ->
|
|
7758
|
+
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
7782
7759
|
|
|
7783
7760
|
C++ signature :
|
|
7784
7761
|
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
@@ -8871,6 +8848,15 @@ class WalkTasks:
|
|
|
8871
8848
|
) -> None:
|
|
8872
8849
|
...
|
|
8873
8850
|
|
|
8851
|
+
com_task: any
|
|
8852
|
+
"""
|
|
8853
|
+
|
|
8854
|
+
None( (placo.WalkTasks)arg1) -> placo.CoMTask :
|
|
8855
|
+
|
|
8856
|
+
C++ signature :
|
|
8857
|
+
placo::kinematics::CoMTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
8858
|
+
"""
|
|
8859
|
+
|
|
8874
8860
|
com_x: any
|
|
8875
8861
|
"""
|
|
8876
8862
|
|
|
@@ -8969,6 +8955,15 @@ None( (placo.WalkTasks)arg1) -> placo.OrientationTask :
|
|
|
8969
8955
|
placo::kinematics::OrientationTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
8970
8956
|
"""
|
|
8971
8957
|
|
|
8958
|
+
trunk_task: any
|
|
8959
|
+
"""
|
|
8960
|
+
|
|
8961
|
+
None( (placo.WalkTasks)arg1) -> placo.PositionTask :
|
|
8962
|
+
|
|
8963
|
+
C++ signature :
|
|
8964
|
+
placo::kinematics::PositionTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
8965
|
+
"""
|
|
8966
|
+
|
|
8972
8967
|
def update_tasks(
|
|
8973
8968
|
self,
|
|
8974
8969
|
trajectory: WPGTrajectory, # placo::humanoid::WalkPatternGenerator::Trajectory
|
|
@@ -9110,27 +9105,15 @@ class boost_type_index:
|
|
|
9110
9105
|
...
|
|
9111
9106
|
|
|
9112
9107
|
def hash_code(
|
|
9113
|
-
|
|
9114
|
-
) -> int:
|
|
9115
|
-
"""
|
|
9116
|
-
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.
|
|
9117
|
-
"""
|
|
9108
|
+
) -> any:
|
|
9118
9109
|
...
|
|
9119
9110
|
|
|
9120
9111
|
def name(
|
|
9121
|
-
|
|
9122
|
-
) -> str:
|
|
9123
|
-
"""
|
|
9124
|
-
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.
|
|
9125
|
-
"""
|
|
9112
|
+
) -> any:
|
|
9126
9113
|
...
|
|
9127
9114
|
|
|
9128
9115
|
def pretty_name(
|
|
9129
|
-
|
|
9130
|
-
) -> str:
|
|
9131
|
-
"""
|
|
9132
|
-
Human readible name.
|
|
9133
|
-
"""
|
|
9116
|
+
) -> any:
|
|
9134
9117
|
...
|
|
9135
9118
|
|
|
9136
9119
|
|
|
@@ -9266,27 +9249,15 @@ class std_type_index:
|
|
|
9266
9249
|
...
|
|
9267
9250
|
|
|
9268
9251
|
def hash_code(
|
|
9269
|
-
|
|
9270
|
-
) -> int:
|
|
9271
|
-
"""
|
|
9272
|
-
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.
|
|
9273
|
-
"""
|
|
9252
|
+
) -> any:
|
|
9274
9253
|
...
|
|
9275
9254
|
|
|
9276
9255
|
def name(
|
|
9277
|
-
|
|
9278
|
-
) -> str:
|
|
9279
|
-
"""
|
|
9280
|
-
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.
|
|
9281
|
-
"""
|
|
9256
|
+
) -> any:
|
|
9282
9257
|
...
|
|
9283
9258
|
|
|
9284
9259
|
def pretty_name(
|
|
9285
|
-
|
|
9286
|
-
) -> str:
|
|
9287
|
-
"""
|
|
9288
|
-
Human readible name.
|
|
9289
|
-
"""
|
|
9260
|
+
) -> any:
|
|
9290
9261
|
...
|
|
9291
9262
|
|
|
9292
9263
|
|
|
@@ -9328,25 +9299,6 @@ class vector_Distance:
|
|
|
9328
9299
|
...
|
|
9329
9300
|
|
|
9330
9301
|
|
|
9331
|
-
class vector_MatrixXd:
|
|
9332
|
-
def __init__(
|
|
9333
|
-
arg1: object,
|
|
9334
|
-
) -> None:
|
|
9335
|
-
...
|
|
9336
|
-
|
|
9337
|
-
def append(
|
|
9338
|
-
arg1: vector_MatrixXd,
|
|
9339
|
-
arg2: object,
|
|
9340
|
-
) -> None:
|
|
9341
|
-
...
|
|
9342
|
-
|
|
9343
|
-
def extend(
|
|
9344
|
-
arg1: vector_MatrixXd,
|
|
9345
|
-
arg2: object,
|
|
9346
|
-
) -> None:
|
|
9347
|
-
...
|
|
9348
|
-
|
|
9349
|
-
|
|
9350
9302
|
class vector_Vector2d:
|
|
9351
9303
|
def __init__(
|
|
9352
9304
|
arg1: object,
|
|
@@ -9366,82 +9318,6 @@ class vector_Vector2d:
|
|
|
9366
9318
|
...
|
|
9367
9319
|
|
|
9368
9320
|
|
|
9369
|
-
class vector_Vector3d:
|
|
9370
|
-
def __init__(
|
|
9371
|
-
arg1: object,
|
|
9372
|
-
) -> None:
|
|
9373
|
-
...
|
|
9374
|
-
|
|
9375
|
-
def append(
|
|
9376
|
-
arg1: vector_Vector3d,
|
|
9377
|
-
arg2: object,
|
|
9378
|
-
) -> None:
|
|
9379
|
-
...
|
|
9380
|
-
|
|
9381
|
-
def extend(
|
|
9382
|
-
arg1: vector_Vector3d,
|
|
9383
|
-
arg2: object,
|
|
9384
|
-
) -> None:
|
|
9385
|
-
...
|
|
9386
|
-
|
|
9387
|
-
|
|
9388
|
-
class vector_double:
|
|
9389
|
-
def __init__(
|
|
9390
|
-
arg1: object,
|
|
9391
|
-
) -> None:
|
|
9392
|
-
...
|
|
9393
|
-
|
|
9394
|
-
def append(
|
|
9395
|
-
arg1: vector_double,
|
|
9396
|
-
arg2: object,
|
|
9397
|
-
) -> None:
|
|
9398
|
-
...
|
|
9399
|
-
|
|
9400
|
-
def extend(
|
|
9401
|
-
arg1: vector_double,
|
|
9402
|
-
arg2: object,
|
|
9403
|
-
) -> None:
|
|
9404
|
-
...
|
|
9405
|
-
|
|
9406
|
-
|
|
9407
|
-
class vector_int:
|
|
9408
|
-
def __init__(
|
|
9409
|
-
arg1: object,
|
|
9410
|
-
) -> None:
|
|
9411
|
-
...
|
|
9412
|
-
|
|
9413
|
-
def append(
|
|
9414
|
-
arg1: vector_int,
|
|
9415
|
-
arg2: object,
|
|
9416
|
-
) -> None:
|
|
9417
|
-
...
|
|
9418
|
-
|
|
9419
|
-
def extend(
|
|
9420
|
-
arg1: vector_int,
|
|
9421
|
-
arg2: object,
|
|
9422
|
-
) -> None:
|
|
9423
|
-
...
|
|
9424
|
-
|
|
9425
|
-
|
|
9426
|
-
class vector_string:
|
|
9427
|
-
def __init__(
|
|
9428
|
-
arg1: object,
|
|
9429
|
-
) -> None:
|
|
9430
|
-
...
|
|
9431
|
-
|
|
9432
|
-
def append(
|
|
9433
|
-
arg1: vector_string,
|
|
9434
|
-
arg2: object,
|
|
9435
|
-
) -> None:
|
|
9436
|
-
...
|
|
9437
|
-
|
|
9438
|
-
def extend(
|
|
9439
|
-
arg1: vector_string,
|
|
9440
|
-
arg2: object,
|
|
9441
|
-
) -> None:
|
|
9442
|
-
...
|
|
9443
|
-
|
|
9444
|
-
|
|
9445
9321
|
def wrap_angle(
|
|
9446
9322
|
angle: float, # double
|
|
9447
9323
|
) -> float:
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=DK0NFYaaeH0Vt-dRpmEQQQUCWNfZQ2n8sGd-nSfcQ2w,1961512
|
|
2
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=Hsv_0zkCTDXmCNsx1nsm4n_EJOA2L_vDofBcr0829h8,192932
|
|
3
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=2G0SQjibPRKzF4hKH0qMSjkrdr1siApKcd0vDEIcXcQ,8347600
|
|
4
|
+
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.10/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.10/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.10/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=Wkd9YieXdH5gmAf-td4KdKc4NpXgxiNZvpS7nFiEXLQ,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=GSN7_8lnyU4pOwlPSxtFF1PLk-P8U44tcuBjJAZOctM,1961512
|
|
2
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=1DccQ_0vomRTZKJJz1UCXtORH0xfdi08UBA7XLZgCrI,195239
|
|
3
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=UCSRFMyxQbCyf3QCQuSrqWQfgMF2VSANx4yWFHxWM84,8326488
|
|
4
|
-
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.10/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.10/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.10/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=Wkd9YieXdH5gmAf-td4KdKc4NpXgxiNZvpS7nFiEXLQ,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
|