Skip to main content

Plato SDK

Project description

Plato SDK

Usage

Install the plato-sdk library

pip install plato-sdk

Set Plato api key enviornment variable

PLATO_API_KEY=

Create an enviornment and connect to it using the cdp_url

import asyncio
import os
from plato import Plato, PlatoTask
from plato.examples.doordash_tasks import all_tasks as doordash_tasks

base_prompt = """
You are a helpful assistant that can help me buy food from doordash.
start by going to {start_url}. Do not navigate to other websites.
While you can't finish the checkout process becuase you need user permission,
you can add items to cart and see the total price. Do not end the task until you have added the necessary items to cart.
Here is the task:
{prompt}

Make sure to complete the checkout process once you've added the necessary items to cart.
The task is not complete until the order is sent and paid for.
You do not need my permission to and place an order.
"""

async def run_task(client: Plato, task: PlatoTask):
    env = await client.make_environment(task.env_id, open_page_on_start=False)

    await env.wait_for_ready()
    await env.reset(task)

    cdp_url = await env.get_cdp_url()

    prompt = base_prompt.format(start_url=task.start_url, prompt=task.prompt)

    # live view url to watch live
    live_view_url = await env.get_live_view_url()
    print(f"Live view URL: {live_view_url}")


    try:
        # connect agent and run
        await YourAgent.run(cdp_url, prompt)

        result = await env.evaluate()
        print(f"Evaluation result: {result}")

    except Exception as e:
        print(f"Error: {e}")
    finally:
        await env.close()


async def main():
    client = Plato(api_key=os.environ.get("PLATO_API_KEY"))
    for task in doordash_tasks:
        await run_task(client, task)


if __name__ == "__main__":
    asyncio.run(main())

State mutations

State mutations returns the diffs of all modified fields

# add item to cart
...

state_mutations: dict = env.get_state()

This returns a JSON object like this:

