placo 0.8.7__0-cp39-cp39-macosx_11_0_arm64.whl → 0.8.8__0-cp39-cp39-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.9/site-packages/placo.pyi +38 -162
- cmeel.prefix/lib/python3.9/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
|
"""
|
|
@@ -4155,7 +4132,7 @@ class HumanoidRobot:
|
|
|
4155
4132
|
collision_model: any
|
|
4156
4133
|
"""
|
|
4157
4134
|
|
|
4158
|
-
None( (placo.HumanoidRobot)arg1) ->
|
|
4135
|
+
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
4159
4136
|
|
|
4160
4137
|
C++ signature :
|
|
4161
4138
|
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
@@ -4225,7 +4202,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4225
4202
|
"""
|
|
4226
4203
|
Computes all minimum distances between current collision pairs.
|
|
4227
4204
|
|
|
4228
|
-
:return: <Element 'para' at
|
|
4205
|
+
:return: <Element 'para' at 0x106ff69a0>
|
|
4229
4206
|
"""
|
|
4230
4207
|
...
|
|
4231
4208
|
|
|
@@ -4258,7 +4235,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4258
4235
|
|
|
4259
4236
|
:param any frame: the frame for which we want the jacobian
|
|
4260
4237
|
|
|
4261
|
-
:return: <Element 'para' at
|
|
4238
|
+
:return: <Element 'para' at 0x106ff94f0>
|
|
4262
4239
|
"""
|
|
4263
4240
|
...
|
|
4264
4241
|
|
|
@@ -4272,7 +4249,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4272
4249
|
|
|
4273
4250
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4274
4251
|
|
|
4275
|
-
:return: <Element 'para' at
|
|
4252
|
+
:return: <Element 'para' at 0x107029f40>
|
|
4276
4253
|
"""
|
|
4277
4254
|
...
|
|
4278
4255
|
|
|
@@ -4524,7 +4501,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4524
4501
|
model: any
|
|
4525
4502
|
"""
|
|
4526
4503
|
|
|
4527
|
-
None( (placo.HumanoidRobot)arg1) ->
|
|
4504
|
+
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
4528
4505
|
|
|
4529
4506
|
C++ signature :
|
|
4530
4507
|
pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
@@ -4584,7 +4561,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4584
4561
|
|
|
4585
4562
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4586
4563
|
|
|
4587
|
-
:return: <Element 'para' at
|
|
4564
|
+
:return: <Element 'para' at 0x106ff6270>
|
|
4588
4565
|
"""
|
|
4589
4566
|
...
|
|
4590
4567
|
|
|
@@ -4838,7 +4815,7 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
|
|
|
4838
4815
|
visual_model: any
|
|
4839
4816
|
"""
|
|
4840
4817
|
|
|
4841
|
-
None( (placo.HumanoidRobot)arg1) ->
|
|
4818
|
+
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
4842
4819
|
|
|
4843
4820
|
C++ signature :
|
|
4844
4821
|
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
@@ -7432,7 +7409,7 @@ class RobotWrapper:
|
|
|
7432
7409
|
collision_model: any
|
|
7433
7410
|
"""
|
|
7434
7411
|
|
|
7435
|
-
None( (placo.RobotWrapper)arg1) ->
|
|
7412
|
+
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
7436
7413
|
|
|
7437
7414
|
C++ signature :
|
|
7438
7415
|
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
@@ -7484,7 +7461,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7484
7461
|
"""
|
|
7485
7462
|
Computes all minimum distances between current collision pairs.
|
|
7486
7463
|
|
|
7487
|
-
:return: <Element 'para' at
|
|
7464
|
+
:return: <Element 'para' at 0x106edc400>
|
|
7488
7465
|
"""
|
|
7489
7466
|
...
|
|
7490
7467
|
|
|
@@ -7498,7 +7475,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7498
7475
|
|
|
7499
7476
|
:param any frame: the frame for which we want the jacobian
|
|
7500
7477
|
|
|
7501
|
-
:return: <Element 'para' at
|
|
7478
|
+
:return: <Element 'para' at 0x106edcef0>
|
|
7502
7479
|
"""
|
|
7503
7480
|
...
|
|
7504
7481
|
|
|
@@ -7512,7 +7489,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7512
7489
|
|
|
7513
7490
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7514
7491
|
|
|
7515
|
-
:return: <Element 'para' at
|
|
7492
|
+
:return: <Element 'para' at 0x106ee39a0>
|
|
7516
7493
|
"""
|
|
7517
7494
|
...
|
|
7518
7495
|
|
|
@@ -7700,7 +7677,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7700
7677
|
model: any
|
|
7701
7678
|
"""
|
|
7702
7679
|
|
|
7703
|
-
None( (placo.RobotWrapper)arg1) ->
|
|
7680
|
+
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
7704
7681
|
|
|
7705
7682
|
C++ signature :
|
|
7706
7683
|
pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
@@ -7753,7 +7730,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7753
7730
|
|
|
7754
7731
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7755
7732
|
|
|
7756
|
-
:return: <Element 'para' at
|
|
7733
|
+
:return: <Element 'para' at 0x106ed7c70>
|
|
7757
7734
|
"""
|
|
7758
7735
|
...
|
|
7759
7736
|
|
|
@@ -7974,7 +7951,7 @@ None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
|
|
|
7974
7951
|
visual_model: any
|
|
7975
7952
|
"""
|
|
7976
7953
|
|
|
7977
|
-
None( (placo.RobotWrapper)arg1) ->
|
|
7954
|
+
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
7978
7955
|
|
|
7979
7956
|
C++ signature :
|
|
7980
7957
|
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
@@ -9083,6 +9060,15 @@ class WalkTasks:
|
|
|
9083
9060
|
) -> None:
|
|
9084
9061
|
...
|
|
9085
9062
|
|
|
9063
|
+
com_task: any
|
|
9064
|
+
"""
|
|
9065
|
+
|
|
9066
|
+
None( (placo.WalkTasks)arg1) -> placo.CoMTask :
|
|
9067
|
+
|
|
9068
|
+
C++ signature :
|
|
9069
|
+
placo::kinematics::CoMTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9070
|
+
"""
|
|
9071
|
+
|
|
9086
9072
|
com_x: any
|
|
9087
9073
|
"""
|
|
9088
9074
|
|
|
@@ -9181,6 +9167,15 @@ None( (placo.WalkTasks)arg1) -> placo.OrientationTask :
|
|
|
9181
9167
|
placo::kinematics::OrientationTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9182
9168
|
"""
|
|
9183
9169
|
|
|
9170
|
+
trunk_task: any
|
|
9171
|
+
"""
|
|
9172
|
+
|
|
9173
|
+
None( (placo.WalkTasks)arg1) -> placo.PositionTask :
|
|
9174
|
+
|
|
9175
|
+
C++ signature :
|
|
9176
|
+
placo::kinematics::PositionTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9177
|
+
"""
|
|
9178
|
+
|
|
9184
9179
|
def update_tasks(
|
|
9185
9180
|
self,
|
|
9186
9181
|
trajectory: WPGTrajectory, # placo::humanoid::WalkPatternGenerator::Trajectory
|
|
@@ -9324,27 +9319,15 @@ class boost_type_index:
|
|
|
9324
9319
|
...
|
|
9325
9320
|
|
|
9326
9321
|
def hash_code(
|
|
9327
|
-
|
|
9328
|
-
) -> int:
|
|
9329
|
-
"""
|
|
9330
|
-
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.
|
|
9331
|
-
"""
|
|
9322
|
+
) -> any:
|
|
9332
9323
|
...
|
|
9333
9324
|
|
|
9334
9325
|
def name(
|
|
9335
|
-
|
|
9336
|
-
) -> str:
|
|
9337
|
-
"""
|
|
9338
|
-
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.
|
|
9339
|
-
"""
|
|
9326
|
+
) -> any:
|
|
9340
9327
|
...
|
|
9341
9328
|
|
|
9342
9329
|
def pretty_name(
|
|
9343
|
-
|
|
9344
|
-
) -> str:
|
|
9345
|
-
"""
|
|
9346
|
-
Human readible name.
|
|
9347
|
-
"""
|
|
9330
|
+
) -> any:
|
|
9348
9331
|
...
|
|
9349
9332
|
|
|
9350
9333
|
|
|
@@ -9484,27 +9467,15 @@ class std_type_index:
|
|
|
9484
9467
|
...
|
|
9485
9468
|
|
|
9486
9469
|
def hash_code(
|
|
9487
|
-
|
|
9488
|
-
) -> int:
|
|
9489
|
-
"""
|
|
9490
|
-
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.
|
|
9491
|
-
"""
|
|
9470
|
+
) -> any:
|
|
9492
9471
|
...
|
|
9493
9472
|
|
|
9494
9473
|
def name(
|
|
9495
|
-
|
|
9496
|
-
) -> str:
|
|
9497
|
-
"""
|
|
9498
|
-
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.
|
|
9499
|
-
"""
|
|
9474
|
+
) -> any:
|
|
9500
9475
|
...
|
|
9501
9476
|
|
|
9502
9477
|
def pretty_name(
|
|
9503
|
-
|
|
9504
|
-
) -> str:
|
|
9505
|
-
"""
|
|
9506
|
-
Human readible name.
|
|
9507
|
-
"""
|
|
9478
|
+
) -> any:
|
|
9508
9479
|
...
|
|
9509
9480
|
|
|
9510
9481
|
|
|
@@ -9546,25 +9517,6 @@ class vector_Distance:
|
|
|
9546
9517
|
...
|
|
9547
9518
|
|
|
9548
9519
|
|
|
9549
|
-
class vector_MatrixXd:
|
|
9550
|
-
def __init__(
|
|
9551
|
-
arg1: object,
|
|
9552
|
-
) -> None:
|
|
9553
|
-
...
|
|
9554
|
-
|
|
9555
|
-
def append(
|
|
9556
|
-
arg1: vector_MatrixXd,
|
|
9557
|
-
arg2: object,
|
|
9558
|
-
) -> None:
|
|
9559
|
-
...
|
|
9560
|
-
|
|
9561
|
-
def extend(
|
|
9562
|
-
arg1: vector_MatrixXd,
|
|
9563
|
-
arg2: object,
|
|
9564
|
-
) -> None:
|
|
9565
|
-
...
|
|
9566
|
-
|
|
9567
|
-
|
|
9568
9520
|
class vector_Vector2d:
|
|
9569
9521
|
def __init__(
|
|
9570
9522
|
arg1: object,
|
|
@@ -9584,82 +9536,6 @@ class vector_Vector2d:
|
|
|
9584
9536
|
...
|
|
9585
9537
|
|
|
9586
9538
|
|
|
9587
|
-
class vector_Vector3d:
|
|
9588
|
-
def __init__(
|
|
9589
|
-
arg1: object,
|
|
9590
|
-
) -> None:
|
|
9591
|
-
...
|
|
9592
|
-
|
|
9593
|
-
def append(
|
|
9594
|
-
arg1: vector_Vector3d,
|
|
9595
|
-
arg2: object,
|
|
9596
|
-
) -> None:
|
|
9597
|
-
...
|
|
9598
|
-
|
|
9599
|
-
def extend(
|
|
9600
|
-
arg1: vector_Vector3d,
|
|
9601
|
-
arg2: object,
|
|
9602
|
-
) -> None:
|
|
9603
|
-
...
|
|
9604
|
-
|
|
9605
|
-
|
|
9606
|
-
class vector_double:
|
|
9607
|
-
def __init__(
|
|
9608
|
-
arg1: object,
|
|
9609
|
-
) -> None:
|
|
9610
|
-
...
|
|
9611
|
-
|
|
9612
|
-
def append(
|
|
9613
|
-
arg1: vector_double,
|
|
9614
|
-
arg2: object,
|
|
9615
|
-
) -> None:
|
|
9616
|
-
...
|
|
9617
|
-
|
|
9618
|
-
def extend(
|
|
9619
|
-
arg1: vector_double,
|
|
9620
|
-
arg2: object,
|
|
9621
|
-
) -> None:
|
|
9622
|
-
...
|
|
9623
|
-
|
|
9624
|
-
|
|
9625
|
-
class vector_int:
|
|
9626
|
-
def __init__(
|
|
9627
|
-
arg1: object,
|
|
9628
|
-
) -> None:
|
|
9629
|
-
...
|
|
9630
|
-
|
|
9631
|
-
def append(
|
|
9632
|
-
arg1: vector_int,
|
|
9633
|
-
arg2: object,
|
|
9634
|
-
) -> None:
|
|
9635
|
-
...
|
|
9636
|
-
|
|
9637
|
-
def extend(
|
|
9638
|
-
arg1: vector_int,
|
|
9639
|
-
arg2: object,
|
|
9640
|
-
) -> None:
|
|
9641
|
-
...
|
|
9642
|
-
|
|
9643
|
-
|
|
9644
|
-
class vector_string:
|
|
9645
|
-
def __init__(
|
|
9646
|
-
arg1: object,
|
|
9647
|
-
) -> None:
|
|
9648
|
-
...
|
|
9649
|
-
|
|
9650
|
-
def append(
|
|
9651
|
-
arg1: vector_string,
|
|
9652
|
-
arg2: object,
|
|
9653
|
-
) -> None:
|
|
9654
|
-
...
|
|
9655
|
-
|
|
9656
|
-
def extend(
|
|
9657
|
-
arg1: vector_string,
|
|
9658
|
-
arg2: object,
|
|
9659
|
-
) -> None:
|
|
9660
|
-
...
|
|
9661
|
-
|
|
9662
|
-
|
|
9663
9539
|
def wrap_angle(
|
|
9664
9540
|
angle: float, # double
|
|
9665
9541
|
) -> float:
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.dylib,sha256=9CVY-wKL8kUapZgs5GWK4sD18es4j22KxYtaqX6xivI,1378560
|
|
2
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=bWZol1fZ4skQUd_BFv5wX1pluW1hTQBCsyv1h-74ZCw,194610
|
|
3
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=Xi4k0YCJ_vC4AdeRHLvzZm_yYa_ChK_aHcFhTohGfhs,6578664
|
|
4
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.9/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=L4i5x-b2_mmN301N-Fm2blmgWxGr90rVrliWtA2YuAU,109
|
|
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=7c_9nUgT7JEDXbIVMtVNnf0MWWSHajZHHEXSVgM3zWI,1378560
|
|
2
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=CBCseiWlAeB4VfShbAdPhEbwsDlBhQYhpt_DWklhENg,196923
|
|
3
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=DGPDpVYt0EB0CEfybVNKT853Qdon7EOVKVPsa78AlZ8,6569128
|
|
4
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.9/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=L4i5x-b2_mmN301N-Fm2blmgWxGr90rVrliWtA2YuAU,109
|
|
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
|