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.36.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.36-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.36-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.36-cp313-cp313-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

plato_sdk-1.1.36-cp313-cp313-macosx_10_9_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

plato_sdk-1.1.36-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.36-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.36-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.36-cp312-cp312-macosx_15_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

plato_sdk-1.1.36-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.36-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.36-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.36-cp311-cp311-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

plato_sdk-1.1.36-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.36-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.36-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.36-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.36-cp310-cp310-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.36-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.36.tar.gz.

File metadata

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

File hashes

Hashes for plato_sdk-1.1.36.tar.gz
Algorithm Hash digest
SHA256 39b77f98349bf2c48eb39803223a3583a836849f1a3ebf5cee0b424542b3a35b
MD5 13fde6cb2ba987cae025559949b8aaad
BLAKE2b-256 d16b79f250ad32390d687e79f3b52004aeb89fe7535e0468f7a830b668b2da07

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.36-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbfe5e2e0239a36a6ea2fe15fe439189e1bea527de2db7f318aa57c9a8b8fbaa
MD5 a4cff382a177214f5da2099ccdc1bd51
BLAKE2b-256 5f85b52aa7593c0e8afe68d1524eba8b8379753264e6f3b94449acecdaad0385

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.36-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 438c9c163206f1bf6d17369e37d113facb9d97dd562f65a69c5def8255bc68fd
MD5 09f6c54518c22b883238e611a63a8e8a
BLAKE2b-256 4e917c2ce51a6aeae1a2c79b75e6567c26cb75be744616cf7409f5309524875e

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.36-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51e335cba0996232e4fea9732ea2f9a024ff48f9ea1ed663252e560a5e1426a6
MD5 d66c4c7730deafebeffad1ea3e627906
BLAKE2b-256 b0d2f242abe6c50e51e17aa9f3ae589bb09b22d6ebb9b2a61fbea91480a1698d

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.36-cp313-cp313-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f35cdb9d92b66d167e6e452a534761a298796dc3c9db0d3bae555a2d7a3544b9
MD5 1adc0a772172c934b6748c99874d307a
BLAKE2b-256 0333067d4182908f57f8a5601245c5e21e8365ebd9c883f8cfc0ae078fa6f931

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01064edd40b3aae82a665b6acdb65a0be4799e26b6760af3a76941770093db95
MD5 d6f363ac1666bdb64ff3a45a5535e6ca
BLAKE2b-256 eeda311a8364c50e314a64a7c2baaed62a374d5e379c8b53a80f1cada881f88f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a044e3d99782814084391a6a266d2d192676e7325e6a7e55ae61072c409a8ae
MD5 37712e433fa1aafe76bf93f5b45c6b91
BLAKE2b-256 2a66374ea425fe3cb0d03b3f2931a91c3edf7ebbe5174f0b85d96b47bab52ef6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 1afe7a20ec44f0e8d1f753f4900e5982718781ccc9eb17a3c425ec5ddaa6b976
MD5 da010b621a8d0e1fe4b9d2715c1ca522
BLAKE2b-256 613768fa7c0fe154721cc58f5852334fd239d20aedfa3d60af6114c87739a45a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2ea0dc780deb1c4004c620305d11b4f5ce2d53e238991ba11eb626d7967cc1fe
MD5 53c7e6911df6995dfad3beab35bff14b
BLAKE2b-256 febc5466d16b6622c448eaacadfd9d05b820497ea99356676278caf530f51752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9964ea0c2bedacb929f2e3d23a04cfed574603bbf76730468bd9dc45d1382494
MD5 7b75d3067ef3050ccf237234f71e4331
BLAKE2b-256 b543b7f17f5015690f76e76e089414cfd5d7758a29fa560b55aba9952d7a0e94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2d70a6782e9a2d744798b59c0e46d251e31cc3b0a24d64b2441f67562733c7b
MD5 1b02799fd129925577deca7cfe0ae6b3
BLAKE2b-256 a9e7c536ed6da61345717e2625ebe54f61fb8952740f858ddf7f99c621adeef6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6db034fb8bf02e4f7ee8e413026967e29722335482d7cdf6174010fc487ac60
MD5 5f61dd2ecc57dcf9b6fd399f46a52e72
BLAKE2b-256 da1b00ad07ef5cc973c80525b2d7066454c77a20af428d68ae9f3a4fd21bfeb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 538cd87772bd08ad65482eba3263d47cbf4f112778ae6bb1e0e9c919fb000a14
MD5 9440f0a71f625e5fb5ccd0c2bd96ca83
BLAKE2b-256 5fa1d6b19c9acdfabe453404dfebec157183f22d6f8459dc6b53fbc6539643bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70340e891906b526f108ba72b12b6f89656965fee33cfc2938cfe9a53b07e84d
MD5 b8d6c072a795b66eb93e4d115f01f015
BLAKE2b-256 d1a30299dc0dc855a816a1955dfa40f0692a7e823560dee2bf6f949ae6df6a16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5cf55b391a94d4e287ff0102a8c43976f3c4b282a9e5afa733f5673f6bcf942a
MD5 a84f3aa75d4ec07299dfb77d235bc2ca
BLAKE2b-256 808facb2d0a56621471dc46fa501cfa1ff82d80268da0b2868d032e689170ed7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31d83f988f8e0a2d991a7dcc36962669249ff5e6917d2f34db5751f9537e13d0
MD5 c55c3924d6241903de9354c2a5b48975
BLAKE2b-256 b1300e2d97791efea15d927e5f9eb101a277f404ab57e6176856cda5a30a47be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5dfca2b8d205ea0a8c1c52eee57391f5e6bf1f09b75150f5ba0f24b41114c892
MD5 338d107227ae2d4eaa8176d99276622d
BLAKE2b-256 baf61082c1e765786136bb9971a3bf013db4b0fae389cd4efd8155f88ac7cebe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 9d50505129b4f1e910c1449e0342141464bbbce960782fe3bfb2528ab01c723d
MD5 e7762869da876c9d3d4dfa44f4bef981
BLAKE2b-256 57cfbc65e9eae5e6c65cc60faa5b4bb44d7aa1ea5332932890286bee1d930036

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 513793a9b6ed03ff89beef2b82e6676de6c99c2b107478b2713d9cf2bdf3bd9a
MD5 d141e295dee36a6e95fa28550714eb46
BLAKE2b-256 553126b20a0967ab0302dce1d8761b7d72b8ea70cba57f944f1f0bbfa0d1ece9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.36-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2024046ee5319169c43894bfdeb445654c7b922c3625834f8b0d52a3ca0ce9f0
MD5 ee9cb6f13a9072b4075d0dea13c32f98
BLAKE2b-256 c5c56c3120d9e5adc1748a21c23497b5a44110c2e9062f149a056be21d7f3e15

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