{
    "success": true,
    "state": {
        "added": {},
        "removed": {},
        "modified": {
            "detailed_carts": {
                "old": [],
                "new": [
                    {
                        "id": "5b227ce7-d0e9-47af-93c4-d8acfc5134d3",
                        "hasError": null,
                        "isConsumerPickup": false,
                        "isConvenienceCart": false,
                        "isPrescriptionDelivery": false,
                        "prescriptionStoreInfo": null,
                        "isMerchantShipping": false,
                        "offersDelivery": true,
                        "offersPickup": true,
                        "subtotal": 1499,
                        "urlCode": null,
                        "groupCart": false,
                        "groupCartType": null,
                        "groupCartPollInterval": null,
                        "isCatering": false,
                        "isSameStoreCatering": null,
                        "isBundle": false,
                        "bundleType": null,
                        "fulfillmentType": null,
                        "originalBundleOrderCartId": null,
                        "cartStatusType": null,
                        "cateringInfo": null,
                        "shortenedUrl": null,
                        "maxIndividualCost": null,
                        "serviceRateMessage": null,
                        "isOutsideDeliveryRegion": null,
                        "currencyCode": null,
                        "asapMinutesRange": null,
                        "orderTimeAvailability": null,
                        "menu": {
                            "id": "20016546",
                            "hoursToOrderInAdvance": null,
                            "name": null,
                            "minOrderSize": null,
                            "isCatering": false,
                            "typename": "Menu"
                        },
                        "creator": {
                            "id": "56349731",
                            "firstName": "Rob",
                            "lastName": "Farlow",
                            "localizedNames": {
                                "informalName": "Rob",
                                "formalName": "Rob Farlow",
                                "formalNameAbbreviated": "Rob F",
                                "typename": "LocalizedNames"
                            },
                            "typename": "OrderCartCreator"
                        },
                        "deliveries": null,
                        "submittedAt": null,
                        "restaurant": {
                            "id": "24770143",
                            "name": "Popstar shawarma",
                            "maxOrderSize": 0,
                            "coverImgUrl": "https://img.cdn4dd.com/cdn-cgi/image/fit=contain,width=1200,height=672,format=auto/https://doordash-static.s3.amazonaws.com/media/restaurant/cover/12699cb8-d1bf-469e-8c5b-4da529838942.jpg",
                            "businessHeaderImgUrl": "https://img.cdn4dd.com/cdn-cgi/image/fit=contain,width=1200,height=672,format=auto/https://doordash-static.s3.amazonaws.com/media/store/header/3eed46fc-3637-47fa-9378-e5848e125798.jpg",
                            "coverSquareImgUrl": "https://img.cdn4dd.com/cdn-cgi/image/fit=contain,width=1200,height=672,format=auto/https://doordash-static.s3.amazonaws.com/media/restaurant/cover_square/f8e23996-e307-42b7-859e-3e96b954d8a7.PNG",
                            "squareCoverImgUrl": null,
                            "slug": null,
                            "address": {
                                "printableAddress": null,
                                "street": "91 6th Street",
                                "lat": 37.781284,
                                "lng": -122.40871,
                                "city": "San Francisco",
                                "state": "CA",
                                "postalCode": null,
                                "country": null,
                                "displayAddress": "91 6th St, San Francisco, CA 94103, USA",
                                "typename": "Address"
                            },
                            "business": {
                                "id": "11490330",
                                "name": "Popstar shawarma",
                                "typename": "Business"
                            },
                            "orderProtocol": null,
                            "idealGroupSize": null,
                            "highQualitySubtotalThreshold": null,
                            "shouldShowStoreLogo": null,
                            "isConsumerSubscriptionEligible": null,
                            "bulkSubstitutionPreference": null,
                            "merchantPromotions": null,
                            "requiresCheckIn": null,
                            "offersPackageReturns": false,
                            "snapMerchantId": null,
                            "typename": "Restaurant"
                        },
                        "storeDisclaimers": [],
                        "orders": [
                            {
                                "id": "62df4926-0c9e-4111-a60e-9cb0ccf8b69f",
                                "consumer": {
                                    "id": "56349731",
                                    "firstName": "Rob",
                                    "lastName": "Farlow",
                                    "localizedNames": {
                                        "informalName": "Rob",
                                        "formalName": "Rob Farlow",
                                        "formalNameAbbreviated": "Rob F",
                                        "typename": "LocalizedNames"
                                    },
                                    "typename": "OrderConsumer"
                                },
                                "isSubCartFinalized": false,
                                "orderItems": [
                                    {
                                        "id": "395040ed-40fc-47d7-9076-77141afd26a8",
                                        "options": [],
                                        "cartItemStatusType": "CART_ITEM_STATUS_TYPE_UNSPECIFIED",
                                        "nestedOptions": "[]",
                                        "specialInstructions": "",
                                        "substitutionPreference": "substitute",
                                        "quantity": 1,
                                        "singlePrice": null,
                                        "priceOfTotalQuantity": 1499,
                                        "priceDisplayString": "$14.99",
                                        "nonDiscountPriceDisplayString": null,
                                        "continuousQuantity": null,
                                        "unit": "ea",
                                        "purchaseType": "PURCHASE_TYPE_UNIT",
                                        "estimatedPricingDescription": "",
                                        "increment": null,
                                        "discounts": null,
                                        "item": {
                                            "id": "7559717819",
                                            "imageUrl": "https://img.cdn4dd.com/cdn-cgi/image/fit=contain,width=1200,height=672,format=auto/https://doordash-static.s3.amazonaws.com/media/photosV2/895bfa37-0194-46f5-97ad-88edc728e5e8-retina-large.jpg",
                                            "name": "1. Chicken Sarookh Wrap",
                                            "price": 1499,
                                            "minAgeRequirement": 0,
                                            "restrictionInfo": null,
                                            "category": {
                                                "title": "",
                                                "typename": "OrderCartItemCategory"
                                            },
                                            "extras": null,
                                            "itemTagsList": [],
                                            "typename": "OrderCartItem"
                                        },
                                        "bundleStore": null,
                                        "giftInfo": null,
                                        "badges": null,
                                        "nudgeList": null,
                                        "promoNudgeList": null,
                                        "restrictionInfo": null,
                                        "isRoutineReorderEligible": false,
                                        "itemLevelDiscountMonetaryFields": {
                                            "currency": null,
                                            "displayString": null,
                                            "decimalPlaces": null,
                                            "unitAmount": null,
                                            "__typename": "AmountMonetaryFields"
                                        },
                                        "typename": "OrderItem"
                                    }
                                ],
                                "paymentCard": null,
                                "paymentLineItems": null,
                                "isOrderRoutineReorderEligible": false,
                                "typename": "Order"
                            }
                        ],
                        "selectedDeliveryOption": null,
                        "teamAccount": null,
                        "total": 1918,
                        "totalBeforeDiscountsAndCredits": 1499,
                        "footerDetails": null,
                        "orderQualityInfo": null,
                        "discountBannerDetails": [],
                        "shouldApplyCredits": true,
                        "invalidItems": null,
                        "domain": null,
                        "containsAlcohol": false,
                        "foodAlcoholConstraintCartLevel": null,
                        "commissionMessage": null,
                        "scheduledDeliveryAvailable": false,
                        "enableNewScheduleAheadUi": false,
                        "deliveryOptionsUiConfig": null,
                        "preselectedOptionUpdate": null,
                        "isDigitalWalletAllowed": false,
                        "isPreTippable": true,
                        "hideSalesTax": false,
                        "paymentProtocol": null,
                        "merchantShippingDayRangeString": null,
                        "merchantShippingDetails": null,
                        "totalCreditsAvailable": null,
                        "creditsApplicableBeforeTip": false,
                        "creditsApplicableBeforeTipDetails": null,
                        "showAccessibilityCompliance": false,
                        "totalSavings": null,
                        "taxAmount": null,
                        "tipAmount": null,
                        "merchantTipAmount": null,
                        "tipPercentageArgument": null,
                        "dasherFee": null,
                        "overauthTotal": null,
                        "legislativeFeeDetails": [],
                        "deliveryFee": null,
                        "deliveryFeeDetails": null,
                        "appliedServiceFee": null,
                        "minOrderFee": null,
                        "minOrderSubtotal": null,
                        "adsVertical": null,
                        "asapTimeRange": null,
                        "asapPickupTimeRange": null,
                        "asapNumMinutesUntilClose": null,
                        "asapPickupNumMinutesUntilClose": null,
                        "extraSosDeliveryFee": null,
                        "fulfillsOwnDeliveries": false,
                        "asapDeliveryOverrideTitle": null,
                        "asapDeliveryAvailable": true,
                        "asapPickupAvailable": true,
                        "scheduledDeliveryOptionQuoteMessage": null,
                        "bundleDetails": null,
                        "deliveryOptions": [],
                        "minAgeRequirement": null,
                        "selfDeliveryType": null,
                        "serviceRateDetails": null,
                        "providesExternalCourierTracking": false,
                        "routineReorderTimeSlots": [],
                        "routineReorderWeekIntervals": [],
                        "supplementalPaymentEligibleAmountsList": [],
                        "supplementalAuthorizedPaymentDetailsList": [],
                        "menuOptions": [],
                        "storeOrderCarts": [],
                        "consumerPromotion": null,
                        "allConsumerPromotion": null,
                        "discountDetails": null,
                        "expenseOrderOptions": null,
                        "companyPaymentInfo": null,
                        "paymentProfileType": null,
                        "creditsBackDetails": null,
                        "isDashpassApplied": false,
                        "pricingQuoteId": null,
                        "ageRestrictedIdVerificationInfo": null,
                        "signatureRequired": false,
                        "messagesAndBanners": null,
                        "appliedMxLoyaltyRewards": null,
                        "lineItemTooltipData": [],
                        "eligibleSubscription": null,
                        "recurringDeliveryDetails": null,
                        "loyaltyPointsSummary": null,
                        "differentialPricingDetails": null,
                        "applicableMxLoyaltyRewards": null,
                        "applicableExternalGiftCardDetails": null,
                        "asapDeliveryOverrideSubtitle": null,
                        "typename": "OrderCart"
                    }
                ]
            }
        }
    }
}

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plato_sdk-1.1.29.tar.gz (13.4 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

plato_sdk-1.1.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.29-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.29-cp312-cp312-macosx_15_0_universal2.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.29-cp312-cp312-macosx_15_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

plato_sdk-1.1.29-cp312-cp312-macosx_13_0_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

plato_sdk-1.1.29-cp312-cp312-macosx_13_0_universal2.whl (10.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.29-cp312-cp312-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

plato_sdk-1.1.29-cp312-cp312-macosx_10_9_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

plato_sdk-1.1.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.29-cp311-cp311-macosx_15_0_universal2.whl (10.1 MB view details)

Uploaded CPython 3.11macOS 15.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.29-cp311-cp311-macosx_13_0_universal2.whl (10.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.29-cp311-cp311-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

plato_sdk-1.1.29-cp311-cp311-macosx_10_9_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

plato_sdk-1.1.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.29-cp310-cp310-macosx_15_0_universal2.whl (10.1 MB view details)

Uploaded CPython 3.10macOS 15.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.29-cp310-cp310-macosx_13_0_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

plato_sdk-1.1.29-cp310-cp310-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.29-cp310-cp310-macosx_10_9_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file plato_sdk-1.1.29.tar.gz.

File metadata

  • Download URL: plato_sdk-1.1.29.tar.gz
  • Upload date:
  • Size: 13.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for plato_sdk-1.1.29.tar.gz
Algorithm Hash digest
SHA256 2441b771e5daabce9d6d8f3424155ecd8740511dde8447cf10cba8e254263467
MD5 775540ad8cac975d959e49cc1102fab1
BLAKE2b-256 1ecf6a1f6e930a9a0173e2852be29861582b6082556b9f2e87883103a2e0ffba

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0dce428452f981575bd161d9ff7479f972767c133528cc2992968ed8fff5269d
MD5 38244dc6f449cf1c950e1553be304948
BLAKE2b-256 fabaeb6633deedaba4a8c52ad6f78ff75c742cb838699be0f1d5cb19295afa30

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea4dac9c013093261769f0f68e0a977426cd43c041b6edd16aac71e2ed2d1eef
MD5 79cf0f0878145494fe5eb447b2d9d929
BLAKE2b-256 6c4d5b75a644a52b756d6662d086d8496adbf4fa25c9d61d61dfcdebfaaea77d

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp312-cp312-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 4c48d292449c60baf94f84cfb07aa82bb68d01f6bcc352178ec6ecf71c71c47e
MD5 87e19143b11cba9ac7d07f60eae0dcad
BLAKE2b-256 64aa1d9bf8686cbdb4f125f190b0446806d11c2167f08f9fc71e2dafea67d556

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cee261b3bffb8d2c296530653c3d7657eca8e48aca6a361d7a74434bced038d2
MD5 9299e2a11efe45ff220dc9f6c50c52ea
BLAKE2b-256 31f69f394f8cbcbd4c83dad18a408db7e1425ee036e9740aaac85731f77fa277

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6f49bed106aaf53b41e209989347fec28695873efeb1a65f33cca989ba6b0406
MD5 5b5c7e721666293ee4ccb55511f32329
BLAKE2b-256 f3fd3df7659e0d2f8dca1556c231a8db964e880e4ae47ab3f2a2d1e6df2e55e3

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp312-cp312-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 a1bfc0de52af50a0b8828b96e6f2fc1d5aef405dcb273c614650fde2e69b2bb6
MD5 20bc96700143647396ccdb62daaaf7c0
BLAKE2b-256 047f60c64ecbb04768aa46b13605ca75a44e35e524404906538f9503a1752ab3

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 810a0bc1c7940e1b7f9cfac46786db2b6da2658b8d16f9ff7cdb92785b58b35b
MD5 d70001119cdcaa981d8d390ef08300e5
BLAKE2b-256 f3a1f06c547c875d0b1f32ac68ebbc467f7aad8143e1892b377103975f22d854

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb3f9f061514d4c5e7021f4cb95d0ec54c4c3a01355f912b7850d0e1dacc3d2a
MD5 9a3baae4aa47743c9b6c8897f2c4c1cf
BLAKE2b-256 2c575f27481eab0be3f6c888769ea08db477da7d588b4ee2d8a65e7f40b184d6

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94a355c8c804c288b84bd3ff95cb0d72baa3284b4506472763e19d3af6e1d6c7
MD5 ff916d691a6fc944114efca75addab38
BLAKE2b-256 0d6de9a7ce204c4a1ce7a37aad66e6713b1621897263afac5fada0249bb38554

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e05aaf866d8391f5ee87356ca9b84611c19315f23be554905ad87f6c9a77d1ba
MD5 0ac01c65ffb19835c0f6d9a618a1dbe0
BLAKE2b-256 18897e77ef7f5016ad3812a74107c8b8787c62b3f10566af8fc03690013ce53c

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp311-cp311-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 18e44e5bb23259596e5ee08ef221c38b00398b01ecb4fe5fcecd088ca49458f2
MD5 0567470e19437c49af62aee9cfdf0145
BLAKE2b-256 937ad41ace0a9ded8bda475f4dd57860f52f62bf37e78f61518b778708305cd4

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp311-cp311-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 fee8e6520e50784889c201873f59e9c59d769338aa4836b9708421f58c34db82
MD5 827a4b6456e3ecb76e58b29094b15348
BLAKE2b-256 e846e5eccc085f22599d34943fdb973f02634652b6cc96593d73b680f13cc8e5

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68fe5a763411a6b75b8c40c52b941c9959a340fd11a17fd2cf0ea5bf75e21f62
MD5 3d559a684d1c9c6e2b367c142b1c4cd2
BLAKE2b-256 8e7b3d633a3385fed4edad8d8926aeaa578a86f881685ec5625935db69f6049f

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd3a3a386dd5d5b145cfa9892a964ac638c23de8e9f62bfcc35280781a0a1cd0
MD5 7ee7c6d8b48a0bc5208c60cb1c044a0b
BLAKE2b-256 11f55a708e38aff570770890b793e22757f505d41cbab6b4a9a9e473532c87f3

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c93bfdf08ab7135ef1e40106107f891f8166b6e427a265ed418da5d265641b08
MD5 5571f2a10729237f3d3606d675a4e6ff
BLAKE2b-256 dc00dffcc954ac0c66414f20f31b0b12ccee3f44c0372dd424b7ec5ec3e8962b

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24874b1f9b3f57d77a276b899f05266ea601dd9a610edafd0c1629de1bc41a0a
MD5 11d549d35f71887dfbc17a8f78a58daa
BLAKE2b-256 1e668c71b9e0c120896ff0f9f456c9358277ad79530c88622cad9c8c86336f08

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp310-cp310-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 c11da773a60f80616060aed31e754eb03e5960bac7171ac9d4c8e617eba3115f
MD5 434a1f3c126845f33d16f1ec4045981a
BLAKE2b-256 849f7f93bfa968b66e0b95750ffd72a31591510a788a55ae32553c39536ec4c4

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0b115cc8779f8dc1c4ee5c0c45fe5b5e54a8152c2a43369a1517797d2cef1685
MD5 da20b273786fc1ee71d27c27c06f1d32
BLAKE2b-256 5d2cb40ade81d9bd0066e3a9f130ec20971c761e8a6f82d56fa68d0d11f37e00

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f02f96a95e2703d091d012c3c03cc44c569ad0c0e4c02028e1177524b6c0a906
MD5 724c65842dd03f3bcd3b39f26d584cb7
BLAKE2b-256 6fd1b5a051a839f3bd9518d6c8796fcbe51f8c70b26742f7fdc140d07f15fb5c

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.29-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.29-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4c80ea58f316febb1d81538aeab661904df86eaf551bd8020df79185e239fcb4
MD5 fd6c6afb8e4879c2eb9e84fbe64470f4
BLAKE2b-256 bad72e8af325e153002959b567cce45d1b57cde804227fa4cb26da5497b54449

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page