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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.47-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.47-cp313-cp313-macosx_11_0_arm64.whl (10.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

plato_sdk-1.1.47-cp313-cp313-macosx_10_9_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

plato_sdk-1.1.47-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.47-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.47-cp312-cp312-macosx_15_0_universal2.whl (10.3 MB view details)

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

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

Uploaded CPython 3.12macOS 15.0+ ARM64

plato_sdk-1.1.47-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.47-cp312-cp312-macosx_13_0_universal2.whl (10.9 MB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

plato_sdk-1.1.47-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.47-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.47-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.47-cp311-cp311-macosx_15_0_universal2.whl (10.3 MB view details)

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

plato_sdk-1.1.47-cp311-cp311-macosx_13_0_universal2.whl (10.9 MB view details)

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

plato_sdk-1.1.47-cp311-cp311-macosx_11_0_arm64.whl (10.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

plato_sdk-1.1.47-cp311-cp311-macosx_10_9_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

plato_sdk-1.1.47-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.47-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.47-cp310-cp310-macosx_15_0_universal2.whl (10.3 MB view details)

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

plato_sdk-1.1.47-cp310-cp310-macosx_13_0_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

plato_sdk-1.1.47-cp310-cp310-macosx_11_0_arm64.whl (10.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.47-cp310-cp310-macosx_10_9_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for plato_sdk-1.1.47.tar.gz
Algorithm Hash digest
SHA256 c9b910bc088465a596e51dcb741aa9b4df8a5359135f955d3a42746cb8f082d3
MD5 a2cf70ac0f3f589ecc12fe13f4e998e7
BLAKE2b-256 844fef392d5c34f090a2bd7ccc09c6d2b1bc455a598b93a2132b510493d77ac7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c248364e7f20f75fded3f226d113ab8e7566524bebc8adbd1080e4d17f3844e6
MD5 f8d1b2a9462e8bd6994fb37be273d7cf
BLAKE2b-256 d3d64e5b20702312a6e137bfe9eb60827b8778c833c39acc962bce99d83025e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4cdde9415d60c8c2dc59c36df4e2943d7d652c43bffdb3a8c6eedf9c74551a90
MD5 43393e4229d68a48e9e8ffdabc467e0e
BLAKE2b-256 40d05140732527c7ffd8706f32ec46a8a00658ce52749f1603b2268e6578bb23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6be96fe06a47e20beadf5ed4b008c9e8e90e8f84da64a4230694eb6a0b052774
MD5 811f6a007a64e1c006fdb2a47c1f6041
BLAKE2b-256 32ef9a918415081b0f18fba3409a4484b830081b29d7e24890227d27e84be735

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 924aa2962b7577df471a6a6b004a4a1312d24b3f02056d1a87bf26352873aa29
MD5 67ab84bde53bf793b3cc9d599aa213ad
BLAKE2b-256 86ad82d2747b6821ab7870cfdbecae9bc9c6e47f5903273035920d4968ee3a46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89efd4c6572373a102ef0fe4719e8ee79567d02bc2986c0a2101ab74028241fd
MD5 00a694ab3771a822d21e46197ee75e71
BLAKE2b-256 1e2950c50b3e695c7e9716739b143c426bcee93f399d7c12179cb8d45f0c0994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45903bda33265ed0374cfb2173a7e1b247bf49d1fad64fcb59876e062f42ea63
MD5 ce432c8f8de893a7f8f090bd047fdd2a
BLAKE2b-256 10c43dff553cd7bdbd81aa438aaf318c11e0fc65179b01bd90eeea5fb723d151

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 8ffffa2cc9a5de7a97fa48e1e33e346da03366d3471bf701e0f5e459593c6adf
MD5 84221f4345352513c4825ded75f6fb61
BLAKE2b-256 6cfffa888754e05ecab22080e26e342dff7b37d337bfec38cb4fbecb290c19a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c27ccf421c96d9f41447095d3567e68e61bff9437e4c82302b8bbca7f2f38436
MD5 77ea6fd9ab2cd2073610f09cdb57a321
BLAKE2b-256 fa11383824bd442a8ee9c9e009b6950fd6ad7cd2270a58f4548fc3bd9460553b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d4800a9c31f01cf218d9f9b6fa022b58efb59a1871173728c993070df9358217
MD5 47d2a36973895ec002ed1e11830ea2c3
BLAKE2b-256 6ac7cf976ed87721e04aa76b3748e7eed34d2962c55e84cd8baf8b43940550e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 482e4be0454e84a7f8b1e531ccbd92009bf50c8e12815bc48e7100c3a45db58f
MD5 0211b5117b3d4803cd0a1df4e395b53a
BLAKE2b-256 3d8a4ea54cc71aeb2e240339d2e61a0e6f154bdb8825d9379710e14e2c3ec6d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f036c6a8a2d0837f1ba72243b3b5f1c62adcd0c3eb1980d6a440a548431e11b7
MD5 df28922c3664083ae44ad4df99b0ce30
BLAKE2b-256 882341051c4eeda89348dc9916a99f6425aa7713d6f28722cceca7f79fe5f462

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 053b203beb466a9bfa8189eaa09cbbe4ebc8cc270c929beca02f1ad2e5afb2b7
MD5 834df2b15c824286cd29043aa48d1da4
BLAKE2b-256 2a76cbe0cd783f242ef0ef456e120c86c3562f63705260f4e721cfa9c816ce98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e58a1398dcc716cd6e5fadcbd364c23dd7ac80de8d55ecc8a4dde764ef28cec7
MD5 b55ef5a9b754f807030e98e487d1e028
BLAKE2b-256 9a98983bd28e4fa05cda819db491dbc2082f472bc15f0cc7e8e24b70c25206f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5a7e80a274b41a4b26696e773269851864349b6fae34a94b3eec63f2fd379292
MD5 5b638d15ee6921c99ebc1e5edbd44cd9
BLAKE2b-256 abe77e5b156a91911b768acbd7c7f5328e8f8c21938410b0bf8c63a3cd56d2f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 660d4912b2f1ee5af8c47624b5f93f61d9dda52467dfa5e7550804f046fc9f8b
MD5 5370e37fff2fe94efec33aace36e70ff
BLAKE2b-256 799ea02b9f275a85f4bad055d1a2e452c171d39aed4630e190f137058e6a90ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 e69e6ad5bad44e5adbfd167fed7630bb4d83ecd0b347fa32c923c5e186591dcb
MD5 03198043e12dccc823c8f68ce932be7e
BLAKE2b-256 ba91787f1db05109757d6778d8145920b125b7c335de5e0103b5931f9ff1532a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 877ed141000595288d3cff44fa06a7780a6f6b183308efcdbce5372a3b2099fc
MD5 3145246730d40b4d9ab2575fc51b943c
BLAKE2b-256 ac5c91bd53bb4ed0a40bcc8c132415157b7a567afdcb234324f9b4ba59ed3586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 100a4a7012fb73adfef2abf13458bea624af1b8d42224d423a2c2a095bfb56d2
MD5 eb04411d610792d002bbe14573adbfbf
BLAKE2b-256 8eaec39ba373d0afe83cb208990216cec592374267409b2da41259653089e88b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 488094b8d78206f033ae5413c54fb6ec89bc7adc40575ccbdc83e3f21d1b2c43
MD5 46e8a67657c3302ec5994f22d312ea6f
BLAKE2b-256 a7abfac2eea4b0d7dd3cf20c5841251c0c0e36e53a6cd26c9cc0e20f181db2ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 34c9f1867993503369faa3e7d804870915bfd4c8be40ae169a0afc2d6ddf60af
MD5 6c546472f4ee98b85adbd5e160c2573e
BLAKE2b-256 9ba034b51955c6088f2e4f1d306a9aa3e7037be5da16d8c5f911373ade4c7048

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 e4b5bd67a1afc40f1a028c3d65727394b1d329961e26040e188844dd0520340c
MD5 1a638d0f9f5d30a50398ab6366dd7463
BLAKE2b-256 f73744d8f0a34896bcada00f34249fef7935e729b6238ecd45435d8a7983790e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 debb797556dd7eccd002cdc6449769f9bcba109233eb37d16da4617c90eabc21
MD5 20a9ae5e4e83227495cb66a2c7d66d9c
BLAKE2b-256 71ca5aa024efee007b38c450a8d6b59ac7008095929f6ac9f65af8ab9224fc41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 579d0f453cbdca11867ae5847178012adea2591b4bfbc73a489d10a9d754b1fe
MD5 f416fa97a2f09be7be7c9ac37fb21429
BLAKE2b-256 7acb8071a6cfce044ba6bfb13793b3fee9a30748d585695eb8c774ffedc5f737

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.47-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 69cc92dd7dfcc73fb008ceac43344d40de54457518e73cc53238ed5849636b06
MD5 f4e1d3a990a95f84138a3b60285d477f
BLAKE2b-256 fdcf43669c98c4e886cb5b41e50a961962cc61d95ae5e96ae4bf7b84f68d9f2d

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