placo 0.8.7__0-cp313-cp313-macosx_11_0_arm64.whl → 0.8.8__0-cp313-cp313-macosx_11_0_arm64.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.dylib +0 -0
- cmeel.prefix/lib/python3.13/site-packages/placo.pyi +38 -162
- cmeel.prefix/lib/python3.13/site-packages/placo.so +0 -0
- {placo-0.8.7.dist-info → placo-0.8.8.dist-info}/METADATA +1 -1
- placo-0.8.8.dist-info/RECORD +12 -0
- placo-0.8.7.dist-info/RECORD +0 -12
- {placo-0.8.7.dist-info → placo-0.8.8.dist-info}/WHEEL +0 -0
- {placo-0.8.7.dist-info → placo-0.8.8.dist-info}/licenses/LICENSE +0 -0
- {placo-0.8.7.dist-info → placo-0.8.8.dist-info}/top_level.txt +0 -0
|
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,
|
|
@@ -3082,23 +3076,6 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
3082
3076
|
...
|
|
3083
3077
|
|
|
3084
3078
|
|
|
3085
|
-
class Exception:
|
|
3086
|
-
def __init__(
|
|
3087
|
-
arg1: object,
|
|
3088
|
-
arg2: str,
|
|
3089
|
-
) -> None:
|
|
3090
|
-
...
|
|
3091
|
-
|
|
3092
|
-
message: any
|
|
3093
|
-
"""
|
|
3094
|
-
|
|
3095
|
-
None( (placo.Exception)arg1) -> str :
|
|
3096
|
-
|
|
3097
|
-
C++ signature :
|
|
3098
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> None(eigenpy::Exception {lvalue})
|
|
3099
|
-
"""
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
3079
|
class Expression:
|
|
3103
3080
|
A: any
|
|
3104
3081
|
"""
|
|
@@ -4163,7 +4140,7 @@ class HumanoidRobot:
|
|
|
4163
4140
|
collision_model: any
|
|
4164
4141
|
"""
|
|
4165
4142
|
|
|
4166
|
-
None( (placo.HumanoidRobot)arg1) ->
|
|
4143
|
+
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
4167
4144
|
|
|
4168
4145
|
C++ signature :
|
|
4169
4146
|
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
@@ -4233,7 +4210,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4233
4210
|
"""
|
|
4234
4211
|
Computes all minimum distances between current collision pairs.
|
|
4235
4212
|
|
|
4236
|
-
:return: <Element 'para' at
|
|
4213
|
+
:return: <Element 'para' at 0x105b20fe0>
|
|
4237
4214
|
"""
|
|
4238
4215
|
...
|
|
4239
4216
|
|
|
@@ -4266,7 +4243,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4266
4243
|
|
|
4267
4244
|
:param any frame: the frame for which we want the jacobian
|
|
4268
4245
|
|
|
4269
|
-
:return: <Element 'para' at
|
|
4246
|
+
:return: <Element 'para' at 0x105b21a80>
|
|
4270
4247
|
"""
|
|
4271
4248
|
...
|
|
4272
4249
|
|
|
@@ -4280,7 +4257,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4280
4257
|
|
|
4281
4258
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4282
4259
|
|
|
4283
|
-
:return: <Element 'para' at
|
|
4260
|
+
:return: <Element 'para' at 0x105b231f0>
|
|
4284
4261
|
"""
|
|
4285
4262
|
...
|
|
4286
4263
|
|
|
@@ -4532,7 +4509,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4532
4509
|
model: any
|
|
4533
4510
|
"""
|
|
4534
4511
|
|
|
4535
|
-
None( (placo.HumanoidRobot)arg1) ->
|
|
4512
|
+
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
4536
4513
|
|
|
4537
4514
|
C++ signature :
|
|
4538
4515
|
pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
@@ -4592,7 +4569,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4592
4569
|
|
|
4593
4570
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4594
4571
|
|
|
4595
|
-
:return: <Element 'para' at
|
|
4572
|
+
:return: <Element 'para' at 0x105b207c0>
|
|
4596
4573
|
"""
|
|
4597
4574
|
...
|
|
4598
4575
|
|
|
@@ -4846,7 +4823,7 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
|
|
|
4846
4823
|
visual_model: any
|
|
4847
4824
|
"""
|
|
4848
4825
|
|
|
4849
|
-
None( (placo.HumanoidRobot)arg1) ->
|
|
4826
|
+
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
4850
4827
|
|
|
4851
4828
|
C++ signature :
|
|
4852
4829
|
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
@@ -7448,7 +7425,7 @@ class RobotWrapper:
|
|
|
7448
7425
|
collision_model: any
|
|
7449
7426
|
"""
|
|
7450
7427
|
|
|
7451
|
-
None( (placo.RobotWrapper)arg1) ->
|
|
7428
|
+
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
7452
7429
|
|
|
7453
7430
|
C++ signature :
|
|
7454
7431
|
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
@@ -7500,7 +7477,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7500
7477
|
"""
|
|
7501
7478
|
Computes all minimum distances between current collision pairs.
|
|
7502
7479
|
|
|
7503
|
-
:return: <Element 'para' at
|
|
7480
|
+
:return: <Element 'para' at 0x105aa8040>
|
|
7504
7481
|
"""
|
|
7505
7482
|
...
|
|
7506
7483
|
|
|
@@ -7514,7 +7491,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7514
7491
|
|
|
7515
7492
|
:param any frame: the frame for which we want the jacobian
|
|
7516
7493
|
|
|
7517
|
-
:return: <Element 'para' at
|
|
7494
|
+
:return: <Element 'para' at 0x105aa8ae0>
|
|
7518
7495
|
"""
|
|
7519
7496
|
...
|
|
7520
7497
|
|
|
@@ -7528,7 +7505,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7528
7505
|
|
|
7529
7506
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7530
7507
|
|
|
7531
|
-
:return: <Element 'para' at
|
|
7508
|
+
:return: <Element 'para' at 0x105aaa250>
|
|
7532
7509
|
"""
|
|
7533
7510
|
...
|
|
7534
7511
|
|
|
@@ -7716,7 +7693,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7716
7693
|
model: any
|
|
7717
7694
|
"""
|
|
7718
7695
|
|
|
7719
|
-
None( (placo.RobotWrapper)arg1) ->
|
|
7696
|
+
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
7720
7697
|
|
|
7721
7698
|
C++ signature :
|
|
7722
7699
|
pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
@@ -7769,7 +7746,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7769
7746
|
|
|
7770
7747
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7771
7748
|
|
|
7772
|
-
:return: <Element 'para' at
|
|
7749
|
+
:return: <Element 'para' at 0x105a9b7e0>
|
|
7773
7750
|
"""
|
|
7774
7751
|
...
|
|
7775
7752
|
|
|
@@ -7990,7 +7967,7 @@ None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
|
|
|
7990
7967
|
visual_model: any
|
|
7991
7968
|
"""
|
|
7992
7969
|
|
|
7993
|
-
None( (placo.RobotWrapper)arg1) ->
|
|
7970
|
+
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
7994
7971
|
|
|
7995
7972
|
C++ signature :
|
|
7996
7973
|
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
@@ -9099,6 +9076,15 @@ class WalkTasks:
|
|
|
9099
9076
|
) -> None:
|
|
9100
9077
|
...
|
|
9101
9078
|
|
|
9079
|
+
com_task: any
|
|
9080
|
+
"""
|
|
9081
|
+
|
|
9082
|
+
None( (placo.WalkTasks)arg1) -> placo.CoMTask :
|
|
9083
|
+
|
|
9084
|
+
C++ signature :
|
|
9085
|
+
placo::kinematics::CoMTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9086
|
+
"""
|
|
9087
|
+
|
|
9102
9088
|
com_x: any
|
|
9103
9089
|
"""
|
|
9104
9090
|
|
|
@@ -9197,6 +9183,15 @@ None( (placo.WalkTasks)arg1) -> placo.OrientationTask :
|
|
|
9197
9183
|
placo::kinematics::OrientationTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9198
9184
|
"""
|
|
9199
9185
|
|
|
9186
|
+
trunk_task: any
|
|
9187
|
+
"""
|
|
9188
|
+
|
|
9189
|
+
None( (placo.WalkTasks)arg1) -> placo.PositionTask :
|
|
9190
|
+
|
|
9191
|
+
C++ signature :
|
|
9192
|
+
placo::kinematics::PositionTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9193
|
+
"""
|
|
9194
|
+
|
|
9200
9195
|
def update_tasks(
|
|
9201
9196
|
self,
|
|
9202
9197
|
trajectory: WPGTrajectory, # placo::humanoid::WalkPatternGenerator::Trajectory
|
|
@@ -9340,27 +9335,15 @@ class boost_type_index:
|
|
|
9340
9335
|
...
|
|
9341
9336
|
|
|
9342
9337
|
def hash_code(
|
|
9343
|
-
|
|
9344
|
-
) -> int:
|
|
9345
|
-
"""
|
|
9346
|
-
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.
|
|
9347
|
-
"""
|
|
9338
|
+
) -> any:
|
|
9348
9339
|
...
|
|
9349
9340
|
|
|
9350
9341
|
def name(
|
|
9351
|
-
|
|
9352
|
-
) -> str:
|
|
9353
|
-
"""
|
|
9354
|
-
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.
|
|
9355
|
-
"""
|
|
9342
|
+
) -> any:
|
|
9356
9343
|
...
|
|
9357
9344
|
|
|
9358
9345
|
def pretty_name(
|
|
9359
|
-
|
|
9360
|
-
) -> str:
|
|
9361
|
-
"""
|
|
9362
|
-
Human readible name.
|
|
9363
|
-
"""
|
|
9346
|
+
) -> any:
|
|
9364
9347
|
...
|
|
9365
9348
|
|
|
9366
9349
|
|
|
@@ -9500,27 +9483,15 @@ class std_type_index:
|
|
|
9500
9483
|
...
|
|
9501
9484
|
|
|
9502
9485
|
def hash_code(
|
|
9503
|
-
|
|
9504
|
-
) -> int:
|
|
9505
|
-
"""
|
|
9506
|
-
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.
|
|
9507
|
-
"""
|
|
9486
|
+
) -> any:
|
|
9508
9487
|
...
|
|
9509
9488
|
|
|
9510
9489
|
def name(
|
|
9511
|
-
|
|
9512
|
-
) -> str:
|
|
9513
|
-
"""
|
|
9514
|
-
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.
|
|
9515
|
-
"""
|
|
9490
|
+
) -> any:
|
|
9516
9491
|
...
|
|
9517
9492
|
|
|
9518
9493
|
def pretty_name(
|
|
9519
|
-
|
|
9520
|
-
) -> str:
|
|
9521
|
-
"""
|
|
9522
|
-
Human readible name.
|
|
9523
|
-
"""
|
|
9494
|
+
) -> any:
|
|
9524
9495
|
...
|
|
9525
9496
|
|
|
9526
9497
|
|
|
@@ -9562,25 +9533,6 @@ class vector_Distance:
|
|
|
9562
9533
|
...
|
|
9563
9534
|
|
|
9564
9535
|
|
|
9565
|
-
class vector_MatrixXd:
|
|
9566
|
-
def __init__(
|
|
9567
|
-
arg1: object,
|
|
9568
|
-
) -> None:
|
|
9569
|
-
...
|
|
9570
|
-
|
|
9571
|
-
def append(
|
|
9572
|
-
arg1: vector_MatrixXd,
|
|
9573
|
-
arg2: object,
|
|
9574
|
-
) -> None:
|
|
9575
|
-
...
|
|
9576
|
-
|
|
9577
|
-
def extend(
|
|
9578
|
-
arg1: vector_MatrixXd,
|
|
9579
|
-
arg2: object,
|
|
9580
|
-
) -> None:
|
|
9581
|
-
...
|
|
9582
|
-
|
|
9583
|
-
|
|
9584
9536
|
class vector_Vector2d:
|
|
9585
9537
|
def __init__(
|
|
9586
9538
|
arg1: object,
|
|
@@ -9600,82 +9552,6 @@ class vector_Vector2d:
|
|
|
9600
9552
|
...
|
|
9601
9553
|
|
|
9602
9554
|
|
|
9603
|
-
class vector_Vector3d:
|
|
9604
|
-
def __init__(
|
|
9605
|
-
arg1: object,
|
|
9606
|
-
) -> None:
|
|
9607
|
-
...
|
|
9608
|
-
|
|
9609
|
-
def append(
|
|
9610
|
-
arg1: vector_Vector3d,
|
|
9611
|
-
arg2: object,
|
|
9612
|
-
) -> None:
|
|
9613
|
-
...
|
|
9614
|
-
|
|
9615
|
-
def extend(
|
|
9616
|
-
arg1: vector_Vector3d,
|
|
9617
|
-
arg2: object,
|
|
9618
|
-
) -> None:
|
|
9619
|
-
...
|
|
9620
|
-
|
|
9621
|
-
|
|
9622
|
-
class vector_double:
|
|
9623
|
-
def __init__(
|
|
9624
|
-
arg1: object,
|
|
9625
|
-
) -> None:
|
|
9626
|
-
...
|
|
9627
|
-
|
|
9628
|
-
def append(
|
|
9629
|
-
arg1: vector_double,
|
|
9630
|
-
arg2: object,
|
|
9631
|
-
) -> None:
|
|
9632
|
-
...
|
|
9633
|
-
|
|
9634
|
-
def extend(
|
|
9635
|
-
arg1: vector_double,
|
|
9636
|
-
arg2: object,
|
|
9637
|
-
) -> None:
|
|
9638
|
-
...
|
|
9639
|
-
|
|
9640
|
-
|
|
9641
|
-
class vector_int:
|
|
9642
|
-
def __init__(
|
|
9643
|
-
arg1: object,
|
|
9644
|
-
) -> None:
|
|
9645
|
-
...
|
|
9646
|
-
|
|
9647
|
-
def append(
|
|
9648
|
-
arg1: vector_int,
|
|
9649
|
-
arg2: object,
|
|
9650
|
-
) -> None:
|
|
9651
|
-
...
|
|
9652
|
-
|
|
9653
|
-
def extend(
|
|
9654
|
-
arg1: vector_int,
|
|
9655
|
-
arg2: object,
|
|
9656
|
-
) -> None:
|
|
9657
|
-
...
|
|
9658
|
-
|
|
9659
|
-
|
|
9660
|
-
class vector_string:
|
|
9661
|
-
def __init__(
|
|
9662
|
-
arg1: object,
|
|
9663
|
-
) -> None:
|
|
9664
|
-
...
|
|
9665
|
-
|
|
9666
|
-
def append(
|
|
9667
|
-
arg1: vector_string,
|
|
9668
|
-
arg2: object,
|
|
9669
|
-
) -> None:
|
|
9670
|
-
...
|
|
9671
|
-
|
|
9672
|
-
def extend(
|
|
9673
|
-
arg1: vector_string,
|
|
9674
|
-
arg2: object,
|
|
9675
|
-
) -> None:
|
|
9676
|
-
...
|
|
9677
|
-
|
|
9678
|
-
|
|
9679
9555
|
def wrap_angle(
|
|
9680
9556
|
angle: float, # double
|
|
9681
9557
|
) -> float:
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.dylib,sha256=m2eH5kxRDFqf5hZUeChBYibZ0UM_smgHY3e96NNNHT4,1378560
|
|
2
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=hesQEPrNOE0hHzkZezi1Py4VXID9R3iDF0y4pptnFzU,194764
|
|
3
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=fdRyxuF81XW-ggLhWWq050v-nTwh89n4N9FTO2tmHMM,6650168
|
|
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=IWoAZqI87Rq-2ZoZusEVHAVYLTm9LfdBAzXxSj7HXiY,111
|
|
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.7.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.dylib,sha256=1YPQ1mIDZxjQwwpvIKHU4h23JuYrXFH7uE6eJkC9_5I,1378560
|
|
2
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=l_7yUx4GUiaKf6uch2ziz1-9u9uSQV5IqpgUFMO4qvQ,197077
|
|
3
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=SmoBvQwjd0ZtvcImbe5QHRwpfFBFJ7d08WhLU_DdGdg,6640632
|
|
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.7.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.8.7.dist-info/METADATA,sha256=jfEYwRhJFaTbBiQOpmkVNV-ny8FQw_sNfvtige4PH80,2620
|
|
10
|
-
placo-0.8.7.dist-info/WHEEL,sha256=IWoAZqI87Rq-2ZoZusEVHAVYLTm9LfdBAzXxSj7HXiY,111
|
|
11
|
-
placo-0.8.7.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.8.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|