sagemaker-core 1.0.26__py3-none-any.whl → 1.0.28__py3-none-any.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 sagemaker-core might be problematic. Click here for more details.

@@ -1817,6 +1817,7 @@ SHAPE_DAG = {
1817
1817
  {"name": "AppName", "shape": "AppName", "type": "string"},
1818
1818
  {"name": "Tags", "shape": "TagList", "type": "list"},
1819
1819
  {"name": "ResourceSpec", "shape": "ResourceSpec", "type": "structure"},
1820
+ {"name": "RecoveryMode", "shape": "Boolean", "type": "boolean"},
1820
1821
  ],
1821
1822
  "type": "structure",
1822
1823
  },
@@ -2743,6 +2744,7 @@ SHAPE_DAG = {
2743
2744
  },
2744
2745
  {"name": "OnCreate", "shape": "NotebookInstanceLifecycleConfigList", "type": "list"},
2745
2746
  {"name": "OnStart", "shape": "NotebookInstanceLifecycleConfigList", "type": "list"},
2747
+ {"name": "Tags", "shape": "TagList", "type": "list"},
2746
2748
  ],
2747
2749
  "type": "structure",
2748
2750
  },
@@ -2812,6 +2814,7 @@ SHAPE_DAG = {
2812
2814
  {"name": "Name", "shape": "PartnerAppName", "type": "string"},
2813
2815
  {"name": "Type", "shape": "PartnerAppType", "type": "string"},
2814
2816
  {"name": "ExecutionRoleArn", "shape": "RoleArn", "type": "string"},
2817
+ {"name": "KmsKeyId", "shape": "KmsKeyId", "type": "string"},
2815
2818
  {
2816
2819
  "name": "MaintenanceConfig",
2817
2820
  "shape": "PartnerAppMaintenanceConfig",
@@ -4052,6 +4055,7 @@ SHAPE_DAG = {
4052
4055
  {"name": "UserProfileName", "shape": "UserProfileName", "type": "string"},
4053
4056
  {"name": "SpaceName", "shape": "SpaceName", "type": "string"},
4054
4057
  {"name": "Status", "shape": "AppStatus", "type": "string"},
4058
+ {"name": "RecoveryMode", "shape": "Boolean", "type": "boolean"},
4055
4059
  {"name": "LastHealthCheckTimestamp", "shape": "Timestamp", "type": "timestamp"},
4056
4060
  {"name": "LastUserActivityTimestamp", "shape": "Timestamp", "type": "timestamp"},
4057
4061
  {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
@@ -5496,7 +5500,9 @@ SHAPE_DAG = {
5496
5500
  {"name": "Type", "shape": "PartnerAppType", "type": "string"},
5497
5501
  {"name": "Status", "shape": "PartnerAppStatus", "type": "string"},
5498
5502
  {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
5503
+ {"name": "LastModifiedTime", "shape": "Timestamp", "type": "timestamp"},
5499
5504
  {"name": "ExecutionRoleArn", "shape": "RoleArn", "type": "string"},
5505
+ {"name": "KmsKeyId", "shape": "KmsKeyId", "type": "string"},
5500
5506
  {"name": "BaseUrl", "shape": "String2048", "type": "string"},
5501
5507
  {
5502
5508
  "name": "MaintenanceConfig",
@@ -13334,6 +13340,7 @@ SHAPE_DAG = {
13334
13340
  "members": [
13335
13341
  {"name": "Results", "shape": "SearchResultsList", "type": "list"},
13336
13342
  {"name": "NextToken", "shape": "NextToken", "type": "string"},
13343
+ {"name": "TotalHits", "shape": "TotalHits", "type": "structure"},
13337
13344
  ],
13338
13345
  "type": "structure",
13339
13346
  },
@@ -14085,6 +14092,13 @@ SHAPE_DAG = {
14085
14092
  ],
14086
14093
  "type": "structure",
14087
14094
  },
14095
+ "TotalHits": {
14096
+ "members": [
14097
+ {"name": "Value", "shape": "Long", "type": "long"},
14098
+ {"name": "Relation", "shape": "Relation", "type": "string"},
14099
+ ],
14100
+ "type": "structure",
14101
+ },
14088
14102
  "TrackingServerSummary": {
14089
14103
  "members": [
14090
14104
  {"name": "TrackingServerArn", "shape": "TrackingServerArn", "type": "string"},
@@ -14485,6 +14499,7 @@ SHAPE_DAG = {
14485
14499
  {"name": "InstanceType", "shape": "TransformInstanceType", "type": "string"},
14486
14500
  {"name": "InstanceCount", "shape": "TransformInstanceCount", "type": "integer"},
14487
14501
  {"name": "VolumeKmsKeyId", "shape": "KmsKeyId", "type": "string"},
14502
+ {"name": "TransformAmiVersion", "shape": "TransformAmiVersion", "type": "string"},
14488
14503
  ],
14489
14504
  "type": "structure",
14490
14505
  },
@@ -756,7 +756,10 @@ SAGEMAKER_PYTHON_SDK_CONFIG_SCHEMA = {
756
756
  },
757
757
  "PartnerApp": {
758
758
  "type": "object",
759
- "properties": {"execution_role_arn": {"type": "string"}},
759
+ "properties": {
760
+ "execution_role_arn": {"type": "string"},
761
+ "kms_key_id": {"type": "string"},
762
+ },
760
763
  },
761
764
  "Pipeline": {
762
765
  "type": "object",
@@ -974,6 +974,7 @@ class App(Base):
974
974
  user_profile_name: The user profile name.
975
975
  space_name: The name of the space. If this value is not set, then UserProfileName must be set.
976
976
  status: The status.
977
+ recovery_mode: Indicates whether the application is launched in recovery mode.
977
978
  last_health_check_timestamp: The timestamp of the last health check.
978
979
  last_user_activity_timestamp: The timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker AI performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.
979
980
  creation_time: The creation time of the application. After an application has been shut down for 24 hours, SageMaker AI deletes all metadata for the application. To be considered an update and retain application metadata, applications must be restarted within 24 hours after the previous application has been shut down. After this time window, creation of an application is considered a new application rather than an update of the previous application.
@@ -990,6 +991,7 @@ class App(Base):
990
991
  user_profile_name: Optional[str] = Unassigned()
991
992
  space_name: Optional[str] = Unassigned()
992
993
  status: Optional[str] = Unassigned()
994
+ recovery_mode: Optional[bool] = Unassigned()
993
995
  last_health_check_timestamp: Optional[datetime.datetime] = Unassigned()
994
996
  last_user_activity_timestamp: Optional[datetime.datetime] = Unassigned()
995
997
  creation_time: Optional[datetime.datetime] = Unassigned()
@@ -1024,6 +1026,7 @@ class App(Base):
1024
1026
  space_name: Optional[Union[str, object]] = Unassigned(),
1025
1027
  tags: Optional[List[Tag]] = Unassigned(),
1026
1028
  resource_spec: Optional[ResourceSpec] = Unassigned(),
1029
+ recovery_mode: Optional[bool] = Unassigned(),
1027
1030
  session: Optional[Session] = None,
1028
1031
  region: Optional[str] = None,
1029
1032
  ) -> Optional["App"]:
@@ -1038,6 +1041,7 @@ class App(Base):
1038
1041
  space_name: The name of the space. If this value is not set, then UserProfileName must be set.
1039
1042
  tags: Each tag consists of a key and an optional value. Tag keys must be unique per resource.
1040
1043
  resource_spec: The instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance. The value of InstanceType passed as part of the ResourceSpec in the CreateApp call overrides the value passed as part of the ResourceSpec configured for the user profile or the domain. If InstanceType is not specified in any of those three ResourceSpec values for a KernelGateway app, the CreateApp call fails with a request validation error.
1044
+ recovery_mode: Indicates whether the application is launched in recovery mode.
1041
1045
  session: Boto3 session.
1042
1046
  region: Region name.
1043
1047
 
@@ -1074,6 +1078,7 @@ class App(Base):
1074
1078
  "AppName": app_name,
1075
1079
  "Tags": tags,
1076
1080
  "ResourceSpec": resource_spec,
1081
+ "RecoveryMode": recovery_mode,
1077
1082
  }
1078
1083
 
1079
1084
  operation_input_args = Base.populate_chained_attributes(
@@ -22868,6 +22873,7 @@ class NotebookInstanceLifecycleConfig(Base):
22868
22873
  notebook_instance_lifecycle_config_name: str,
22869
22874
  on_create: Optional[List[NotebookInstanceLifecycleHook]] = Unassigned(),
22870
22875
  on_start: Optional[List[NotebookInstanceLifecycleHook]] = Unassigned(),
22876
+ tags: Optional[List[Tag]] = Unassigned(),
22871
22877
  session: Optional[Session] = None,
22872
22878
  region: Optional[str] = None,
22873
22879
  ) -> Optional["NotebookInstanceLifecycleConfig"]:
@@ -22878,6 +22884,7 @@ class NotebookInstanceLifecycleConfig(Base):
22878
22884
  notebook_instance_lifecycle_config_name: The name of the lifecycle configuration.
22879
22885
  on_create: A shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.
22880
22886
  on_start: A shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.
22887
+ tags: An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
22881
22888
  session: Boto3 session.
22882
22889
  region: Region name.
22883
22890
 
@@ -22909,6 +22916,7 @@ class NotebookInstanceLifecycleConfig(Base):
22909
22916
  "NotebookInstanceLifecycleConfigName": notebook_instance_lifecycle_config_name,
22910
22917
  "OnCreate": on_create,
22911
22918
  "OnStart": on_start,
22919
+ "Tags": tags,
22912
22920
  }
22913
22921
 
22914
22922
  operation_input_args = Base.populate_chained_attributes(
@@ -23640,7 +23648,9 @@ class PartnerApp(Base):
23640
23648
  type: The type of SageMaker Partner AI App. Must be one of the following: lakera-guard, comet, deepchecks-llm-evaluation, or fiddler.
23641
23649
  status: The status of the SageMaker Partner AI App.
23642
23650
  creation_time: The time that the SageMaker Partner AI App was created.
23651
+ last_modified_time: The time that the SageMaker Partner AI App was last modified.
23643
23652
  execution_role_arn: The ARN of the IAM role associated with the SageMaker Partner AI App.
23653
+ kms_key_id: The Amazon Web Services KMS customer managed key used to encrypt the data at rest associated with SageMaker Partner AI Apps.
23644
23654
  base_url: The URL of the SageMaker Partner AI App that the Application SDK uses to support in-app calls for the user.
23645
23655
  maintenance_config: Maintenance configuration settings for the SageMaker Partner AI App.
23646
23656
  tier: The instance type and size of the cluster attached to the SageMaker Partner AI App.
@@ -23657,7 +23667,9 @@ class PartnerApp(Base):
23657
23667
  type: Optional[str] = Unassigned()
23658
23668
  status: Optional[str] = Unassigned()
23659
23669
  creation_time: Optional[datetime.datetime] = Unassigned()
23670
+ last_modified_time: Optional[datetime.datetime] = Unassigned()
23660
23671
  execution_role_arn: Optional[str] = Unassigned()
23672
+ kms_key_id: Optional[str] = Unassigned()
23661
23673
  base_url: Optional[str] = Unassigned()
23662
23674
  maintenance_config: Optional[PartnerAppMaintenanceConfig] = Unassigned()
23663
23675
  tier: Optional[str] = Unassigned()
@@ -23686,7 +23698,10 @@ class PartnerApp(Base):
23686
23698
  def populate_inputs_decorator(create_func):
23687
23699
  @functools.wraps(create_func)
23688
23700
  def wrapper(*args, **kwargs):
23689
- config_schema_for_resource = {"execution_role_arn": {"type": "string"}}
23701
+ config_schema_for_resource = {
23702
+ "execution_role_arn": {"type": "string"},
23703
+ "kms_key_id": {"type": "string"},
23704
+ }
23690
23705
  return create_func(
23691
23706
  *args,
23692
23707
  **Base.get_updated_kwargs_with_configured_attributes(
@@ -23706,6 +23721,7 @@ class PartnerApp(Base):
23706
23721
  execution_role_arn: str,
23707
23722
  tier: str,
23708
23723
  auth_type: str,
23724
+ kms_key_id: Optional[str] = Unassigned(),
23709
23725
  maintenance_config: Optional[PartnerAppMaintenanceConfig] = Unassigned(),
23710
23726
  application_config: Optional[PartnerAppConfig] = Unassigned(),
23711
23727
  enable_iam_session_based_identity: Optional[bool] = Unassigned(),
@@ -23723,6 +23739,7 @@ class PartnerApp(Base):
23723
23739
  execution_role_arn: The ARN of the IAM role that the partner application uses.
23724
23740
  tier: Indicates the instance type and size of the cluster attached to the SageMaker Partner AI App.
23725
23741
  auth_type: The authorization type that users use to access the SageMaker Partner AI App.
23742
+ kms_key_id: SageMaker Partner AI Apps uses Amazon Web Services KMS to encrypt data at rest using an Amazon Web Services managed key by default. For more control, specify a customer managed key.
23726
23743
  maintenance_config: Maintenance configuration settings for the SageMaker Partner AI App.
23727
23744
  application_config: Configuration settings for the SageMaker Partner AI App.
23728
23745
  enable_iam_session_based_identity: When set to TRUE, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or the authenticated IAM user as the identity of the SageMaker Partner AI App user.
@@ -23760,6 +23777,7 @@ class PartnerApp(Base):
23760
23777
  "Name": name,
23761
23778
  "Type": type,
23762
23779
  "ExecutionRoleArn": execution_role_arn,
23780
+ "KmsKeyId": kms_key_id,
23763
23781
  "MaintenanceConfig": maintenance_config,
23764
23782
  "Tier": tier,
23765
23783
  "ApplicationConfig": application_config,
@@ -1120,11 +1120,13 @@ class TransformResources(Base):
1120
1120
  instance_type: The ML compute instance type for the transform job. If you are using built-in algorithms to transform moderately sized datasets, we recommend using ml.m4.xlarge or ml.m5.largeinstance types.
1121
1121
  instance_count: The number of ML compute instances to use in the transform job. The default value is 1, and the maximum is 100. For distributed transform jobs, specify a value greater than 1.
1122
1122
  volume_kms_key_id: The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job. Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage. For a list of instance types that support local instance storage, see Instance Store Volumes. For more information about local instance storage encryption, see SSD Instance Store Volumes. The VolumeKmsKeyId can be any of the following formats: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
1123
+ transform_ami_version: Specifies an option from a collection of preconfigured Amazon Machine Image (AMI) images. Each image is configured by Amazon Web Services with a set of software and driver versions. al2-ami-sagemaker-batch-gpu-470 Accelerator: GPU NVIDIA driver version: 470 al2-ami-sagemaker-batch-gpu-535 Accelerator: GPU NVIDIA driver version: 535
1123
1124
  """
1124
1125
 
1125
1126
  instance_type: str
1126
1127
  instance_count: int
1127
1128
  volume_kms_key_id: Optional[str] = Unassigned()
1129
+ transform_ami_version: Optional[str] = Unassigned()
1128
1130
 
1129
1131
 
1130
1132
  class TransformJobDefinition(Base):
@@ -12520,6 +12522,21 @@ class VisibilityConditions(Base):
12520
12522
  value: Optional[str] = Unassigned()
12521
12523
 
12522
12524
 
12525
+ class TotalHits(Base):
12526
+ """
12527
+ TotalHits
12528
+ Represents the total number of matching results and indicates how accurate that count is. The Value field provides the count, which may be exact or estimated. The Relation field indicates whether it's an exact figure or a lower bound. This helps understand the full scope of search results, especially when dealing with large result sets.
12529
+
12530
+ Attributes
12531
+ ----------------------
12532
+ value: The total number of matching results. This value may be exact or an estimate, depending on the Relation field.
12533
+ relation: Indicates the relationship between the returned Value and the actual total number of matching results. Possible values are: EqualTo: The Value is the exact count of matching results. GreaterThanOrEqualTo: The Value is a lower bound of the actual count of matching results.
12534
+ """
12535
+
12536
+ value: Optional[int] = Unassigned()
12537
+ relation: Optional[str] = Unassigned()
12538
+
12539
+
12523
12540
  class TrainingPlanOffering(Base):
12524
12541
  """
12525
12542
  TrainingPlanOffering
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sagemaker-core
3
- Version: 1.0.26
3
+ Version: 1.0.28
4
4
  Summary: An python package for sagemaker core functionalities
5
5
  Author-email: AWS <sagemaker-interests@amazon.com>
6
6
  Project-URL: Repository, https://github.com/aws/sagemaker-core.git
@@ -3,19 +3,19 @@ sagemaker_core/_version.py,sha256=t-XEKT8_pvKkl5z_UrfcIU256c_NxaI16qGWMuNVpbM,32
3
3
  sagemaker_core/helper/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  sagemaker_core/helper/session_helper.py,sha256=GO1UJgpN1L9a25nYlVb-KWk4KvmFzVkLqFMqw-VaI4c,33126
5
5
  sagemaker_core/main/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- sagemaker_core/main/config_schema.py,sha256=kfQvf_japrsitTwXTdUaYhOPqKTBBwIE_-ebNeWD-yY,57229
6
+ sagemaker_core/main/config_schema.py,sha256=lBwIm5CT_dSXeW5i6cgRzbiLDjs0qtH1FrM78F-ma2U,57382
7
7
  sagemaker_core/main/exceptions.py,sha256=87DUlrmHxaWoiYNlpNY9ixxFMPRk_dIGPsA2e_xdVwQ,5602
8
8
  sagemaker_core/main/intelligent_defaults_helper.py,sha256=5SDM6UavZtp-k5LhqRL7GRIDgzFB5UsC_p7YuiSPK9A,8334
9
9
  sagemaker_core/main/logs.py,sha256=yfEH7uP91nbE1lefymOlBr81ziBzsDSIOF2Qyd54FJE,6241
10
- sagemaker_core/main/resources.py,sha256=OA9eIt59ehBWtStaPK82ksNKPTsUW7wdwzPEENFHujw,1412109
11
- sagemaker_core/main/shapes.py,sha256=I-bWsTA52wKhoA3faX2DiKYgX87YC3ITFvi53raAtTc,730394
10
+ sagemaker_core/main/resources.py,sha256=ezCu5Hqw9OYu8-rLrC6jJPZYEaUAghJ5rxcsb1XkXRw,1413476
11
+ sagemaker_core/main/shapes.py,sha256=tpq9dp4X1aKDOGNQwt3pslrMMAetQfxJv-oLY-ovYvc,731767
12
12
  sagemaker_core/main/user_agent.py,sha256=BPYDAfDd70ObP-VAjl7aDHALHyGknkpRP21ktVr_LDw,2744
13
13
  sagemaker_core/main/utils.py,sha256=LCFDM6oxf6_e1i-_Dgtkm3ehl7YfoEpJ2kTTFTL6iOU,18471
14
14
  sagemaker_core/main/code_injection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  sagemaker_core/main/code_injection/base.py,sha256=11_Jif0nOzfbLGlXaacKf-wcizzfS64U0OSZGoVffFU,1733
16
16
  sagemaker_core/main/code_injection/codec.py,sha256=nA51E9iNWHyKou1G23rKSRL4WitdkFRbMuFkyrGHzKU,8428
17
17
  sagemaker_core/main/code_injection/constants.py,sha256=2ICExGge8vAWx7lSTW0JGh-bH1korkvpOpDu5M63eI4,980
18
- sagemaker_core/main/code_injection/shape_dag.py,sha256=M5r0DXoFWW_d-DVo-mtK3i9SGhY1KeJviOroLxyIEuU,699091
18
+ sagemaker_core/main/code_injection/shape_dag.py,sha256=YE-5PMUXhjByNNt0ymf6jvYogRBiPpmc2as2-lAb3Xs,699939
19
19
  sagemaker_core/resources/__init__.py,sha256=EAYTFMN-nPjnPjjBbhIUeaL67FLKNPd7qbcbl9VIrws,31
20
20
  sagemaker_core/shapes/__init__.py,sha256=RnbIu9eTxKt-DNsOFJabrWIgrrtS9_SdAozP9JBl_ic,28
21
21
  sagemaker_core/tools/__init__.py,sha256=xX79JImxCVzrWMnjgntLCve2G5I-R4pRar5s20kT9Rs,56
@@ -28,8 +28,8 @@ sagemaker_core/tools/resources_extractor.py,sha256=hN61ehZbPnhFW-2FIVDi7NsEz4rLv
28
28
  sagemaker_core/tools/shapes_codegen.py,sha256=_ve959bwH8usZ6dPlpXxi2on9t0hLpcmhRWnaWHCWMQ,11745
29
29
  sagemaker_core/tools/shapes_extractor.py,sha256=GFy55JHGW0V8cwN5SL5gGLUxihLGswueyh5iNCn1sYk,12310
30
30
  sagemaker_core/tools/templates.py,sha256=yX2RQKeClgYwKS5Qu_mDpnWJIBCuj0yELrdm95aiTpk,23262
31
- sagemaker_core-1.0.26.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
32
- sagemaker_core-1.0.26.dist-info/METADATA,sha256=u25aq9QHZzKg-YOhmviG8Gzcfq9-XLencvlclmikFbE,4885
33
- sagemaker_core-1.0.26.dist-info/WHEEL,sha256=DK49LOLCYiurdXXOXwGJm6U4DkHkg4lcxjhqwRa0CP4,91
34
- sagemaker_core-1.0.26.dist-info/top_level.txt,sha256=R3GAZZ1zC5JxqdE_0x2Lu_WYi2Xfke7VsiP3L5zngfA,15
35
- sagemaker_core-1.0.26.dist-info/RECORD,,
31
+ sagemaker_core-1.0.28.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
32
+ sagemaker_core-1.0.28.dist-info/METADATA,sha256=Lj262X_K44xPQGa6JyHPdVbtzKNlzFAIhBqneT9M79A,4885
33
+ sagemaker_core-1.0.28.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
34
+ sagemaker_core-1.0.28.dist-info/top_level.txt,sha256=R3GAZZ1zC5JxqdE_0x2Lu_WYi2Xfke7VsiP3L5zngfA,15
35
+ sagemaker_core-1.0.28.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.0.2)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5